What is MVC Architecture?
Answer Posted / hghjgjh
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 ? | 23 Yes | 11 No |
Post New Answer View All Answers
What are the sections into which a strut configuration file can be divided?
Does apache struts run on windows?
while working struts in intellij 7.0error unable to initialize tld location cache: zip file is closed is displayed anybdy can answer me immdialy .ungert
What are the applications of struts?
What does params interceptor?
What is the purpose of @after annotation?
What is the configuration files used in struts?
What is the role of action class in struts?
How struts 2 validation works?
What is apache struts framework?
What helpers in the form of jsp pages are provided in struts framework?
Which components are available using actioncontext map?
How do you create message resource?
What is xml based validation in struts2?
Why do we need struts?