Answer Posted / shyam
Every web application follows some structure like mvc ,i.e model,view and control.
controller is for processing request and model is for business logic and view is for presentation.
this structure is followed by every major web application.
so, common tasks of every web application already developed by framework only we have to customize them to according to our specific web application.
that is struts is semi -finished web application.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Whats the difference between the default namespace and the root namespace?
What steps are required to for an application migration from Struts1 to Struts2?
What are the applications of struts?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
What is struts xml?
Mark the differences between html tags and strut specific html tags.
What is the actionform?
What is the need of struts?
What is dispatch action class?
What is Struts2?
Is struts efficient?
What is the purpose of @element?
Explain the difference between dispatchaction and lookupdispatchaction in struts?
What do you mean by inner class and anonymous class?
What does execandwait interceptor?