Recent Posts

Running JavaFX applications on ARM with Azul Zulu

Author: Geertjan Wielenga Original post on Foojay: Read More Since the April release of Azul Zulu Builds of OpenJDK, packages with JavaFX support for ARM 64-bit systems have been available. As ARM processors are the “core” of most embedded systems, these runtimes provide the additional benefit of bringing user interface development into the Java space. Having your full code base, …

Read More »

OpenTelemetry Tracing on Spring Boot, Java Agent vs. Micrometer Tracing

Author: Nicolas Frankel Original post on Foojay: Read More My demo of OpenTelemetry Tracing features two Spring Boot components. One uses the Java agent, and I noticed a different behavior when I recently upgraded it from v1.x to v2.x. In the other one, I’m using Micrometer Tracing because I compile to GraalVM native, and it can’t process Java agents. I …

Read More »

Unleashing Micro Frontends – Part 2: Why and How Micro Frontends?

In part 1 of this article, we discussed the micro frontend concept and migration considerations. Now, let’s explore implementation strategies. There are two major strategies for modernising frontend applications: the strangler fig pattern and single-page application (SPA) injection. Frontend migration strategies The strangler fig pattern introduces a façade, allowing for a gradual shift of routing requests to a new system. This transition …

Read More »