Tech Articles
J2EEAn 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:
