
What we’re about
The Java platform and its ecosystem is more vibrant than ever. Brussels is a great city full of talent.
Mix both, and you'll get the BruJUG, a local Java User Group where passionate Java developers can, for FREE, attend presentations given by passionate speakers.
Since 2010, a simple formula: an evening session with one (or more) speaker(s) on various tech topics, followed by a well deserved drink/meal in a pub nearby for anyone interested in following the discussion.
Our stage is open to technology experts, developer advocates, but also to any of you willing to share parts of his/her knowledge with the crew.
Stay in contact on Mastodon: @brujug@foojay.social
Do you want to come for the first time, but worry to be lost and alone in the crowd? No problem, just drop us a nice (private) mail/message and we will take care of you, and we promise to make it as nice and pleasant experience.
Registration to events is requested since seats are limited.
Upcoming events (1)
See all- Things I learned On OpenJDK While Experimenting With CRaC for Fast Java StartupHE2B - ESI - Ecole Supérieure d'Informatique, Bruxelles, PE
Hi everyone!
For the last event of 2023, we are pleased to welcome Frank Delporte who will guide us through his journey in the wonderful land of constrained devices and speed optimisation on the JVM, thanks to CRaC.
Abstract:
Coordinated Restore at Checkpoint (CRaC) is an innovative JDK project designed to significantly reduce Java applications' startup time. By capturing a fully warmed-up snapshot of a Java process, CRaC enables the launch of one or more JVMs from this checkpoint. This results in faster time to the first transaction and improved overall code execution speed. Several projects, including Quarkus, Micronaut, and Spring, have recognized the potential of CRaC and are actively working on incorporating it into their frameworks to achieve lightning-fast application startup times, which will have a significant impact on how we run our applications on powerful (cloud) servers.
CRaC is the final step after multiple client projects by Azul in the automotive and IoT industry! Infotainment systems, gateways, and other use cases require ultra-fast startup while running on embedded ARM32 and ARM64 systems. Let's explore CRaC's applicability and impact on embedded devices with the Raspberry Pi, using an ARM processor, the ideal and inexpensive playground. While testing and documenting this process, I learned much about how Java starts an application, compiles the code, and needs time to "warm up." It also gave me insight into how the OpenJDK project is organized and what information you can find in its sources.
Brace yourself for some exciting findings because, as it turns out, the OpenJDK project can be read as a history book and CRaC makes a remarkable difference in optimizing Java application performance, yes, even on an inexpensive Raspberry Pi!
About our Speaker:
Frank Delporte is a Java Champion, developer, and technical writer working at Azul (https://www.azul.com), blogs on his site (https://webtechie.be) and Foojay (https://foojay.io/), author of "Getting Started with Java on the Raspberry Pi" (https://webtechie.be/books/), co-organizer of BeJUG (https://bejug.github.io/), and contributor to Pi4J (https://pi4j.com/). He blogs about his experiments with Java, sometimes combined with electronic components, on the Raspberry Pi.