Recent Posts

JavaScript (No, Not That One): Modern Automation with Java

Author: Loïc Magnette Original post on Foojay: Read More Table of Contents The Scripting DilemmaThe Death of Manual Compilation Single-File Execution Multi-File Support Why so much ceremony? The Java Evolution Easier console interaction Java as a Native Script: Shebang SupportAdvanced Automation with JBang What is JBang? Dependency Management Awesome Features Elevating Your Scripts: CLI Richness with Picocli Pro-Grade Tools Zero-Code …

Read More »

Official Azul Zulu OpenJDK Images Now Available on Docker Hub!

Author: Dominika Tasarz Original post on Foojay: Read More Table of Contents Why should you care about official images?Which versions and variants can you use?Where to start?What’s next and how to stay involved? Azul recently announced that Azul Zulu Builds of OpenJDK are now available as Docker Official images on Docker Hub. That means you can pull TCK‑verified, fully compliant …

Read More »

Managing Native Memory in Java: Arenas, Malloc, and Custom Pools

Author: David Vlijmincx Original post on Foojay: Read More Table of Contents What is the Memory APIArenas Using Arenas Creating your own arena Native Memory allocation methods Using Malloc and Free Pool of reusable memory Why you would use them How to use a memory pool Slicing How to use them TL;DRConclusion What is the Memory API The Foreign Function …

Read More »