What is MVC Architecture?

Answer Posted / mdsha_asiya

MVC stands for Model(bean,EJB),View(Html,Jsp),Controller
(Servlet).MVC pattern is a collabartion of three components
model,view,controller.MVC pattern is a sequence of action
interactions starting with view,then controller and then to
model based on the data persistence.

MVC is an approach for developing interactive application
ie it results in events through user interactions.Model is
responsible for holding the application state,View is for
displaying the current model and controller handles the
event.

Is This Answer Correct ?    157 Yes 32 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Whats the difference between the default namespace and the root namespace?

716


How can we work with error tags?

751


What is actioninvocation in struts2?

772


What is controller in struts2?

687


How client side validation is enabled on a jsp form?

760


How is forward action used for integration?

745


What do you mean by struts.dev mode?

703


Does Struts2 action and interceptors are thread safe?

760


What is the purpose of '@customvalidator'?

779


What are the core components of a struct2 based application?

763


Explain about the validation steps which have to be carried during validation of client-side address?

730


What is the purpose of @requiredstringvalidator annotation?

691


What is the default suffix for struts2 action uri ?

719


What is the purpose of @after annotation?

781


How struts 2 validation works?

804