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 |
Is Struts Framework part of J2EE?
What are the two different types of validations that the validator framework supports?
how many methods are there in RequestPrccesor class?
How interceptor works in struts 2?
What is apache struts framework?
What is the difference between struts and spring? Explain
What are the core classes of the struts framework?
What is action class?
what is the difference between SAX Parser and DOM Parser??
14 Answers Cap Gemini, Goldman Sachs, HCL, Hidden Brains, HP,
what is ACID test for fresh engineers??what is the pattern??
how to write my own Action servlet by extending pre-defined Action servlet in struts config.
How we can controlled duplicate form submission in struts?