From: VaanNila
Model-view-controller
Models are responsible for encapsulating the application data. The Views render response to the user with the help of the model object . Controllers are responsible for receiving the request from the user and calling the back-end services. (Full Spring MVC Tutorial Link)
No comments:
Post a Comment