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
What is actioncontext?
What is the purpose of @key?
Why do we need mapdispatchtoprops?
What is the actionform?
What are the features of struts 2?
Which interceptor is responsible for i18n support?
Describe the two types of formbeans.
Do we need to pay the struts if being used in commercial purpose?
Give an example of validates method used to avoid errors.
How many action classes can be used in struts application?
What is actionmapping?
How nested beans can be used in Struts applications?
How the exceptions are handled in struts?
Is struts action class singleton?
What is structs 2 validation framework?