Spring Web MVC Framework
by , 07-07-2012 at 06:34 PM (1081 Views)
The model view controller architecture is provided by the Spring Web MVC framework and it also provides ready components which are used to generate loosely coupled and flexible web applications. The different application aspects are separated in result of MVC pattern like business logic, input logic and UI logic. This pattern will provide loose coupling between the elements.
• The model data is encapsulated by the Model and it is consist of POJO in general.
• The model data is rendered by the View and it is responsible to generate HTML ouput which is interpreted by client browser.
• The user requests are processed by the Controller and it is responsible for building model which is appropriate and it passed the information to view so that it can be rendered.









Email Blog Entry
Size Reduced for Images in PDF &...
05-15-2013, 05:53 PM in Java Software