4. Servlets

Model-control-view

Author: Scott Franson

Introduction

“Model-2” is the name given to the application of the Model/View/Control (MVC) design pattern using JSPs. The overview link below gives a pretty good overview. The JSP Short Course (which is already referenced in our syllabus for JSPs) contains a thorough treatment of JSPs and the MVC pattern. The book is one I bought that contains additional, more detailed patterns that are used in J2EE applications.


Links