what is the main reason for developing struts? what is
advantages over Basic MVC architecture based JAVA Application?
Answer / sanjit sinha
struts is a web framework, we can develop any small and
large web based application.
actually struts web framework is based on two design pattern
1> MVC design pattern
2>front controller design pattern
MVC design pattern has divide in three layer
model, view , and controller
...in first layer is view where we write all the jsp or html
file it is also called presentation layer.
...second layer is controller layer where we write the
action servlet, request processor and action.
....third layer is model layer where we use the
hibernate,jdbc or ejb.
| Is This Answer Correct ? | 1 Yes | 0 No |
Explain integrate log4j in struts2 application?
For a single Struts application, can we have multiple struts-config.xml files?
What is difference between perform() used in struts1.0 and execute() used in 1.1 ?
How does interceptor work in struts2?
List some bundled validators?
How can we write our own interceptor and map it for action?
What applications use apache struts?
Name the different types of actions found in struts.
What is struts and why it is used?
What is actioncontext?
What’s the difference between struts and turbine?
How to get data from the velocity page in a action class?