what is the main reason for developing struts? what is
advantages over Basic MVC architecture based JAVA Application?



what is the main reason for developing struts? what is advantages over Basic MVC architecture based..

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

Post New Answer

More Struts Interview Questions

How we can controlled duplicate form submission in struts?

0 Answers  


what is frame work in struts?

3 Answers   Infosys,


What does the term struts mean?

0 Answers  


Which servlet does the struts framework use?

0 Answers  


What is value stack?

0 Answers  


How do you find the struts version being used in a project?

0 Answers  


Why use struts framework in java?

0 Answers  


What is http forward?

0 Answers  


What is difference between actionform and dynaactionform?

0 Answers  


What is action chaining ?

0 Answers  


What is action class?

0 Answers  


Does struts include its own unit tests?

0 Answers  


Categories