Summary
In this chapter, we have learned all of the MicroProfile specifications and discussed how they can help with creating cloud-native applications. We then added various QoS, such as configuration, resilience, security, and monitoring. With this, you will have a basic idea of how to design your cloud-native application with best practices to make it secure, configurable, resilient, intelligent, and monitorable. In the chapters to follow, we will learn these technologies in more depth.
Furthermore, after going through the MicroProfile specifications, we then introduced MicroProfile Starter, a tool to develop cloud-native applications. This tool can be accessed via the web, command line, Visual Studio plugin, or IntelliJ IDEA plugin. You will be able to use these tools to create your cloud-native applications from scratch.
In the next chapter, we will introduce a real-world, cloud-native application that utilizes MicroProfile technologies to solve some common problems, and...