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
How do you create message resource?
What is the purpose of interceptors?
What is the purpose of @doublerangefieldvalidator annotation?
Explain the difference between dispatchaction and lookupdispatchaction in struts?
What are the classes used as part of struts framework ?
What are different Struts2 tags? How can we use them?
how to develop the submit and search operations in single jsp using struts?
Describe the mvc on struts?
How long do struts last?
What are the components of struts framework?
How can we handle exceptions thrown by application in Struts2?
What is declarative exception handling in struts?
How action mapping is configured in Struts?
What does params interceptor?
What is the purpose of form-beans tag in struct-config.xml?