Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am New to Spring MVC Web and the Hibernate frameworks and going to Create small web application which is capable of managing an employee’s roles and tasks.(a small scaled Human Resource Application).So this are my classes Role,Task and Employee.
So can any one know how can i start to build this Application from the beginning?
Posted

1 solution

Spring and Hibernate are working pretty well together.

You can find several tutorials on the web:
http://www.dzone.com/tutorials/java/spring/spring-hibernate-integration-1.html[^]
http://www.myeclipseide.com/documentation/quickstarts/hibernateandspring/[^]

I can also recommend to invest in a book. That's better than any web based tutorial can be, because one does not need to have a keyword to find out about the technique. Spring and Hibernate are a basic in JavaEE, so there should be some "slightly outdated" books (from the last version or so) available that come at an affordable price.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900