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
What is switchaction?
What is the purpose of form-be tag in struct-config.xml?
Does Struts2 action and interceptors are thread safe?
What is interceptor? And life cycle methods of interceptor?
How is a lookup dispatch action created?
What do you mean by the abstract package in struts2, and what is its utilization?
What is the purpose of @requiredstringvalidator?
Explain the difference between plain-validator and field-validator in struts?
How do u provide security to ur project?(Banking domain project)
Describe the basic steps used to create a tiles application?
What are disadvantages of Struts?
How do you create message resource?
Which class of struts is responsible to converts data types from string and vice versa?
Explain about the
What is the differences between struts1 and struts2?