The "View" Part of MVC
- Views typically consist of HTML (static) and JSP (static or dynamic)
pages
- Dynamic content usually generated in the web tier
- although some applications require client-side JavaScript
- There are other choices for the view, e.g. WML (Wireless Markup
Language)
- this is possible because of the decoupling of the model from the
view