Event-Driven Order Processing Program
Following the Hello World example, this article looks at an Order Processor with a New Order Single in and an Execution Report out.

Peter Lawrey
4,859 viewsFollowing the Hello World example, this article looks at an Order Processor with a New Order Single in and an Execution Report out.

Hanno Embregts
20,468 viewsToday is Java 20 release day! It's been six months since Java 19 was released, and so it's time for another fresh wave of Java features.

What new features does Java 20 bring? And why should we use it? And what can we expect from the next LTS version, 21, in September?

Nicolas Frankel
5,516 viewsThis review is about API Design Patterns by JJ Geewax from Manning. Check it out and if you've read it too, what did you think?

Ever wondered why you need design patterns and how to apply them? Miroslav Wengner's book has you covered.

Johannes Bechberger
4,491 viewsAsyncGetCallTrace is the base of many profilers, but how can we test it automatically to make sure it's correct? I'll explore a layered …

A N M Bazlur Rahman
26,446 viewsDiscussion of the use of Map.of() and new HashMap() in Java, the difference between them, and the benefits of using Map.of().

Bo Zhang
7,808 viewsThis is the second article of the series "How Gradle Works". In this article, we'll explain what happens inside the Gradle Daemon JVM.

Frank Delporte
23,483 viewsIn this article, we want to look into some false assumptions and outdated ideas about Java based on early versions.

Denis Magda
17,032 viewsExplore how to best use compact Java Records as Data Transfer Objects (DTOs) for database and API calls in Spring Boot 3 with Hibernate 6.