Hi, I am using GWT and I had to put my Model package inside the GWT client package. The problem is that I am using Hibernate Annotations to persist my data, and the annotations stays inside the Model Classes. So, I am forced to import Hibernate libraries inside to my client package. I didn't like that...
Do you have a suggestion for a way that I can work together with hibernate annotations, MVC and GWT ? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
