Classic Layout

Video series “JavaFX In Action”, Part 3

Author: Frank Delporte Original post on Foojay: Read More This is the next part in the series of “JavaFX in Action” interviews published in the last part of 2024. Are you working on a fantastic JavaFX application? Let me know, and let’s discuss it in the new year! July: Pedro Duque Vieira, Daniel Zimmermann, Christopher Schnick, and Robert Ladstätter November: …

Read More »

AI-powered Chat Application using IBM watsonx.ai and Spring AI

Author: Tristan Mahinay Original post on Foojay: Read More Generative Artificial Intelligence (Gen AI) disrupted enterprises with the introduction of GPT-4 foundation model by Open AI in the late 2022 to early 2023 triggering big tech to release their own Gen AI platform and foundation models. Among them are Google, Microsoft, AWS and IBM. In this article, we will deal …

Read More »

Pseudorandom Number Generator – The Secret Behind Santa’s Gift Bag

Author: Rijo Sam Original post on Foojay: Read More On a snowy Christmas Eve, Santa sets off on his journey around the world, gliding through the night sky on his sleigh to deliver presents to children everywhere. It’s one of the busiest nights of the year for Santa, as children eagerly await their special gifts. With his magical gift bag …

Read More »

More Free Shells for your Java IDE

Author: Anthony Goubard Original post on Foojay: Read More You may be using one of the terminal applications installed on your operating system or use the included terminal panel of the IDE. Not all shells are included in your IDE. Here is a list of shells by default supported for the IDE’s based on my Windows computer. Shell IntelliJ IDEA …

Read More »

JavaFX Links of December 2024

Author: Frank Delporte Original post on Foojay: Read More Here is the last overview of the JavaFX LinksOfTheMonth for 2024. You can find the weekly lists on jfx-central.com. We hope you enjoyed all the previous editions and we promise to go on in the next year… Have a nice holiday and see you in 2025! Did we miss anything? Is …

Read More »

Issues with old GlassFish server? Upgrade to Eclipse GlassFish!

Author: Ondro Mihalyi Original post on Foojay: Read More Rely on hardened and production-ready Eclipse GlassFish 7 or newer. Benefit from key feature updates and Jakarta EE advancements, brought to you by OmniFish and the amazing community of opensource GlassFish contributors. The advancements made in Eclipse GlassFish under the Eclipse Foundation have transformed it into a more developer-friendly, cloud-native, and secure …

Read More »

Foojay Podcast #64: Interviews at JFall about open source, OpenJDK evolutions, Project Loom, JVM, and more!

Author: Anthony Goubard Original post on Foojay: Read More Let’s wrap up this year with more interviews from the JFall conference. In this episode you’ll learn more about Foojay, JVM internals and writing your own programming language, Project Loom and structured concurrency, learning at conferences, code reviews, creating desktop applications with Java, infrastructure as code, JUG Noord, and much more! …

Read More »

Warp: the new CRaC engine

Author: Radim Vansa Original post on Foojay: Read More Many regular Foojay readers are already familiar with project CRaC – a technology that can checkpoint (suspend) running Java application into a snapshot image and later restore it to the already warmed-up state. The most common motivation for this is significantly faster startup than if the application (and JVM) started normally. …

Read More »

Duplicate Finder for Text: Requirements

Author: Igor Kulakov Original post on Foojay: Read More Other languages: Español 한국어 Português 中文 This post is about the development of the duplicate finder tool. For downloads and instructions on how to use it, see the Download page It’s been a while since I published the intro to the duplicate finder project, so it looks like high time to provide some progress …

Read More »