Am I alone in inability to find any guide for building Spring 2.5/3 MVC web applications or what?
I d开发者_StackOverflow社区on't know what is going wrong with Spring docs, it became worst since VMWare acquired SpringSource.
Thanks.
There's this tutorial:
http://static.springframework.org/docs/Spring-MVC-step-by-step/index.html
I didn't find it really good but maybe you think different. I've commented about it in this other question.
So far, Spring in Action has been the best resource I've found for Spring.
Try this one instead.
I'm not sure what you mean by "Spring 2.5 Convention-over-Configuration" though, I've really never heard that in the context of Spring, Maven on the other hand...but Spring?? Spring's all ABOUT configuration, whether done in XML or annotations. Its one of the things that kept me from seriously using Spring until annotations became a good solution...
I refuse to be an "XML Programmer". ;)
http://jeromejaglale.com/doc/java/spring
This is the best I've come across: it's clear and simple, unlike many of the other tutorials out there. It's only a starting point, since it covers just a few aspects of Spring MVC, but a very good one nonetheless.
Many of the examples out there involve Maven - which has it's own learning curve, and complicates understanding the essentials of Spring.
What's nice about this tutorial http://jeromejaglale.com/doc/java/spring mentioned by Shane is that there is no added friction in having to get maven to play nice - Thanks Jerome!
精彩评论