简体   繁体   中英

Guides for Spring MVC 2.5 or 3

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.

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.

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

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!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM