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
Why use spring, if you are already using struts?
Explain about token feature in struts?
Do I have to credit struts on my own website?
What is s token?
Lists the bundled validators in struts?
Can you give an overview of how a struts application flows?
List some struts tag libraries?
What is the procedure of operation of a form tag?
What does apache struts do?
Can you explain value stack?
What is http redirect?
What is strut web xml?
How struts control data flow?
How do I install struts?
What's the purpose of execute method of action class?