Java

ServiceBindingRequest
Article

Service Binding Operator: The Operator in action

Shoubhik Bose +2

In this article, we'll look at a more advanced service binding topic—custom environment variables—and walk through a typical usage scenario. 

ServiceBindingRequest
Article

Introducing the Service Binding Operator

Shoubhik Bose +2

We introduce the Service Binding Operator, which lets application developers easily bind applications to operator-managed backing services.

Video Thumbnail
Video

Introduction to Quarkus: "Supersonic Subatomic Java"

Red Hat Developers

In our first Qtip, James Falkner gives a high-level introduction to Quarkus: "Supersonic Subatomic Java". This Qtip covers project creation, live reload, compilation to JVM, compilation to native, execution, testing, deployment and execution on containers. It also goes over the advantages and benefits that Quarkus provides.

Featured image for Java topics.
Article

Why Java is so hot right now

Rhuan Rocha

The Java platform has become one of the most widely used platforms, with a huge ecosystem in the world of technology. Java lets developers create applications for several platforms, such as Windows, Linux, embedded systems, and mobile. Java also has received criticisms, such as: Java is fat; Java takes a lot of memory; Java is verbose. But, Java was created to solve big problems, not small problems. Of course, you can also solve small problems with Java, but you see...