What is MVC Architecture?
Answer Posted / satya
Model: Model domain contains the business logics and
functions that manipulate the business data. It provides
updated information to view domain and also gives response
to query. And the controller can access the functionality
which is encapsulated in the model.
2. View: View is responsible for presentation aspect of
application according to the model data and also
responsible to forward query response to the controller.
3. Controller: Controller accepts and intercepts user
requests and controls the business objects to fulfill these
requests. An application has one controller for related
functionality. Controller can also be depends on the type
of clients
| Is This Answer Correct ? | 14 Yes | 18 No |
Post New Answer View All Answers
what is meant by Struts Validator Framework?
Do we need to pay the struts if being used in commercial purpose?
What is includeaction?
How we can install struts?
What are the core classes of the struts framework?
Explain the life cycle of a request in struct2 application?
What is actionmapping?
What is action chaining ?
Give an example of validates method used to avoid errors.
Explain integrate log4j in struts2 application?
How you will make available any message resources definitions file to the struts framework environment?
Can you give an overview of how a struts application flows?
What is a custom tag?
What is the purpose of @after annotation?
What is the difference between session scope and request scope when saving formbean ?