What is MVC Architecture?
Answer Posted / nilesh
MVC architecture is Nothing but the 3 tier Architecture
Model-It Directly interact with the database
View-It Provides the GUI..Directly interacts with the user;
Controller-it is the interface between the View & Model..
The Controller which takes the input from the View Preprocessed it & sends it to the Model & then model send to the database. it get the response from the database & pass this response to the controller . controller will send the response to the View..
This is the Simple MVC architecture..
this architecture will be varry a little with respect to the application (Web or Standalone )..
thanks..
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is java struts?
Who makes the struts?
in struts how to use hibernate with struts>
Difference between struts and spring?
What are interceptors in struts 2?
What's mvc pattern ?
What is struts xml?
What configuration changes are required to use resource files in Struts?
What is apache struts framework?
What are apache struts?
For a single Struts application, can we have multiple struts-config.xml files?
What is strut action mapping?
What are construction struts?
What is the use of form bean in struts?
How is token generated?