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 are the steps required for setting up validator framework in struts?

0 Answers  


how handle when client send multiple request at atime for single servlet

5 Answers   Aditya Birla, IBM,


what is the difference between SAX Parser and DOM Parser??

14 Answers   Cap Gemini, Goldman Sachs, HCL, Hidden Brains, HP,


what is the current salary package in India for a java programmer who has 2 years experience

7 Answers  


What is the purpose of '@keyproperty'?

0 Answers  






can anyone help me to send the code for Jasper Reporting in java?plz

3 Answers   CSC, RFT,


struts comes under which layer of three tire architecture in real time projects plz i need explaination?

10 Answers   Infinite Computer Solutions, TCS,


why we are using vo,dao and dto design patterns in struts framework

3 Answers   Wipro,


diffrence between dispatch action and lookupdispatch action write simple web appliction (insert records in database)

8 Answers   Athena Health Care, Symphony, TCS,


How tag libraries are defined in Struts?

0 Answers  


Can you explain custom tag?

0 Answers  


How you will enable front-end validation based on the xml in validation.xml?

0 Answers  


Categories