Recent Posts

JavaFX Links of August 2025

Author: Frank Delporte Original post on Foojay: Read More Table of Contents CoreApplicationsGamesComponents, Libraries, ToolsPodcasts, Videos, BooksTutorialsMiscellaneousJFX Central Here are the links shared on jfx-central.com in the August summary. Did we miss anything? Is there anything you want to have included in one of the next overviews? Let us know via links@jfx-central.com. Core Announced by Johan Vos: “JavaFX now has …

Read More »

Boosting Kafka Latency Performance by 3x with Zing JVM and AutoMQ

Author: John Ceccarelli Original post on Foojay: Read More Table of Contents Why is Latency so Important to Kafka?Introduction of AutoMQIntroducing Azul Zing Builds of OpenJDKPerformance Test & Explanation Test Environment Configuration Latency: Taming the Tail CPU Utilization: Do More with Less Future Outlook Why is Latency so Important to Kafka? The importance of low latency in Kafka stems from …

Read More »

Taking Java Arrays to Another Dimension

Author: Simon Ritter Original post on Foojay: Read More Table of Contents What is a multidimensional array in Java?Declaring a multidimensional arrayMixing Bracket PositionsCreating a multidimensional arrayDefault values in arraysUnderstanding jagged arraysUnderstanding JVM bytecodes for array creationBytecode for arrays of primitivesBytecode for arrays of objectsBytecode for multidimensional arraysPerformance considerations with multidimensional arraysBenchmarking performance differencesConcluding thoughts Explore the intricacies of Java’s …

Read More »