CRUD operations example using Spring, MVC, Hybernate and Maven

I need an example to better understand of how to operate with these technologies. The interface will be HTML-based. The application will support all CRUD operations: create, read, update, delete. MySQL was used for the database.
2 answers

Another useful solution-link

I do not really have much experiences with Spring.
Nevertheless the following link is quite helpful as well. It seems to be a little bit more complete as the one posted originally.
http://www.javacodegeeks.com/2011/04/spring-mvc3-hibernate-crud-sample.html

solution CRUD operations example using Spring, MVC, Hybernate and Maven