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 the purpose of @typeconversion annotation annotation?
How does struts2 token work?
What is the purpose of form-be tag in struct-config.xml?
What is the purpose of @keyproperty annotation annotation?
Do you need an alignment after replacing struts?
What are the classes used as part of struts framework ?
What is defeult result type?
What is the purpose of interceptors?
How to get data from the velocity page in a action class?
What are the struts2 configuration properties that control file uploading process?
What should be the name of xml file used for validation in struts?
Do we need to pay the struts if being used in commercial purpose?
What is the purpose of @conversionerrorfieldvalidator annotation?
How to use forward action to restrict a strut application to mvc?
What is the use of lookupdispatchaction?