In this article we will explain how to emulate aspects of C#’s Language Integrated Query (LINQ) in Java using Code Reflection. Specifically, LINQ’s capability to enable translation of LINQ queries (C# expressions) to SQL statements. (more…)
Read more »
Logging can be a pain. Reading logs can be an even bigger pain.
Read more »
tl;dr version: Skip the FOMO on the Java module system. If Oracle makes a push to enhance it or otherwise invest in the system, it might make sense to revisit. Until then, enjoy the tiny JVMs produced by jlink and don’t worry about the rest. (more…)
Read more »
This article explores JDK 21's virtual threads, comparing their performance with Open Liberty's thread pool. It covers key findings like throughput, ramp-up times, and memory footprint. Despite advantages, virtual threads showed unexpected performance iss... (more…)
Read more »
If you maybe-kinda-sorta have a idea of what a Future is in Java, and want a concise post with a functional “Hello world” example of code… (more…)
Read more »