Simple MVC

The "Model View Controller" design pattern, is one of the best techniques for separating the form and function of a webapp. The intention of this example is to code just enough to implement the three components of MVC. It could be used as a starting point for a small sized application.
NOTE: Updated on: 5/10/2007 Now requires a JSP 2.0 compliant server such as Tomcat 5 or higher.

To Run:

  1. Download SimpleMVC.war to your TOMCAT_INSTALL/webapps directory.
    If you're using MSIE, make sure it doesn't change the extension to ".zip".
  2. Then, click on this link:
    http://localhost:8080/SimpleMVC