foojay

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 »

How Organizations Became Stuck on Outdated Java Versions

Author: Frank Delporte Original post on Foojay: Read More My recent article “Why Java 8 is a Ticking Time Bomb Hiding Within Your Organization” triggered quit some reactions… and so I went a step further and asked on social media: “Why is your company still on Java 8 (or older)? And why did you never move to 9, 10,… and …

Read More »

GlassFish is rolling forward. What’s New?

Author: Ondro Mihalyi Original post on Foojay: Read More The Evolution Continues. GlassFish, which used to be a popular application server, free to use and reliable, is evolving again. If you’ve been holding onto your old GlassFish instances, there’s good news—things have gotten a lot more exciting recently. Since we created the OmniFish company and started improving GlassFish in 2022 (read …

Read More »

strace Revisited: Simple is Beautiful

Author: Shai Almog Original post on Foojay: Read More Understanding strace and its Origins A Look Back: strace and dtrace Originating from Sun Microsystems Technical Functioning of strace The Role of ptrace in strace Comparing with DTrace Practical Usage and Advantages Ease of Use and Accessibility Favored in Linux Environments strace in Action: A Closer Look at System Calls Basic …

Read More »

Langchain4J Musings

Author: Nicolas Frankel Original post on Foojay: Read More I’m coming relatively late to the LLM party, but I rarely come very early in the hype cycle. For example, I never bought into blockchain, the solution still searching for problems to solve, nor in microservices, the latest in the cargo cult IT trends. Despite my late arrival at the LLM …

Read More »

Video series “JavaFX In Action”, Part 2

Author: Frank Delporte Original post on Foojay: Read More In July, we published the first part, which included four interviews with Pedro Duque Vieira, Daniel Zimmermann, Christopher Schnick, and Robert Ladstätter. In this part, we have four new interviews for you! Learn more about JavaFX combined with Scala, Swing, React, trains, scientific research, banking, and more… Maciej Gorywoda about FxCalculator …

Read More »

Build and Run TornadoVM with IntelliJ IDEA

Author: Thanos Stratikopoulos Original post on Foojay: Read More TornadoVM is an open-source Java technology that is developed to aid Java programmers in adapting their code bases for hardware acceleration. This blog aims to explain how Java programmers can build TornadoVM with IntelliJ IDEA, and how they can run TornadoVM unit-tests or other Java programs. Prerequisites This blog uses IntelliJ …

Read More »

Hot Class Reload in Java: A Webpack HMR-Like Experience for Java Developers

Author: Mohibul Hassan Chowdhury Original post on Foojay: Read More In the world of software development, time is everything. Every developer knows the frustration of waiting for a full application restart just to see a small change take effect. Java developers, in particular, have long dealt with this issue. But what if you didn’t have to stop and restart every …

Read More »

Crafting Your Own Railway Display with Java!

Author: Ancy Thomas Original post on Foojay: Read More Have you fancied to have your own railway display at home? If you love traveling by public transport and always jump on the train just before the door closes like us, it’s really cool and highly efficient to have your own personalized display. Background Without live data, this project could not …

Read More »