aspose file tools
The moose likes Spring and the fly likes Anyone got a link to Spring MVC web app tutorial using the latest version/methodologies Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Application Frameworks » Spring
Reply Bookmark "Anyone got a link to Spring MVC web app tutorial using the latest version/methodologies" Watch "Anyone got a link to Spring MVC web app tutorial using the latest version/methodologies" New topic
Author

Anyone got a link to Spring MVC web app tutorial using the latest version/methodologies

james frain
Ranch Hand

Joined: Apr 06, 2011
Posts: 34
I've just ran through this tutorial ( http://static.springsource.org/spring/articles/200...g-MVC-step-by-step-Part-1.html
) and I think it gives me a good grasp on how to start on a Spring MVC enabled web app.
However, I want to take it to a higher level now and want to maybe get a book or good online tutorial I can follow that would show the latest methods used in the design and implementation of a Spring MVC web app.
What I mean is for instance, Hibernate 2.X used it's XML mapping files which I thought was great at the time ( and looking back gave me a good understanding of how hivernate works ) but now that we're using Hibernate 3.X with JPA2.0 and all the annotations hibernate has become a breeze to work with.
So I was wondered has Spring MVC evolved along the lines where alot of the configuration is now done via annotations?
As we have a clean slate to work on I am more interested in knowing the best practices to work with now as opposed to trying to understand what goes on under the hood ( Which would be very useful but time constraints are against us ) and we want to proceed with the design as quickly as we can.

Any advice would be very welcome.
 
IntelliJ Java IDE
 
subject: Anyone got a link to Spring MVC web app tutorial using the latest version/methodologies
 
Threads others viewed
Spring Web Flow 2 Web Development
is a good buy for me ? (coming from JSF and JPA)
New book published: Spring Recipes: A Problem-Solution Approach
Newbie Question: Java EE vs Tomcat+Hibernate+Struts
new to spring mvc
MyEclipse, The Clear Choice