| |
| | Designing Enterprise Applications with the J2EE Platform, Second Edition |
 | | MVC, described in Chapter 11, organizes an interactive application into three separate modules: one for the application model with its data representation and business logic, the second for views that provide data presentation and user input, and the third for a controller to dispatch requests and control flow. |
 | | MVC separates design concerns (data persistence and behavior, presentation, and control), decreasing code duplication, centralizing control, and making the application more easily modifiable. |
 | | MVC also helps developers with different skill sets to focus on their core skills and collaborate through clearly defined interfaces. |
| java.sun.com /blueprints/guidelines/designing_enterprise_applications_2e/web-tier/web-tier5.html (8245 words) |
|