Classic Layout

Video series “JavaFX In Action”, Part 6 with Vlad Protsenko (Clojure), Matt Coley (Recaf), Craig Raw (Sparrow), and Florian Enner (3D Robot Visualization)

Author: Frank Delporte Original post on Foojay: Read More Table of Contents Vlad Protsenko: Combining Clojure with JavaFX for Game Development with DefoldMatt Coley: Diving into byte code and JARs with Recaf and JavaFX librariesCraig Raw: Sparrow Bitcoin WalletFlorian Enner: Robot 3D Visualizations and Charts This is the next part in the series of “JavaFX in Action” interviews. Are you …

Read More »

Some great J-Spring news

Following the tremendous success of the last edition, the board decided that J-Spring can be even bigger, better, and more impressive. We are therefore proud to announce that next year’s J-Spring Conference will take place on Thursday, June 4, at an entirely new venue: Kinepolis Utrecht. At the same time, we’re happy to announce that the J-Spring Call for Papers …

Read More »

🚀 Stop The Trojan Horse in Your pom.xml: SonarQube Advanced Security (Part 3)

Author: Jonathan Vila Original post on Foojay: Read More Table of Contents Problem #1: “I didn’t write this bug, why is it my problem?”Problem #2: “The Dependency Hell” (Transitive Dependencies) Problem #3: “Wait, I can’t use this library? It’s open source!” Problem #4: “The Sneaky Attack” (Advanced SAST & Taint Analysis) Problem #5: “The Government is knocking at the door …

Read More »

Getting Started with TornadoVM 2.0 for Accelerating Java Applications

Author: Thanos Stratikopoulos Original post on Foojay: Read More Table of Contents PrerequisitesDownloading and Installing the TornadoVM SDK Installation Steps by Operating System Verify Available DevicesRun Your First TornadoVM ProgramIntegrating TornadoVM into Java Projects Using Maven Example: Accelerating a Simple Java Kernel What’s Next?Final Thoughts Starting with TornadoVM 2.0, installing and using TornadoVM is easier than ever. The project now …

Read More »

Foojay Podcast #87: The Human Side of Development: Career Growth, Staying Healthy, and Why People Matter More Than AI

Author: Frank Delporte Original post on Foojay: Read More Table of Contents YouTubePodcast AppsContent What if work-life balance is a myth, and the real secret is just… life? In this Foojay Podcast we’re stepping away from pure code and diving into something equally important: how we live our lives as developers. Because let’s be honest, being a great programmer isn’t …

Read More »

The Real Mechanics of Vulnerabilities in an Upstream/Downstream, Topsy-Turvy EOL World

Author: Steve Poole Original post on Foojay: Read More Table of Contents In this article you’ll learn Introduction What this article is about Back in the real world Code Flows A different type of waterfall Unpredictable as the weather? The idealised workflow The ethics of vulnerability patching Unreported is not safe Downstream’s responsibility to the ecosystem End of Life software …

Read More »

MongoDB and WiredTiger: A Journey Through the Storage Engine

Author: Elie Hannouch Original post on Foojay: Read More Databases are the backbone of modern applications, and MongoDB stands out with its flexibility and scalability. Central to its functionality is the WiredTiger storage engine. WiredTiger, as MongoDB’s default engine, seamlessly merges document-level concurrency for high throughput, advanced compression techniques for optimized storage, and an in-memory architecture for rapid data access. …

Read More »

J-Fall 2025: A Day to Remember

On November 6, 2025, the Java community came together in Ede for another great edition of J-Fall. The event was filled with inspiring talks, practical insights, and lots of energy from both speakers and attendees. It was a full day of learning, sharing knowledge, and connecting with fellow developers. After the event, attendees rated the sessions. Based on a weighted …

Read More »

Scalable Enterprise Java for the Cloud

Author: Dominika Tasarz Original post on Foojay: Read More We’re excited to introduce Scalable Enterprise Java for the Cloud, a new free eBook created through a close collaboration between Payara, Java Champion Otavio Santana, and the Oracle NoSQL team Dario Vega & Michael Brey. This project brings together different parts of the Java ecosystem with a shared goal, helping developers …

Read More »

Make Java Fleets Warm Up Faster on AWS With Azul Optimizer Hub

Author: Frank Delporte Original post on Foojay: Read More Table of Contents Azul Zing Builds of OpenJDK  Azul Optimizer Hub  Amazon Services to run Optimizer Hub   Your applications and other Java systems   Optimizer Hub on EKS    Connecting your applications to Optimizer Hub  Java warmup improvement results  Compiler queues  Compiler threads  CPU use percentage  Case study: real-world impact  Impact on errors  Conclusion   Traditional Java executes code in slower interpreted mode, …

Read More »