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
What is action servlet in struts?
What are the steps used to setup dispatch action?
What are struts in java?
What are different ways to create Action classes in Struts2?
Which interceptor is responsible for i18n support?
In struts.xml, what does the attribute "method" stands for in the "action" tag?
Name the different types of actions found in struts.
When should be opt for struts framework?
What is a custom tag?
What is the use of execAndWait interceptor?
What is ValueStack and OGNL?
Describe the basic steps used to create a tiles application?
What is the use of token interceptor in Struts2?
What is declarative exception handling in struts?
What types of validations are available in xml based validation in struts2?