Struts, an open-source MVC implementation
,----[ Quote ]
| Kids in grade school put HTML pages on the Internet. However, there is
| a monumental difference between a grade school page and a professionally
| developed Web site. The page designer (or HTML developer) must
| understand colors, the customer, product flow, page layout, browser
| compatibility, image creation, JavaScript, and more
|
| [...]
|
| If you have worked on a large-scale Web application, you understand the
| term change. Model-View-Controller (MVC) is a design pattern put together
| to help control change.
`----
http://www.javaforce.com/content/view/96/66/
|
|