Recent Posts

Codename One: On-Device Debugging And JUnit 5

Author: Shai Almog Original post on Foojay: Read More Table of Contents On-device debugging that treats Java as Java What it looks like How the pieces fit together Tutorial: IntelliJ + iOS Tutorial: IntelliJ + Android When to use it (and when not to) JUnit 5 against the simulator A minimal test A couple more common cases Wrapping up This …

Read More »

BoxLang 1.14.0 : Introducing Inner Classes

Author: Cristobal Escobar Original post on Foojay: Read More Table of Contents The Two FlavorsTemplate Classes Hoisting Multiple Classes in One Script Properties, Constructors, and Static Members Inheritance Java Interoperability Imports Are Shared Template Classes in .bxm Files Inner Classes Hoisting in Inner Classes Multiple and Nested Inner Classes Inheritance Between Inner Classes Accessing Outer Class Statics External Access via …

Read More »

Building an AI-Powered Operations Assistant with Spring AI and MongoDB Atlas — Part 2: Conversational Memory

Author: Matteo Rossi Original post on Foojay: Read More Table of Contents The Problem with Stateless ChatWhat We Are BuildingTwo Different Kinds of MemoryMix & MatchShort-Term Memory: Keeping the Conversation CoherentLong-Term Memory: Carrying Knowledge Across SessionsMemory Consolidation: From Conversation to Durable FactThe Advisor Chain and Why Order MattersThe Atlas Index for MemoriesTrying It OutConclusion and What’s Next This is the …

Read More »