Firefox Profiler Beyond the Web: IntelliJ plugin for JFR
Ever wanted to profile your application directly from your IDE? Here comes the Java JFR Profiler plugin, an open-source plugin for IntelliJ!
Every article on foojay.io, newest first: OpenJDK, the JVM, Java tooling and the ecosystem around them, written by the Java community.

Johannes Bechberger
4,432 viewsEver wanted to profile your application directly from your IDE? Here comes the Java JFR Profiler plugin, an open-source plugin for IntelliJ!

Rob Austin
7,086 viewsAn initial goal of Java was to “write once, run anywhere”, but does that mean we should not be sympathetic to the hardware?

Gerrit Grunwald
20,574 viewsCRaC is an OpenJDK project developed by Azul to solve the problem of "slow" startup times of the JVM in a microservice environment.

Learn how to stream data from Apache Pulsar into Hazelcast, where you learn how to process data in real time.

A N M Bazlur Rahman
26,553 viewsOptional is a Java class that provides a way to handle null values in a type-safe and efficient manner. This tutorial will cover the …

Geertjan Wielenga
2,828 viewsFollowing from the first part in this series, here is the next, from speakers who will be in the Foojay room at FOSDEM, Sunday, 5 February.

Jennifer Reif
5,276 viewsLearn how to set up a service that hosts the Spring Cloud Config server and wire our Neo4j microservice as the config client service.

Frank Delporte
7,417 views2023 has taken of with a flying start! Here is a summary of the Links Of The Week that were published in January on jfx-central.com.

When I started working on this post, I had another idea in mind: I wanted to compare the developer experience and performance of Spring Boot …

Nicolas Frankel
3,678 viewsSOAP's biggest flaw was its complexity and its focus on big companies, but it at least provided a shared set of standard specifications.