Recent Posts

How we almost missed a plane in Kazakhstan, but OpenJDK could have saved us…

Author: Frank Delporte Original post on Foojay: Read More A family vacation as a topic for a Foojay blog post? Really? Yes, because, very unexpectedly, it was influenced by a change in the OpenJDK project… Traveling to Kazakhstan In August, our family vacation brought us to Kazakhstan. An important trip, as it is the birth country of our (now) 14 …

Read More »

Exploring New Features in JDK 23: Module Design Pattern with JEP-476

Author: Miro Wengner Original post on Foojay: Read More Although the module design pattern can be implemented in many different ways, the main motivation behind using it remains the same. This is the isolation of a specific section into small building blocks, which are the so-called modules. Therefore, the module design pattern belongs to the structural design pattern family. Before …

Read More »

Java Tips # 01 –  Writing Shebang Scripts in Pure Java

Author: A N M Bazlur Rahman Original post on Foojay: Read More Did you know you can write a CLI script in Java just as easily as you would in a bash script, and run it directly from the shell? This is commonly called a shebang script, though we are mostly familiar with writing them in bash. Bash scripts are …

Read More »