Hey,
Am I alone in inability to find any guide for building Spring 2.5/3 MVC web applications or what?
I don't know what is going wrong with Spring docs, it became worst since VMWare acquired SpringSource.
Thanks.
Hey,
Am I alone in inability to find any guide for building Spring 2.5/3 MVC web applications or what?
I don'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.
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". ;)