Hi Mariyan, JPA (without EJB) is configured to use hibernate (in my case) So I had the chance to exchange the provider (maybe use toplink)
So the reason to use JPA is to setup up on an higher abstraction. Stefan Bachert http://gwtworld.de On 15 Mai, 18:28, mariyan nenchev <[email protected]> wrote: > I did use hibernate + gwt before about 2 years. I had two projects: one for > the entities and one for gwt client/server part. Services and DAOs were in > the server part and the client accessed everything through with DTOs (which > were on the client side). I don't see any reason using only jpa(without > ejbs) with gwt, why don't you use hibernate? > > -- > 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 > athttp://groups.google.com/group/google-web-toolkit?hl=en. -- 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.
