Hi, Looks like the hibernate.cfg.xml file is the one used to define relationship (the good practice is to have a mapping file for each Domain class, such as User.hbm.xml, Message.hbm.xml, and so on). Of course, since GWT 1.5, you can define your mapping attributes using annotations (so you can use GWT-Validator on your domain classes for example).
Hope this helps Bruno PS : I agree with you Paul. Jim, instead of spamming every Hibernate thread, maybe you could try to answer the Hibernate question, it would be helpful ;-) On 20 mai, 20:35, Paul Grenyer <[email protected]> wrote: > Hi > > > If you find Hibernate is difficult to use, you may try Dreamsource ORM > > for your application. You can find an GWT example in > >http://www.gwtorm.com/mail/Mail.html. > > Is anyone else getting a little sick of this constant gratuitous > on-list plugging? > > -- > Thanks > Paul > > Paul Grenyer > e: [email protected] > w:http://www.marauder-consulting.co.uk > b: paulgrenyer.blogspot.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
