Version | |
Download | 28 |
Stock | ∞ |
File Size | 6.14 KB |
Create Date | August 3, 2016 |
Download |
Description of MVC Application Demo Project
This source code is the basic example of MVC Login Application. This application explains the authentication process for login application using JSP and Servlets.
Here View classes are success.jsp and login.jsp. The controller class is LoginServlet.java model is the data that is being transferred to the layers MVC is an architectural pattern. This example is tested on JEE Eclipse with Apache(Tomcat) web server you can learn setting up an environment for dynamic web application project in this tutorial.
You can also go to the MVC introductory tutorial.