Servlets vs Spring MVC??

Posted by Jegan on Stack Overflow See other posts from Stack Overflow or by Jegan
Published on 2010-03-19T13:19:02Z Indexed on 2010/03/19 13:21 UTC
Read the original article Hit count: 713

Filed under:
|
|
|
|

Hi All,

I very often come across this question of why we have got lots of web frameworks addressing the same or similar drawbacks.

when looking deeply, i also have given thought on why JSP / Servlets is not being used after the other web frameworks (like Struts, Spring MVC etc) have shown their existence?

Is it because, the latest web frameworks

  1. does most of the things on its own?
  2. provides extensive features that is not available with Servlet / JSP?
  3. or the Servlet / JSP is impotent to deliver what latest framework does?

Any help in the form of responses or resources is greatly appreciated.

~ JK

© Stack Overflow or respective owner

Related posts about servlets

Related posts about jsp