Why should we go for struts framework?

Answers were Sorted based on User's Feedback



Why should we go for struts framework?..

Answer / 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

Why should we go for struts framework?..

Answer / shyam

Every web application follows some structure like mvc ,i.e model,view and control.
controller is for processing request and model is for business logic and view is for presentation.
this structure is followed by every major web application.
so, common tasks of every web application already developed by framework only we have to customize them to according to our specific web application.
that is struts is semi -finished web application.

Is This Answer Correct ?    4 Yes 0 No

Why should we go for struts framework?..

Answer / prathap

we can develop webapplications easily by using struts.In
this we are using MVC-2 architecture in this model is for
businesslogic and jsp is for presentation logic and Action
Servlet is for Controller to forward actions

Is This Answer Correct ?    4 Yes 1 No

Why should we go for struts framework?..

Answer / john

you was using struts before
but today its time to develop beter, faster, and make 100% MVC programms (JWMS)
so refer to http://sourceforge.net/projects/shine-enterpris/files/ and enjoy Shine enterprise pattern
to learn shine readd the english document.

Is This Answer Correct ?    5 Yes 3 No

Why should we go for struts framework?..

Answer / kalyan

Struts follows the MVC design Pattern .Struts framework is
resuable,semi finished web-application that can be
customized to develpo a specific application.

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More Struts Interview Questions

Explain the difference between jakarta struts and apache struts?

0 Answers  


If the framework doesn’t do what I want, can I request that a feature be added?

0 Answers  


How does one create an action in struts 2?

0 Answers  


How to build struts application in eclipse?

0 Answers  


What is structs 2 validation framework?

0 Answers  






What is the life cycle of actionform?

0 Answers  


What is role of action class?

0 Answers  


how to develop the submit and search operations in single jsp using struts?

0 Answers   Wipro,


What is difference between struts1 and struts2?

0 Answers  


What are the classes used in struts?

0 Answers  


What is the purpose of @before?

0 Answers  


State the procedure for using forward attribute of link tag’s.

0 Answers  


Categories