Before we start our journey into the internals of Spring MVC, we first need to understand the different layers of a web application. And we’ll begin that discussion with a brief introduction of the MVC pattern in general, including what it is and why we should use it. We also cover some of the interfaces and classes provided by the Spring Framework to express the different parts of the MVC pattern.
After reviewing the MVC Pattern, we go through the different layers in a web application and see what ...