views:

60

answers:

3
+1  Q: 

spring tutorial

I am new to spring and want to know if there are any good tutorials on Spring. I have seen some links already but considering that i am new to Spring, can someone suggest a nice tutorial to get started with?

I also want to know why should one use Spring?

+1  A: 

I recommend a book instead. I just finished reading it.

Spring in Action, Second Edition

I think it is the best resource for learning Spring 2.0.

Sujee
+2  A: 

From the Springsource website, Developing a Spring Framework MVC application step-by-step:

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

Noel M
A: 

spring reference itself is a good tutorials.

David Ge