Making Java programs cloud-ready, Part 3: Integrate MicroProfile services

4 · Red Hat · June 30, 2021, 9:45 a.m.
The first article in this series presented a legacy Java application that we want to upgrade to a microservices architecture. In the second article, we upgraded the Java EE environment to Jakarta EE. Now, we will add a powerful collection of microservices functionality, writing very little code of our own. Specifically, we will: Extend the Red Hat JBoss Enterprise Application Platform (JBoss EAP) 7.3 capabilities with JBoss EAP XP 2. Introduce MicroProfile specifications that implement the patte...