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 we can install struts?
What is struts and why it is used?
What is the purpose of @action annotation?
Do we need to pay the struts if being used in commercial purpose?
How many struts config file can be created in struts?
What is front controller in struts?
What are different Struts2 tags? How can we use them?
How is the action mapping specified?
Does struts include its own unit tests?
What is request processor and how does it relates to action mapping?
How struts control data flow?
Which library is provided by struts for form elements like check boxes, text boxes etc?
Is struts compatible with other java technologies?
What are the life cycle methods of interceptor?
What kind of mvc is struts 2?