Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Online Practice Test
>
Struts
« Previous
Next »
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
« Previous
Next »
Write your comments
*
*
Email must be in the form someone@domain.com
*
*
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
Related Content
Java Beginner (11)
Java (39)
Java (40)
Java (22)
Java (30)
Java (25)
Java (20)
Java (20)
Core Java (20)
Core Java (10)
Core Java (72)
EJB (20)
JDBC (20)
Applet (20)
Struts (21)
Servlets (20)
Java Web Services (20)
Javascript (40)
J2EE (10)
jQuery (46)
Advertisement
▲