PDA

View Full Version : how to intergrate GWT and JPA?



cqiao
8 Jul 2008, 5:45 AM
I use myeclipse's reverse engineering to get entities and DAOs. but where to place the persistence.xml ?and if the web.xml needs to revise?

cqiao
20 Jul 2008, 3:44 AM
I get it! when add JPA capabilities, should select the persistence provider "hibernate", not "toplink" in myeclipse. all will ok! if select "toplink", must do something else (i don't know now).