Thursday, June 26, 2008

Jazoon: Distributed Client/Server Persistence

In his talk, Alexander Snaps presented a framework called Hölchoko which allows to cache objects from the server on the client. This is a bit like Gears but for Hibernate. No magic bullet, just a layer over the OR mapper to push objects over the wire, cache them in a local DB and make the merge with the server more simple once you're connected again.

See his blog for more details.

No comments: