Using Java + Hibernate Framework + Mysql
==============================================
1. create a new Database name hibernate Tutorial.
2. create a new eclipse maven project
3. create the following packages:
a.conf
hibernate.cgf.xml
b.model
POJOs
c.controller
DAO
d.utilites
load hibernate configuration
4. create a Test.java class to test the DAO