Welcome to JEMM

JEMM is 'persistent shared memory without the pain' for Java. With JEMM persistent data is modelled using POJOs but there are no mapping files like with Object relational frameworks. To create an object you use new and leave it to the garbage collector to dispose of when you are done, just like you do with a normal Java program. Sharing data between applications becomes as simple as multi-threading, the same rules and synchronisation mechanisms apply just across a cluser.

Sounds interesting? Please checkout the quickstart guide QuickStart Guide .

User documentation is available here .