About this document
JSP MVC Architecture Explained by Monalish Panda is a document available to read on EtoBox.
The document describes how to implement MVC architecture in JSP using servlets as controllers, JSP pages as views, and JavaBeans as models. It includes an example with index.jsp for user input, ControllerServlet to act as the controller, login-success.jsp and login-error.jsp as views, and LoginBean.java as the model. Custom tags in JSP are also discussed, which allow separating business logic from JSP pages and reusing code. The example creates a tag to display the current date and time by extending the Tag
- Author
- Monalish Panda
- Language
- EN