Recent Posts

Foojay Podcast #62: Better Coding with AI: Friend or Foe?

Author: Frank Delporte Original post on Foojay: Read More AI, LLMs, ChatGPT—these are just a few of the buzzwords of the massive revolution unfolding right now. These tools are reshaping how we work, but they come with a catch: while they help us work faster and smarter, we need to be careful about placing too much trust in them. I’ve …

Read More »

JavaFX Links of November 2024

Author: Frank Delporte Original post on Foojay: Read More Here is the overview of the JavaFX LinksOfTheMonth of November 2024, published on jfx-central.com during this month. 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 A lot of updates by Johan Vos Weekend update: “Getting …

Read More »

Task Schedulers in Java: Modern Alternatives to Quartz Scheduler

Author: Ismaila Abdoulahi Original post on Foojay: Read More Quartz is often considered the standard job scheduling library in Java, which can lead developers to overlook more modern alternatives. For a long time, Quartz, also known as Quartz Scheduler, was the only viable open-source task scheduler in Java. In fact, the official Quartz documentation still suggests that there is no …

Read More »