Microservices and microservices architectures are ideal development approaches for cloud and multi-cloud environments, including hybrid cloud deployments, where your application comprises on-premise logic as well as logic that runs in the cloud. Eclipse MicroProfile is a specification that optimizes Java for microservices architecture and thus provides constructs so that you can implement microservices in Java and the cloud. These topics will help you to understand why Eclipse MicroProfile is ideal for developing applications in hybrid and multi-cloud environments, and what you must take into consideration when using it in these types of deployments.
In this chapter, we will discuss the following topics:
- How Eclipse MicroProfile facilitates cloud-native application development
- How Eclipse MicroProfile relates to cloud-native and...