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
What are the core classes of struts framework? Explain
Explain about tiles?
How can we group related actions in one group in Struts?
What are the classes used as part of struts framework ?
What are the differences between http direct and http indirect?
What does action do in struts?
What are the steps involved in creating a strut application?
In which order struts framework searches for a message bundle?
What is struts actionmapping?
What is the purpose of @result?
What do you mean by the abstract package in struts2, and what is its utilization?
What is actionservlet?
What does i18n interceptor?
Is struts efficient?
Is struts compatible with other java technologies?