-
Building gdocweb with Java 21, Spring Boot 3.x and Beyond
Explore the journey of building gdocweb: a developer’s insight into choosing Java 21, Spring Boot 3.x, and navigating tech stack challenges.
-
Java Flight Recording and Analysis with Azul Mission Control
With Azul Mission Control, you can delve deep into JFR recordings to optimize your code and ensure it runs smoothly and error-free.
-
Revolutionising Java Collections: The Advent of Sequenced Collections in Java 21
Addressing a long-standing gap in the collections framework, JEP 431 not only enhances the language’s capabilities but also simplifies our development experience with the language.
-
Writing C Code in Java
The Foreign Function & Memory API (also called Project Panama) has come a long way since it started.
-
Strategies for Managing State in Chronicle Services
When implementing an application using a Microservice architecture, it is crucially important to be aware of the potential pitfalls of managing mutable state in components.
-
Custom Events in the Blocky World: Using JFR in Minecraft
I was searching for some JFR-related settings on the internet when I stumbled upon the /jfr command that exists in Minecraft…
-
Custom JFR Events: A Short Introduction
Find out how JFR allows you to implement your events to record custom information directly in your profiling file.
-
Video: “If I decide to stay with Oracle Java what issues will I face?”
Simon Ritter and Gerrit Grunwald answer a question that they hear repeatedly: “If I decide to stay with Oracle Java (rather than migrate to an OpenJDK distribution) what issues will I face?”
-
Announcing the Build Server for Gradle Open-Source Repository
We are excited to announce our decision to officially open-source the Build Server for Gradle project!
-
Putting JFR into Context
Have you ever wanted to bring your JFR events into context? Adding information on sessions, user IDs, and more can improve your ability to make sense of all the events in your profile.