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

What is actioncontext?

626


What is the purpose of @key?

669


Why do we need mapdispatchtoprops?

565


What is the actionform?

658


What are the features of struts 2?

620






Which interceptor is responsible for i18n support?

597


Describe the two types of formbeans.

664


Do we need to pay the struts if being used in commercial purpose?

641


Give an example of validates method used to avoid errors.

598


How many action classes can be used in struts application?

605


What is actionmapping?

700


How nested beans can be used in Struts applications?

633


How the exceptions are handled in struts?

612


Is struts action class singleton?

635


What is structs 2 validation framework?

656