Spring and its features
The Model View Controller pattern
Spring Web MVC and its components
The Java ecosystem is filled with frameworks such as Jersey and RESTEasy, which allow you to develop REST applications. Spring Web MVC is one such popular web framework that simplifies web and REST application development. We begin this chapter with an overview of the Spring Framework and take a deep dive into Spring Web MVC and its components.
This book doesn’t give a comprehensive overview ...