Is there any updated tutorial for this or something similar to this –
http://static.springsource.org/docs/Spring-MVC-step-by-step/?
I like this tutorial as it covers a simple system step by step. But it’s outdated and all the other tutorials including Spring site don’t have a clear tutorial. They show a topic at a time when this one shows building a simple system incorporating various elements. Is there any tutorial similar to this with latest spring framework?
How about a better version of that?
Here is a SPRING MVC 3 SHOWCASE from the SPRINGSOURCE BLOG by Keith Donald.
It contains a user guide, video presentation of the features and working source code hosted on the github.