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
Can we use struts and spring together?
Is there a particularly good ide to use with struts?
What is the different actions available in struts?
How is a lookup dispatch action created?
What do you mean by actionmapping?
What is the need of struts?
What is front controller in struts?
Is struts 1 still supported?
What applications use apache struts?
What's the purpose of execute method of action class?
How you will make available any message resources definitions file to the struts framework environment?
What do you mean by struts.dev mode?
Explain the difference between dispatchaction and lookupdispatchaction in struts?
What does params interceptor?
What is the purpose of @conversion annotation annotation?