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 jakarta struts framework?
What is struts2 in java?
What is the purpose of struts.xml in struct2?
Why do the struts tags provide for so little formatting?
What does i18n interceptor?
Why is action servlet a singleton in struts?
Can we handle exceptions in Struts programmatically?
Why do we need mapdispatchtoprops?
how to connect from struts to database through hibernet and where u can modify the class
Is struts 1 still supported?
What is the purpose of @typeconversion annotation annotation?
State an example of struts configuration file as an action parameter for action servlet.
What is struts.devmode?
Why use struts framework in java?
How to handle exceptions in structs?