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
How to convert struts to spring mvc?
How is the mvc design pattern used in struts framework?
What is the purpose of @beforeresult?
Why aren’t the struts tags maintained as part of the jakarta taglibs project ?
What is the use of jsonvalidation?
Give an example of validates method used to avoid errors.
Name some of the features of struts2?
What’s the difference between struts and turbine?
What is the purpose of @result annotation?
What is the default suffix for Struts2 action URI and how can we change it?
What is pojo in struts2?
What is the life cycle of actionform?
Why are struts tightly coupled?
Name the different types of actions found in struts.
What is jakarta struts framework?