Recent Posts

Introducing a New Java DMX512 Library With Demo JavaFX User Interface

Author: Frank Delporte Original post on Foojay: Read More Table of Contents A Personal StoryAbout DMX512 and OFL What is DMX512 What is Open Fixture Library DMX512 Java Library My Test Setup Minimal Code Example Using Fixtures and Modes Detecting USB-to-DMX and IP-to-DMX interfaces DMX512 JavaFX Demo ProjectNext Steps In this post, I would like to inform you about a …

Read More »

Agent Memory with Spring AI & Redis

Author: Raphael De Lio Original post on Foojay: Read More Table of Contents You’re building an AI agent with memory using Spring AI and Redis. Unlike traditional chatbots that forget previous interactions, memory-enabled agents can recall past conversations and facts. It works by storing two types of memory in Redis: short-term (conversation history) and long-term (facts and experiences as vectors), …

Read More »

Java 22 to 24: Level up your Java Code by embracing new features in a safe way

Author: Jonathan Vila Original post on Foojay: Read More Table of Contents Java introduces several new language features in the 22 to 24 versions which collectively simplify code, enhance documentation, and provide powerful tools for bytecode manipulation and advanced stream processing. This article shows you how to leverage these new features with simple examples. Rule S7466: Unnamed variable declarations should …

Read More »