Struts framework

Options
- should always decouple the application from a specific model implementation
- provides model components
- does not support JavaBeans and EJB
- has built-in support for the model


CORRECT ANSWER : should always decouple the application from a specific model implementation

Discussion Board
Struts Framework

The Struts Framework is a standard for developing well-architected Web applications. It has the following features:

1) It is an Open source
2) It is based on the Model-View-Controller (MVC) design paradigm, which has three levels:
Model: application state
View: presentation of data (JSP, HTML)
Controller: routing of the application flow
3) It implements the JSP Model 2 Architecture
4) Stores application routing information and request mapping in a single core file, struts-config.xml

The Struts Framework, itself, only fills in the View and Controller layers. It should always decouple the application from a specific model implementation.

Rohit Sharma 10-1-2014 04:08 PM

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement