Maven + (Spring + Hibernate) Annotation + MySql Example Published: March 31, 2010 , Updated: April 22, 2011 , Author: mkyong Download It – Spring-Hibernate-Annotation-Example.zip In last tutorial , you use Maven to create a simple Java project structure, and demonstrate how to use Hibernate in Spring framework to do the data manipulation works(insert, select, update and delete) in MySQL database. In this tutorial, you will learn how to do the same thing in Spring and Hibernate annotation way. Prerequisite requirement - Installed and configured Maven, MySQL, Eclipse IDE. The javaee.jar library is required as well, you can get it from j2ee SDK, and include it manually, there is no full version of javaee.jar available in any of the Maven repository yet. Final project structure Your final project file structure should look exactly like following, if you get lost in the folder structure creation, please...