JSP "Model 2" Architecture
- Client request intercepted by a controller servlet
- Servlet is the single point of entry to the web application
- Servlet handles initial processing and determines the JSP page to
display next
- Promotes a clear separation of business logic, presentation output, and
request processing
- Model-View-Controller pattern