Why should we go for struts framework?

Answer Posted / giridhar

Struts framework, gives you control over your application
develpment with MVC Design pattern. Divide and conquer
methodology. Presentation, Processing and Control flow are
divided and written separately. Presentation tier mostly
consists of JSP's at user input and output level. Control
will be your action servlet, processing will be taken care
in Model.

Is This Answer Correct ?    25 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do struts work?

509


What are the reasons for an error message not being displayed while developing struts application?

543


How the flow of various requests happens in struts application?

522


How can forward action be used to restrict a strut application to mvc?

511


What design patterns are used in struts?

548






Does apache tomcat use struts?

496


Which configuration files are used in struts?

514


Which interceptor is responsible for mapping request parameters to action class Java Bean properties?

551


What’s the utilization of struts.xml configuration file?

523


Explain design patterns which is used in struts?

528


What's the purpose of execute method of action class?

522


Explain architecture of struts2?

574


What validate() and reset() method does ?

533


How struts2 supports internationalization?

645


Are interceptors and filters different?

535