what is the main reason for developing struts? what is
advantages over Basic MVC architecture based JAVA Application?
Answer Posted / 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 |
Post New Answer View All Answers
How can we write our own interceptor and map it for action?
What is the use of forwardaction?
What do you mean by struts.dev mode?
How do struts work?
Can you explain the directory structure for a struts folder in brief ?
What is the purpose of @doublerangefieldvalidator?
At the point, you should go for struts framework?
What is the difference between requestaware and servletrequestaware interface?
Explain about logic match tag?
Can you explain struts.properties in struts2?
What is interceptor in Struts2?
How is the action mapping specified?
How exceptions are handled in struts application?
How properties of a form are validated in Struts?
What do you know about validation plugin ?