Menu

Release 1.0

This release is considered as stable and ready for development use. Note that some refactoring was done and class have been renamed since release 0.5 (such as HibernateLazyManager that became HibernateBeanManager).

It adds dynamic proxy generation for Hibernate beans handling. It means that your POJO will not have to extends LazyGwtPojo anymore, but just implements the standard Java Serializable interface instead !

New features :

* Dynamic proxy generation : no more technical inheritance on Hibernate POJO is needed, and your web server remains stateless
* Hibernate JPA EntityManagerFactory support

Bug fixed :

* Better collection support for clone and merge (including set and map)

Improvements :

* No more clone or merge class needed for Java5 support (clone based on defined ClassMapper)

Other :

* Needs the new BeanLib version (3.3beta10) for solving javassist proxy clone issue
* GWT 1.4 only

Posted by Bruno Marchesson 2007-10-23

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.