Learning Spring MVC For web-projects

Posted by John on Stack Overflow See other posts from Stack Overflow or by John
Published on 2010-04-01T12:19:12Z Indexed on 2010/04/01 12:23 UTC
Read the original article Hit count: 308

Filed under:
|
|

I have looked at Spring MVC a few times briefly, and got the basic ideas. However whenever I look closely it seems to require you already know a whole load of 'core Spring'. The book I have for instance has a few hundred pages before it gets onto Spring MVC... which seems a lot to wade through. I'm used to being able to jump in, but there's so much bean-related stuff and XML, it just looks like a mass of data to consume.

Does it simplify if you put the time in, or is Spring just a much bigger framework than I thought? is it possible to learn this side of it in isolation?

© Stack Overflow or respective owner

Related posts about spring

Related posts about spring-mvc