In this chapter, we have learned about the open source MicroProfile implementations that currently exist on the market, what types of implementation they are, how to get more information about each of them, and how to generate sample code for these implementations using MicroProfile Starter. We have also covered the latest MicroProfile implementation entrant, Quarkus, which introduces significant improvements to Java in start up time and memory consumption in interpreted and compiled modes, improving MicroProfile for cloud-native microservices and serverless environments even more. You also learned about The Conference Application, which demonstrates the interoperability of MicroProfile across different implementations.
As a consumer of Eclipse MicroProfile and its nature of being interoperable across implementations, you have the freedom to select the implementation that...