hibernate4gwt
http://hibernate4gwt.sourceforge.net
hosted by
SourceForge.net Logo
| Home | News | Getting started | OverviewHibernate-GWT issues | FAQ | Thanks |

Quick Links
  Download
 Forum
JavaDoc
@SourceForge
 
 

News
  8 october 2008
Maven support

23 September 2008
Maintenance release 1.1.1

21 June 2008
Release 1.1

1st June 2008
Release 1.04 for GWT 1.5 RC1


Summary

hibernate4gwt permits you to use your Hibernate POJO (and especiallay the partially loaded ones) in the GWT client side code without pain.

No LazyInitialisationException. No Dozer mapping.
Just POJO and Domain Driven Design  :) !

Note : if you use GWT 1.4, your domain model must also be written with Java 1.4 syntax (sorry, no generics), which is not so a big issue (see here).  Otherwise, you must use GWT 1.5

hibernate4gwt intensively uses BeanLib : I haven’t done anything without this wonderful library !

Finally, despite of its name, the hibernate4gwt can be useful to send Hibernate POJO across any serialization process (JMS, Flex, …) or to clone and merge properly your Hibernate beans.

License

This software is under Apache License Version 2.0, January 2004.


Copyright 2008. All Rights Reserved
 Last update : 8 October, 2008