Creating a JavaFX World Clock from Scratch (Part 3)
Building Java apps using the new module system can be a challenge, here I will show you how I was able to build a modern MVC based JavaFX …
foojay is a place for friends of OpenJDK, providing free, reference materials and blogs for daily Java usage.

Building Java apps using the new module system can be a challenge, here I will show you how I was able to build a modern MVC based JavaFX …
Just like last year, and together with our partner Azul, we would like your input on how you use Java and the JVM ecosystem.
Record classes provide a way to model data in Java, simplifying coding, making Java more concise and readable, and increasing productivity.

Major interesting features of latest Java versions like records and switch expressions with their tooling support in Eclipse Java IDE.
Posts that have been written about Hibernate's LazyInitializationException could probably fill whole books. Time for a definitive guide!

I spoke with Fabiane recently about Tail Target, its objectives, the theory behind it, and the underlying technology. Read on!

On a scientific paper on Hazelcast Jet, its architecture based on symmetric, data-local, non-blocking distributed event processing.

DevOps has a ton of jargon in it, though. It’s like running into a brick wall. Here, I'll explain package managers!

Let's discuss Records, an official feature in Java 16, and apply this knowledge in conjunction with a Spring Boot application!

Despite all the "magic" of Spring Boot, Spring Native handles most of GraalVM's required configuration out-of-the-box!