Even though Servlets and JSP are web based concepts .wht is
the use of using Struts using then
Answer Posted / sukumaran
A framework is something where we can organise the web
compnents such as jsps servlets filters .... These are the
web components.But each webcomponent has a seperate
function to do as servlet is meant for controlling (i.e;
page flow ) and the jsps are meant for the view(it can be
as well used for controlling).But the question is where to
write the buisness logic From here arised the frame work of
struts you can have the coordination between each web
component in an efficient manner with the use of
struts .And which is called as MVC - 2 architechture.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Is struts efficient?
What is struts in j2ee?
What steps are required to for an application migration from Struts1 to Struts2?
What is container struts2?
Does struts include its own unit tests?
How many servlet controllers are used in a Struts Application?
What do you mean by the abstract package in struts2, and what is its utilization?
How can we upload files in Struts2 application?
Why actionservlet is singleton in struts?
What is the purpose of @expressionvalidator annotation?
What is a custom tag?
In how many ways duplicate form submission can occurs?
Can a reducer dispatch an action?
What is interceptor? And life cycle methods of interceptor?
What is struts-default package and what are it’s benefits?