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
How is the mvc design pattern used in struts framework?
What is meant by custom tags?
Explain the complete struts validator framework.
What do you mean by inner class and anonymous class?
Can we have multiple struts config files in a single web app?
What is the difference between empty default namespace and root namespace?
What is jakarta struts framework?
What is the purpose of redirect result type?
What is the purpose of struts.properties in struct2?
What are the benefits of Struts framework?
How struts control data flow?
What is the purpose of @after annotation?
What is lookupdispatchaction?
Are struts still used?
What is controller in struts ?