Chapter 9: Spring Into MVC

Learning Objectives

After completing all the content in this chapter, you should be able to do the following:

  1. Understand the basic architecture of an MVC web application
  2. Initialize a Spring Boot application

Key Terminology

Here is a list of key terms you should make note of based on the page on which they first appear.

Design Patterns, MVC, and Spring, Oh My!

  1. design patterns
  2. Model-View-Controller
  3. model
  4. view
  5. controller
  6. Spring
  7. Spring Boot
  8. Spring MVC
  9. Tomcat

Initialize Spring

  1. Gradle

Chapter Content