Today, the use of microservices architecture is rapidly increasing. New tools have emerged to facilitate and develop microservice applications using MicroProfile patterns and best practices. The Eclipse MicroProfile project was created in order to make it possible to develop applications with microservices architecture, using the power of Java EE to optimize the Enterprise Java for microservices architecture.
The Eclipse MicroProfile project is an umbrella of specs used to develop applications with microservices architecture. This umbrella contains some specs of Java EE and some proprietary specs (created with Eclipse MicroProfile). With this, the Eclipse MicroProfile project allows us to develop microservice applications using specifications of Java EE, such as CDI, JAX-RS, and JSON-B. Furthermore, the MicroProfile...