How to integer Spring Hibernate MySQL and Maven | J2ee Video Tutorial

http://www.youtube.com/watch?v=icrFxqY6NmQendofvid [starttext]This is a Video Tutorial explains CRUD Project with Java Spring Hibernate MySQL and Maven

Code Source :
https://www.opendrive.com/files/46456283_4M598

This tutorial shows how to use eclipse,maven,spring, and hibernate.
It is entirely based on the excellent tutorial from http://www.mkyong.com/spring/maven-spring-hibernate-mysql-example/.

However there were some issues with the pom dependencies so I added some extra dependencies.

Requirements:
- Eclipse Helios
- To import make sure to install m2eclipse.

then goto file->import->Maven->Existing Maven Project.

Unzip the zip file I posted then in the Root Directory specify the directory.

once this is done it will download all dependencies into the .m2 repository.

- make sure to install mysql-5.5.16-win32.msi and mysql-workbench-gpl-5.2.35-win32
- make sure to use port 3306

then make the database mkyong and tables as defined in http://www.mkyong.com/spring/maven-spring-hibernate-mysql-example/

-then to run the application goto run as App.java


To download goto:

https://www.opendrive.com/user_account/files.php?_=1316899099774
[endtext]

Check out this stream