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 |
How we can controlled duplicate form submission in struts?
what is frame work in struts?
What does the term struts mean?
Which servlet does the struts framework use?
What is value stack?
How do you find the struts version being used in a project?
Why use struts framework in java?
What is http forward?
What is difference between actionform and dynaactionform?
What is action chaining ?
What is action class?
Does struts include its own unit tests?