Chapter 9: Spring Into MVC
Learning Objectives
After completing all the content in this chapter, you should be able to do the following:
- Understand the basic architecture of an MVC web application
- 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!
- design patterns
- Model-View-Controller
- model
- view
- controller
- Spring
- Spring Boot
- Spring MVC
- Tomcat
Initialize Spring
- Gradle