Model-View-Controller (MVC) Seminar Outline
Overview
This seminar is a high-level overview of the MVC design pattern as it is implemented in Streek applications. It was developed for IS&T-SIS in June 2004.
The "slides" linked from this page are intended as seminar notes more than as typical PowerPoint-type presentation slides. This disclaimer is intended to excuse their wordiness...
Slides
- Design Patterns
- MVC Definition
- MVC Benefits
- API: contracts between the layers
- Model: a closer look
- Model: Implementation Technologies
- View: implementing the UI
- Controller: externalizing the plumbing
- Controller: Technologies
- Deployment Descriptors: weaving components into an application
- A simple sample application


