Table of Contents

 

Copyright

Brief Table of Contents

Table of Contents

Praise for Spring in Action, 4th edition

Preface

Acknowledgments

About this book

1. Foundational Spring

Chapter 1. Getting started with Spring

1.1. What is Spring?

1.2. Initializing a Spring application

1.2.1. Initializing a Spring project with Spring Tool Suite

1.2.2. Examining the Spring project structure

1.3. Writing a Spring application

1.3.1. Handling web requests

1.3.2. Defining the view

1.3.3. Testing the controller

1.3.4. Building and running the application

1.3.5. Getting to know Spring Boot DevTools

1.3.6. Let’s review

1.4. Surveying the Spring landscape

1.4.1. The core Spring Framework

1.4.2. Spring Boot

1.4.3. Spring Data

1.4.4. Spring Security

1.4.5. Spring Integration and Spring Batch

1.4.6. Spring Cloud

Summary

Chapter 2. Developing web applications

2.1. Displaying information

2.1.1. Establishing the domain

2.1.2. Creating a controller class

2.1.3. Designing the view

2.2. Processing form submission