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 ognl?
What is the purpose of @element?
How can we integrate log4j in Struts2 application?
If the framework doesn’t do what I want, can I request that a feature be added?
Define struts?
How is forward action used for integration?
How does struts work?
Is struts efficient?
Where should struts xml be placed?
What is the purpose of @typeconversion annotation annotation?
Explain about tiles?
What is the difference between Jakarta Struts and Apache Struts? Which one is better to use?
What are interceptors in struts 2?
Why it called struts?
How is declarative handling of exceptions done in struts ?