articles
Red Hat build of OpenJDK | Red Hat Developer
The Red Hat build of OpenJDK is a free and supportable open source implementation of the Java Platform, Standard Edition (Java SE).
Difference between Spring vs SpringBoot Framework in Java
Java Programming tutorials and Interview Questions, book and course recommendations from Udemy, Pluralsight, Coursera, edX etc
Jimmer documentation | Jimmer
Powerful immutable object model by porting immer to java/kotlin. ORM for immutable data model Include cache, no DTO required More ….
How to generate code using Fabric8 Kubernetes Client | Red Hat Developer
Learn how to generate code using tools provided by Fabric8 Kubernetes Client, including Fabric8 CRD Generator and Fabric8 Java Generator. (Part 4 of 5)
Awesome AZD Templates | Awesome Azure Dev CLI
A community-contributed templates gallery
A Quick Look At Faces (JSF) 4.0 In Jakarta EE 10
A look at some major features of the JavaServer Faces or Jakarta Faces 4.0 in Jakarta EE 10.
How to write tests with Fabric8 Kubernetes Client | Red Hat Developer
Learn how to effectively write tests for Kubernetes applications in Java using Fabric8 Kubernetes Mock Server and Fabric8 Kubernetes JUnit Jupiter extensions.
9 Outdated Ideas About Java
Java has evolved a lot since 1995, but expectations haven’t always kept up. Here are 9 things that are no longer true about Java.
Java Virtual Threads
From Java 19 virtual threads were added to Java. This tutorial explains how to create Java virtual threads, and how they differ from system threads in Java
The Complete Guide To JSON Processing On the Jakarta EE Platform
This resource is a complete guide to JSON processing on the Jakarta EE Platform.
Thread Pools
This tutorial explains what a thread pool is, how they work, and shows a simple implementation in Java of a thread pool.