Why should we go for struts framework?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
What is meant by custom tags?
Why should we go for struts framework?
Can you explain custom tag?
Explain about how requests from the client are sent?
we have 7 jsp pages .At last page we have a submit button when we click it it will store all jsps data which we provide will store into database. when we starting providing data in jsp pages when we are at 3rd jsp at that time sessions timeout where the data will be store which we r provide in last two jsps?
how does request processor relates to action mapping?
Hai all.Can i develope Struts action class without execute(-,- ,-,-)method.Ifd it's possible plz provide some sample code.
What do you mean by a custom tag?
What is Portlet???? when,where and why we use it ??
3 Answers Infotech, Rebaca, Wipro,
What is strut web xml?
What is interceptor in Struts2?
Can we use struts and spring together?