July 26 2008
Getting Started Quickly with Hibernate Annotations
Tutorial Chapter 1 - Step By Step
Getting started with Hibernate can be tricky, but here’s a step-by-step tutorial that explains exactly what needs to be done to enable your application for hibernate. This chapter covers very basic mapping and persistence.
Download the following archives:
- Hibernate Core (3.3.0_CR1)
- Hibernate Annotations (3.4.0_CR1)
- HSQLDB (1.8.0.10), a lightweight in-memory RDBMS (or use the database of your choice)
