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: