Spring Web MVC
Spring MVC helps in building flexible and loosely coupled web applications.
Model : These are responsible for encapsulating the application data.
Views : The Views render response to the user with the help of the model object .
Controllers : These are responsible for receiving the request from the user and calling the
back-end services.
Architecture of Spring Web MVC
Spring MVC helps in building flexible and loosely coupled web applications.
Model : These are responsible for encapsulating the application data.
Views : The Views render response to the user with the help of the model object .
Controllers : These are responsible for receiving the request from the user and calling the
back-end services.
Architecture of Spring Web MVC
No comments:
Post a Comment