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
How is declarative handling of exceptions done in struts ?
What is the purpose of @action annotation?
What is the use of token interceptor in Struts2?
What do you mean by action errors and what are the results they force?
In struts, how can we access java beans and their properties?
What is struts in java with example?
What is the use of struts config xml file?
Name some of the features of struts2?
how does request processor relates to action mapping?
What is the apache struts vulnerability?
Can you explain aware interfaces in struts2?
What is difference between interceptors and filters?
What is the need of struts?
What are Struts2 core components?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?