Recent Posts

Java 22 Launch Stream

Java-developers opgelet! Kijk mee met Oracle op 19 maart voor de live-stream van de lancering van Java 22! Krijg een diepgaande technische kijk in de release, community-updates en ontdek een spannende aankondiging! Bekijk de agenda hier ➡ https://dev.java/community/java-22-launch/  Java 22 staat op het punt om uitgebracht te worden! Kom samen feestvieren op het Java YouTube-kanaal op 19 maart van 17:00 tot …

Read More »

Increase readability and reduce complexity with Java’s Pattern Matching

Increase readability, reduce cognitive complexity, and avoid bugs that are hard to spot with Java’s Pattern Matching. I bet you don’t like writing ugly but necessary boilerplate code or reading it. But, sometimes we need to create logic that has to deal with an object of unknown type and follow different paths depending on the type. This code is prone …

Read More »

Running JavaFX applications on the Windows Subsystem for Linux and more

What does it take to run standalone JavaFX applications on exotic Linux systems like the Windows Subsystem for Linux or some embedded systems? As you will see, not a lot! Familiarizing yourself with the native libraries required by JavaFX and the font loading process is all that is needed. Then, JavaFX applications can run on them out of the box …

Read More »