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 ValueStack and OGNL?
How do you find the struts version being used in a project?
What is the procedure of operation of a form tag?
What are the two scope types for formbeans?
What are the sections into which a strut configuration file can be divided?
What is actionform in struts?
Is there a particularly good ide to use with struts?
What does i18n interceptor?
Difference between struts and spring?
What do you mean by the abstract package in struts2, and what is its utilization?
Explain about how requests from the client are sent?
What is the purpose of @after annotation?
Why we use struts in java?
What is the purpose of @beforeresult annotation?
What is the difference between validation.xml and validator-rules.xml files in struts?