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
What does modeldriven interceptor?
What steps are required to for an application migration from Struts1 to Struts2?
What is the role of action class?
how to connect from struts to database through hibernet and where u can modify the class
When should we use SwtichAction?
What is java struts?
What is the use of resourcebundle.properties file in Struts Validation framework?
How to upload struts file?
How can we display all validation errors to user on jsp page?
Explain about the process of functioning of the struts program?
What is pojo in struts2?
Mark the differences between html tags and strut specific html tags.
What is the need of struts?
What is the use of reset method of ActionForm class?
What are inner class and anonymous class?