November 2016
Intermediate to advanced
944 pages
21h 1m
English
Having gone through your first Spring MVC application, it is now time to look at Spring MVC applications from an architectural perspective:

Spring MVC components
As the name implies, Spring MVC follows the renowned MVC architectural pattern. This pattern ensures the separation of concerns by dividing responsibilities into three major roles:
The Model we are talking about here is not necessarily persistent data (a data model) ...
Read now
Unlock full access