-
Book Overview & Buying
-
Table Of Contents
Spring System Design in Practice
By :
We are finally ready to start coding! This chapter provides the link between all the product and system analyses we have done in previous chapters and what it takes to get those ideas to solid Spring services.
These are the topics we are going to cover in this chapter:
Some sections will feel a bit like a review for more experienced developers. If you prefer, you can skip the sections in which we go back to some HTTP fundamentals.
After reviewing the important HTTP knowledge needed to understand how the protocol works, we will introduce you to the inner world of Spring beans and how the framework handles key objects for you. Then, we will move on to how to write good controllers...