Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 1
    you might be missing the concept of MVC pattern. Commented Jun 30, 2012 at 19:06
  • @Yusubov You can have MVC with raw servlets. The servlets ARE the controllers. With annotations, you can use servlets just like you would use a controller. Commented Aug 2, 2014 at 5:44
  • this question is not a duplicate of the reference. The referenced duplicate is a question about Spring FW where as this question is about Spring-MVC which is a subset of the Spring FW. It's possible for someone to use any subset of the Spring FW, but not specifically Spring-MVC and this person, despite being a user of the majority of the components of the Spring FW, might be interesed in knowing the benefits of the Spring-MVC Commented Aug 22, 2017 at 7:39