Recent Posts

Demo Application with CRaC and Loading Data in Memory

Author: Frank Delporte Original post on Foojay: Read More Table of Contents Demo Application Goal of the Application Running the Application Conclusion Coordinated Restore at Checkpoint (CRaC) is a JDK project initiated by Azul. With CRaC, you can start Java programs with a shorter time to the first transaction and less time and resources to achieve full code speed. This …

Read More »

Path Traversal Vulnerability in Deep Java Library (DJL) and Its Impact on Java AI Development

Author: Brian Vermeer Original post on Foojay: Read More Table of Contents CVE-2025-0851 explained Absolute Path Traversal Remediation Deep Java Library (DJL) is an open source deep learning framework that brings AI capabilities to Java developers without requiring a shift to Python. It provides an intuitive, high-level API for building, training, and deploying machine learning models, supporting deep learning engines …

Read More »

Compiler optimalisaties

Article JAVA Magazine 04 – 2021 Misschien zijn compiler optimalisaties wel het minst interessant om te gebruiken, omdat als je performanceproblemen hebt, je deze vaker kunt vinden in database optimalisaties of op andere plekken. Desalniettemin is het interessant om te weten wat er allemaal onder de motorkap gebeurt in Java. In dit artikel gaan we een aantal stukjes code bekijken …

Read More »