Core Java
-

JDBC – Emulating a sequence
Probably each of us encountered this problem at least once in the programmer’s life – how to emulate a database…
Read More » -

Running a Java class as a subprocess
Running a Java class (not a jar) as a subprocess is something I needed to do this week. More precisely,…
Read More » -

Save your lambdas for a rainy day – save to file
Introduction A short post describing how a Java lambda can be persisted to a file for re-use in a different…
Read More » -

Easy event processing with var, Lombok and Fluxtion
Introduction In this article I am combining two products Lombok and Fluxtion to demonstrate how tools can reduce both the…
Read More » -

Data Classes Considered Harmful
This blog post explains the motivation behind removing Project Lombok from one of the projects to which I contribute. It…
Read More » -

Signs of JDK 14 Beginning to Appear
JDK 13 is currently in Rampdown Phase 1 (RDP 1), is scheduled to enter Rampdown Phase 2 (RDP 2) in…
Read More » -

Project Valhalla: A First Look at LW2 Inline Types
I summarized some recent Project Valhalla LW2 “inline types” progress that was made public recently in my blog post “Valhalla…
Read More » -

Valhalla LW2 Progress – Inline Types
There has been significant public-facing progress in the past few weeks (June/July 2019) for Project Valhalla‘s LW2 phase/prototype originally proposed…
Read More » -

What Does Long-Term Support Mean for OpenJDK?
Bruno Borges recently tweeted a question about long-term support (LTS) of OpenJDK, which shows that there is still some confusion…
Read More »
