CHAPTER 2
Spring Web MVC Primer
In this chapter, we will discuss:
- 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.
Note This book doesn’t give a comprehensive ...
Get Spring REST now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.