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 controller in struts ?
What is the purpose of @conversionerrorfieldvalidator annotation?
What are the applications of struts?
What is role of action class?
How you will enable front-end validation based on the xml in validation.xml?
What’s the difference between struts and turbine?
What are the some useful annotations introduced in struts2?
What are disadvantages of Struts?
Does apache struts run on windows?
How nested beans can be used in Struts applications?
What is the purpose of execute method of action class?
What is struts actionmapping?
What is action class?
Describe the mvc on struts?
What is the use of resourcebundle.properties file in Struts Validation framework?