Of course the old persistent set problem! I remember that now and why we had to do DTO's. Good point Arthur!
So did you have common domain objects for each persistent class? And had to convert the objects copying the properties over using something like BeanUtils or another way? On Nov 6, 1:49 pm, "Arthur Kalmenson" <[EMAIL PROTECTED]> wrote: > Hello Dave, > > We use a common domain object between the client and server side. The > domain objects are JPA annotated beans, and they travel between the > client and server. The only think you have to watch out for is > PersistentSets and other Hibernate specific collections. > > Regards, > -- > Arthur Kalmenson > > On Wed, Nov 5, 2008 at 4:44 PM, David Durham, Jr. > > <[EMAIL PROTECTED]> wrote: > > > Hi all, > > > What's the state of things with Hibernate and GWT 1.5. I've done some > > quick googling and I see reference to the following: > > > 1 - hibernate4gwt > > 2 - Making hibernate "persistent" collections GWT serializable > > 3 - Just writing your pojo copy utility perhaps using beanlib > > > I'm wondering if there is one route that is the preferred/recommended > > way to go with this issue. > > > Thanks in advance, > > Dave --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
