The final part of this book goes into the details of the Lagom framework by discussing its philosophy, the way Lagom applications are structured, and available APIs and how to use them.
In this chapter, we will build, once again, our bakery project, this time structured as a number of microservices.
After reading this chapter, you will be able to do the following:
- Understand the advantages of using Lagom
- Set up Lagom and use it to create projects
- Structure an application as required by the framework
- Efficiently use provided APIs
- Unit test Lagom services