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 to build struts application in eclipse?
Why is action servlet a singleton in struts?
How to display validation errors on jsp page?
What is difference between lookupdispatchaction and dispatchaction?
What configuration files are used in struts?
What is the purpose of struct-config.xml in struct2?
What is the different actions available in struts?
Which tag is used to declare constants in struts xml?
How does struts work?
What is action servlet in struts?
What is the purpose of interceptors?
What is strut action mapping?
What is token used for?
What is Custom Type Converter in Struts2?
How can forward action be used to restrict a strut application to mvc?