Java

Runtimes
Article

Ansible Collection for Red Hat Runtimes

Romain Pelisse

Ansible Collection for Red Hat Runtimes products comes in two different flavors: one upstream, one downstream. This article explores what this means exactly.

openshift containers
Article

Use of Cryostat and Java Flight Recording in Red Hat OpenShift 4

Francisco De Melo Junior

This article aims to show the features and complete utilization of Java Flight Recording (JFR) via Cryostat Operator (Cryostat) for Red Hat OpenShift Container Platform (RHOCP) 4.x. Use cases are explained.

Red Hat Developer - Build Here Go Anywhere
Page

All products page

Get access to Red Hat's software downloads for application developers.

OpenJDK
Article

Reproducible OpenJDK builds

James Falkner

The Adoptium project has achieved reproducible builds for Java versions 21 and 22 across Linux, Windows, and Mac platforms. This capability ensures an independently verifiable path from source to binary code, enhancing trust in the software and its dependencies.

DevZone feature image
Page

DevZone

Learn here. Go anywhere.

Article Thumbnail
Article

Understand modernization of a traditional Java application with an example

Yashwanth Maheshwaram +1

Developers frequently work with monolithic applications. However, the popularity of these monolithic applications has waned due to their lack of flexibility. Scaling a specific component requires scaling the entire application. Transitioning to a microservice architecture, with modular, independently scalable units addresses these challenges and is well-suited for cloud environments. This article focuses on moving a monolithic application, exemplified by a Java™-based e-commerce app called Pedal, to the cloud, offering guidance for this complex task.