Hi all,
I am proud to announce the new release of Gilead library (
http://gilead.sourceforge.net), previously known as Hibernate4GWT.
Gilead stands for Generic Light Entity Adapter
It permits you to send Hibernate entities (and especially the partially loaded ones) outside the JVM (GWT, Flex, Web-Services, ...) without pain, by taking care of uninitialized proxy and persistent collections for you.
No LazyInitialisationException. No DTO mapping. Just POJO and Domain Driven Design :) !
This release is a maintenance one, fixing half a dozen bugs, and providing many improvements (mainly on improving performances).
Hope this helps !
Bruno