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

How nested beans can be used in Struts applications?

537


Explain about tiles?

565


Is struts compatible with other java technologies?

517


What are the struts2 configuration properties that control file uploading process?

592


What is includeaction?

570






How duplicate form submission can be controlled in struts?

626


What are result types in struts?

558


Where can I get a copy of struts?

527


Can a reducer dispatch an action?

484


How can we work with error tags?

536


What is struts2 namespace?

495


Why actionservlet is singleton in struts?

582


What do you mean by inner class and anonymous class?

582


How struts control data flow?

524


Who wrote struts?

538