Recent Posts

Achieving High Throughput Without Sacrificing Latency

Latency and Throughput In discussions on performance, it is common to encounter the terms Latency and Throughput to describe the characteristics of a software component. We can define these terms as follows: Latency is a measure of the time taken for one thing to occur. For example, it could be the time taken to respond to a change in the …

Read More »

JavaFX Links of January 2024

This is the first JavaFX LinksOfTheMonth review for 2024, an overview of the LinksOfTheWeek that got published on jfx-central.com during January. Core JavaFX 21.0.2 (January 2024) is available on the Gluon website. Applications Robert Ladstätter added ZIP file support to LogoRRR: “No more unzipping before analysing your latest bugs from ops!” A Christmas present by Carl Dea: “I wanted to …

Read More »

Video: Spring Boot Docker Compose Support

In Spring Boot 3.1, Docker Compose support was added to simplify local development with external resources. In this video, I show you how this works and how to use it! The post Video: Spring Boot Docker Compose Support appeared first on foojay.

Read More »