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 design patterns are used in struts?
What is form bean in struts?
What applications use apache struts?
What is the purpose of @results?
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
What are construction struts?
What are the pros of struts 2?
Why is action servlet a singleton in struts?
How exceptions are handled in struts application?
Why is it called struts?
What is the use of reset method of ActionForm class?
What is the struts in java?
Define struts?
What is action chaining ?
What are the core classes of struts framework? Explain