views:

479

answers:

3

I am looking for an online resource to learn the Spring MVC stack.

Can someone point me in the right direction?

+1  A: 

Pick up a copy of Spring in Action from Manning Publications.

Fantastic book with lots of great examples, theory and practical deployment tips.

ewakened
+8  A: 

I have used this tutorial to start. I found it very helpful.

http://static.springframework.org/docs/Spring-MVC-step-by-step/

Bhushan
This is a great resource that will do nicely. Thank you very much!
Nick Stinemates
+1  A: 

The best lesson I can recommend is having a good look at the spring mvc build of appfuse. Make sure you get the full source of the app, so that you can see all details of the controllers.

Also offline the apress book on spring MVC isn't too bad.

Gareth Davis