alt
Advertisement
Online Training
Career Series
Exforsys
Exforsys arrow Tech Articles arrow J2EE arrow Model View Controller Song
Site Search


Model View Controller Song

An MVC song has been written and performed by James Dempsey (Apple Operations Engineer) at the Apple Worldwide Developers Conference 2003.

Click here to listen to the MVC song.

The goal of the Model-View-Controller (Model 2) framework is to separate the application object (model) from the way it is represented to the user (view) from the way in which the user controls it (controller). In J2EE the MVC framework approach adheres to the following:

  • The controller translates interactions with the view into actions to be performed by the model. In J2EE the controller would be represented by servlets.
  • The model represents enterprise data and business rules that govern access to and updates to this data. In J2EE the model would be represented by JavaBeans or EJBs
  • The view represents the user interface. In J2EE the views would be represented by JSPs containing only presentation constructs (ie., no Java code).


Trackback(0)
Comments (0)add comment

Write comment

busy
 
< Prev   Next >
Sponsored Links
© 2008 Exforsys.com
Joomla! is Free Software released under the GNU/GPL License.
Page copy protected against web site content infringement by Copyscape