Max Zone
Posts: 9170
Nickname: dzone
Registered: Jun, 2006
|
dzone.com is a link-sharing community where member participation determines what gets published
|
|
|
|
Hello World with standalone Java Persistence, Hibernate and HSQLDB
|
Posted: Apr 5, 2007 1:13 AM
|
|
Lately just started reading (& learning) EJB3. Because of a slow PC at home, I needed to be able to run code for the Java Persistence API in the standalone mode, without the overhead of a huge database or app server. So, I rustled up this guide to get up and running with Java Persistence. Basically all you need is a database and an implementation of the persistence API. We will use HSQL and Hibernate Entity Manager respectively. Hibernate Entity Manager runs on the Hibernate core, so will need that too.
Read: Hello World with standalone Java Persistence, Hibernate and HSQLDB
|
|