Struts framework is based on

Options
- Servlet, JSP and Java
- Servlet, HTML and Java
- Servlet, JSP, XML and Java
- Applet, XML and Java


CORRECT ANSWER : Servlet, JSP, XML and Java

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, is based on Servlet, JSP, XML and Java as all of plays an essential role in fetching and executing the data.

Rohit Sharma 10-1-2014 04:12 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