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
Why do we need mapdispatchtoprops?
How to use forward action to restrict a strut application to mvc?
What is the flow of requests in struts based applications?
What is package name in struts xml?
What is declarative exception handling in struts?
Which class of struts is responsible to converts data types from string and vice versa?
How exceptions are handled in struts application?
Can you explain value stack?
What is strut action mapping?
What does apache struts do?
Does apache struts run on windows?
What are the different kinds of actions in struts?
Explain design patterns which is used in struts?
Give an alternative way to protect jsp’s with not much features from direct access.
What is the difference between struts and spring? Explain