Making Java programs cloud-ready, Part 4: Optimize the runtime environment

2 · Red Hat · July 2, 2021, 1:45 p.m.
This is the final article in a series where we are updating a monolithic Java EE application to function as a microservice and run in a distributed cloud environment such as Red Hat OpenShift. In the first article, we set up the legacy Java application and defined our goals. Then, we upgraded the Java environment to Jakarta EE. In the last article, we used MicroProfile to prepare the application for use in a distributed environment. Read the whole series: Part 1: An incremental approach using J...