Can JPA 2 in Hibernate 3.5 Beta 2 be used without EJB?
If so, I would really like to be able to get it working under Tomcat using Maven 2 wishfully with Guice. Is it required to use the Hibernate annotations? Can somebody point me or even post the Maven dependencies I might need and / or where to find how to set up JPA 2 under Hibernate.
I was looking for examples of this under the Beta 2's download but was not finding information.
Thank you for any help. I have only used OJB up to this point, but really hope to slowly convert.
|