How do you determine the use of MVC/Struts/JSP as opposed to servlets/JSP?

What criteria do YOU use when determining the use of MVC/Struts/JSP as opposed to servlets/JSP?

    Requires Free Membership to View

The decision should not be made by comparing MVC and/or Struts against servlets and JSP. The MVC architecture is a very effective for Web application development whether you use servlets, JSP or Struts. Struts is based on servlets, XML, JavaBeans, etc. and works well with JSP while guiding the developer toward a clear separation of business logic and presentation using common patterns within an MVC framework.

This was first published in December 2002

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.