Getting started with Hibernate 3
This is a quick guide to get started with Hibernate 3(with xml) in 10 minutes.
Maven project directory layout, logging
Let’s add some directories to the maven’s basic layout needed for logging and others(like Hibernate)
Using Maven 2 to create a project
A short and quick guide to setup a maven project