Are there extra Java EE libraries required to run Hibernate standalone Java applications, or is the standard SDK sufficient?
Hibernate works just fine on Java SE. It can be used as a JPA implementation on Java EE, but JPA, as well, can be used just fine on Java SE.
Java EE is not required to run Hibernate. I think a good place to start is with the Hibernate documentation. I think it is very intuitive and easy to follow.
http://docs.jboss.org/hibernate/stable/core/reference/en/html/tutorial-firstapp.html
You can also find the jar files to download here: https://www.hibernate.org/344.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With