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?
When you register, you'll begin receiving targeted emails from my team of award-winning writers. Our goal is to keep you informed on recent service-oriented architecture (SOA) and SOA-related topics such as integration, governance, Web services, Cloud and more.
Hannah Smalltree, Editorial Director
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.
Dig Deeper
-
People who read this also read...
This was first published in December 2002