Why do you want to convert from Hibernate to JPA? The JPA implementation uses Hibernate and the POJOs are the same in both implementations.
Are you using full-source? Have you created a lot of DAOs? Matt On Fri, Aug 21, 2009 at 4:52 AM, Tarjei Huse <tar...@scanmine.com> wrote: > > Hi, > > I've used Appfuse to learn the different nuts and bolts of typical Java > webapps. Thanks for a great project! > > Until now I've been using Hibernate combined with the GenericDaoHibernate > class to build daos, but I want to convert to using JPA combined with the > Entitymanager instead. > > What I am wondering about is if anyone knows of a good checklist for this > conversion. I've tried doing it earlier but haven't managed to pull it off > completely. > > Also, is it possible to use a bit of both on a project, for example if I > want hold of converting some of my existing DAOs? > > Kind regards, > Tarjei > -- > View this message in context: > http://www.nabble.com/Hibernate-to-JPA-conversion-tp25075920s2369p25075920.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net > For additional commands, e-mail: users-h...@appfuse.dev.java.net > >