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


Please Help Members By Posting Answers For Below Questions

Who wrote struts?

716


What is the purpose of @key?

755


What are the differences between Struts1 and Struts2 or how Struts2 is better than Struts1?

766


What are the benefits of the struts system?

749


What does modeldriven interceptor?

748






State the procedure for using forward attribute of link tag’s.

742


What is the difference between struts and spring?

671


When should we use SwtichAction?

756


What is the purpose of @after?

739


How do u provide security to ur project?(Banking domain project)

4611


Explain architecture of struts2?

787


What is pojo in struts2?

736


how does request processor relates to action mapping?

666


What is the life cycle of actionform?

727


What are the two different types of validations that the validator framework supports?

690