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
Explain about the validation steps which have to be carried during validation of client-side address?
What is difference between spring and struts?
What’s the utilization of resource bundle properties file in struts validation structure?
What is actioninvocation?
What is strut web xml?
Do you need an alignment after replacing struts?
What are the components of struts framework?
What is the use of reset method of ActionForm class?
Whats the difference between the default namespace and the root namespace?
What is the difference between plain-validator and field-validator?
What is ValueStack and OGNL?
How the exceptions are handled in struts?
What is struts and why it is used?
How to work with error tags?
Can we have multiple struts config files ?