-
Book Overview & Buying
-
Table Of Contents
Spring System Design in Practice
By :
We covered a lot of ground in this chapter. We went through a full revision of how network requests happen and the HTTP protocol and its main parts, and learned how the Spring Framework works internally and manages Spring beans for you. Then, we wrote our first Spring Web REST API.
In the next chapter, we will cover great topics and patterns that complement this one, such as learning how to test our APIs; how to use localization patterns so that we can have our API working with multiple currencies, measurements, and languages; how to write WebFlux apps; and learning about saga patterns, logging patterns, and other important additions that you will find important in many projects you will face.