Model_view_controller.
description The key to the MVC architecture is that it allows us to build and swap-in separate technologies to deal with the model (ie. the persistence API that talks to the database), the view end (ie. the UI technology such as JSF, ADF Faces, Swing etc) for rendering the user interface (UI) and controller technologies (simplistically the bit that co-ordinates the M and the V)
graphic model_view_controller.gif
is_type_of Design_pattern.
   
 
Vr.155, Dec 2010     Readme      List of Objects ..