Recent Posts

Foojay Podcast #44: Quarkus Club

Once a month in this podcast, we talk about the history of a Java User Group and the people behind it. In this episode, we have a special group as we visit the virtual Quarkus Club. Did you know? The Quarkus Clubd initiative started less than a year ago and is already one of the biggest groups in the world dedicated to …

Read More »

JavaFX Links of February 2024

Here is the overview of the JavaFX LinksOfTheMonth of February 2024 that got published on jfx-central.com during this month. Core Christopher Schnick shared a video: “The JavaFX 22 platform preferences API in action. You can now query and observe the system color schemes.. Gluon announced that new EA releases for the upcoming JavaFX 22 (22-ea+28) and JavaFX 23 (23-ea+3) platforms …

Read More »

Builders, Withers, and Records: Java’s path to immutability

We know that immutable objects are easier to maintain, lead to fewer errors, and are multi-thread friendly. In this article, I will talk about two different approaches in Java to creating objects: Builders and Withers, typically used in the context of immutable objects, along with a new type of immutable object in Java: Records. When it comes to creating objects …

Read More »