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
Who wrote struts?
What is the purpose of @key?
What are the differences between Struts1 and Struts2 or how Struts2 is better than Struts1?
What are the benefits of the struts system?
What does modeldriven interceptor?
State the procedure for using forward attribute of link tag’s.
What is the difference between struts and spring?
When should we use SwtichAction?
What is the purpose of @after?
How do u provide security to ur project?(Banking domain project)
Explain architecture of struts2?
What is pojo in struts2?
how does request processor relates to action mapping?
What is the life cycle of actionform?
What are the two different types of validations that the validator framework supports?