What is MVC Architecture?

Answer Posted / hrishikesh nandanwar

Model-View-Controller (MVC)
Model-View-Controller architecture is used for interactive
web-applications. This model minimizes the coupling between
business logic and data presentation to web user. This
model divides the web based application into three layers:
1. 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 ?    35 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why use spring, if you are already using struts?

717


How we can configured action mapping in struts?

741


When do I need “struts.jar” on my classpath?

725


What is front controller in struts2?

740


List the important attribute and elements of action mapping under struts.

710


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

2281


How many action classes can be used in struts application?

701


What do you mean by ognl?

739


What is the use of token interceptor in Struts2?

822


How can we group related actions in one group in Struts?

728


What is the use of Struts.xml configuration file?

694


What is the purpose of plug-in tag in struct-config.xml?

662


Explain about the tag?

815


State an example of struts configuration file as an action parameter for action servlet.

732


What are Struts2 core components?

746