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 is purpose of execandwait interceptor?
What is the different actions available in struts?
What is the purpose of redirect result type?
What are the reasons for an error message not being displayed while developing struts application?
Describe the mvc on struts?
What configurations are stored in struts configuration file ?
Explain about the validation steps which have to be carried during validation of client-side address?
In how many ways duplicate form submission can occurs?
What is Custom Type Converter in Struts2?
What is the difference between shocks and struts?
What are the struts2 configuration properties that control file uploading process?
What is struts in java with example?
Is struts compatible with other java technologies?
When do I need “struts.jar” on my classpath?
What is the purpose of interceptors?