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 are the classes used as part of struts framework ?
Explain the difference between plain-validator and field-validator in struts?
Difference between struts and spring?
Why are frameworks used?
What is the purpose of struct-config.xml in struct2?
What is the purpose of @emailvalidator?
What is http forward?
What is the role of a handler in mvc based applications?
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?
What's the purpose of execute method of action class?
What is the purpose of @results?
What is the default location of result pages and how can we change it?
What are the steps required for setting up validator framework in struts?
What is actionservlet?
What is the purpose of redirect result type?