Wednesday, June 22, 2011

MVC Architecture

  1. The Model represents the application data
  2. The View renders a presentation of model data
  3. The Controller handles and routes requests made by the client
Figure 1

Figure: 1: A Basic MVC Request

No comments:

Post a Comment