Chapter 8. Building a case study application 209
8.2 Application framework description
In this section, we provide a general description and diagram of the framework
implemented, a technical overview of the architecture, and a short review of the
Model-View-Controller (MVC) pattern.
Defining a framework helps us to plan the application development and to define
how the source code and modules should be organized from technical and
business conventions.
For the RedBrook County sample system, the framework objectives are as
follows:
Document an initial Web application structure based on the
Model-View-Controller (MVC) pattern.
The topics regarding best practices for Web application development are
beyond the scope of this IBM Redbook. What ...