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

What is actionservlet?

0 Answers  


What is the purpose of interceptors?

0 Answers  


How can I make own ActionServlet? with example

8 Answers   IBM, TCS,


Is Struts Framework part of J2EE?

0 Answers  


what is tiles in struts?

6 Answers  






How we can controlled duplicate form submission in struts?

0 Answers  


How exceptions are handled in struts application?

0 Answers  


What are construction struts?

0 Answers  


What is http forward?

0 Answers  


What configuration files are used in struts?

0 Answers  


if u r using eclipse tool how can u debbaging u r application? plz explain with sample code

3 Answers   IBM, Tech Mahindra,


What is front controller in struts?

0 Answers  


Categories