views:

49

answers:

2

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.

+1  A: 

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.

Fernando
That tutorial doesn't cover Spring 2.5 Convention-over-Configuration.I don't want to read any thing relates to Spring 2 MVC when there was a tons of controllers to extend.Now I understand why Java web developer flock to Rails or Django.
El Gusto
+1  A: 

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". ;)

mezmo
This Spring MVC 3 official page is hardly a guide, to me it is nothing more than highlights.
El Gusto