Best resource to learn Spring MVC? [closed]
What is the best resource about Spring MVC that lets you get a grip on the framework and teaches best practices to create robust and maintainable applications?
On the web I found a lot of examples and tutorials, which hardly ever explain the magic happening in the back.
I am happy about any recommendation (book, web site, blog) that teaches best practices and higher level concepts about SpringMVC.
I would start with the spring documentation. Specifically:
- Web MVC framework documentation
- Getting Started with Spring MVC from the springsource blog
精彩评论