> After research in this group, and on Google in general, I have found > that I should look at Gilead. > So, I downloaded the latest jars and the latest sample (using GWT 1.6) > and sure enough, AGAIN, the sample uses hibernate.cfg.xml and > Object.hbm.xml files ....
I was able to make GWT and Hiberate (JPA annotations) work without Gilead. I just used the underlying beanlib replicators to undo the cglib or javassist stuff before serializing to client. -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 -~----------~----~----~----~------~----~------~--~---
