For the best experience in this learning path, we suggest that you complete the following learning resources in the order shown. When you click on a resource,
Category: Articles
11 Mistakes Java Developers make when Using Exceptions – Java Challengers
It’s a common mistake that developers specifically catch the Exception class for any error. It’s much more difficult to identify the error…
GraalVM Java Compilers Join OpenJDK in 2023, Align with OpenJDK Releases and Processes
The Community Editions of the GraalVM JIT and Ahead-of-Time (AOT) compilers will move to OpenJDK in 2023. They will align with OpenJDK releases and processes. Existing releases, GraalVM Enterprise Edition, and other GraalVM projects will not. GraalVM 22.3 provides experimental support for JDK 19 and improves observability. Project Leyden will standardize Java AOT compilation.
Build a Reactive App with Spring Boot and MongoDB – Java Code Geeks – 2022
Interested to learn about Reactive App? Check our article explaining how you can build Build a Reactive App with Spring Boot and MongoDB.
Jakarta EE 10: What Decision Makers Need to Know
This fact sheet is a concise guide to changes in Jakarta EE/Java EE with its latest release
Spring Batch 5.0 Delivers JDK 17 Baseline and Support for Native Java
VMware released Spring Batch 5.0. Baselined to Java 17 and the latest Spring Framework 6.0, Spring Batch now supports GraalVM native image, a new Observation API, Java Records, and a long list of enhancements and fixes made by more than 50 contributors.
How to deploy a Java application on Kubernetes in minutes | Red Hat Developer
How to deploy a Java application on Kubernetes in minutes
Java InfoQ Trends Report – December 2022
This report provides a summary of how the InfoQ Java editorial team and several Java Champions currently see the adoption of technology and emerging trends within the Java and JVM space in 2022. We focus on Java the language, as well as related languages like Kotlin and Scala, the Java Virtual Machine (JVM), and Java-based frameworks and utilities.
Tutorial: Create and Verify JWTs in Java – Java Code Geeks – 2022
Interested to learn about JWTs in Java? Check our tutorial showing how to use an existing JWT library to Generate and Decode and verify a JWT.
Java HTTP Server and Virtual Threads – Piotr’s TechBlog
In this article, you will learn how to create an HTTP server with Java and use virtual threads for handling incoming requests.
Polymorph Thread Fabric
Polymorph Thread Fabric is a single-threaded concurrency toolkit implementing the agent model – enabling you to do task switching within a single thread.
Build a Web App with Spring Boot and Spring Security in 15 Minutes – Java Code Geeks – 2022
Interested to learn about Web App? Check our article explaining how to Build a Web App with Spring Boot and Spring Security in just a few minutes.