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
Whats the difference between the default namespace and the root namespace?
How can we work with error tags?
What is actioninvocation in struts2?
What is controller in struts2?
How client side validation is enabled on a jsp form?
How is forward action used for integration?
What do you mean by struts.dev mode?
Does Struts2 action and interceptors are thread safe?
What is the purpose of '@customvalidator'?
What are the core components of a struct2 based application?
Explain about the validation steps which have to be carried during validation of client-side address?
What is the purpose of @requiredstringvalidator annotation?
What is the default suffix for struts2 action uri ?
What is the purpose of @after annotation?
How struts 2 validation works?