June 2014
Beginner to intermediate
304 pages
7h 25m
English
So far, we have seen lots of concepts, such as the dispatcher servlet, request mapping, controllers, and view resolver; it would be good to see the overall picture of the Spring MVC request flow so that we can understand each component's responsibilities. However, before that, we need to understand the Model View Controller (MVC) concept some more. Every enterprise-level application's presentation layer can logically be divided into the following three major parts:
The following diagram will help you understand the event flow and command flow ...
Read now
Unlock full access