Recent Posts

Lottie4J 1.1.0: Better Rendering, Smarter Debugging, and an animated Lottie4J Logo!

Author: Frank Delporte Original post on Foojay: Read More Table of Contents What Is Lottie4J?What’s New in Lottie4J v1.1.0 License and API Improvements Many Rendering Fixes in the JavaFX Player Smarter Debug Tooling Automated Comparison Testing Trying It OutWhat’s Next Just one week after the first public release of Lottie4J, the open-source Java library for rendering Lottie animations in JavaFX, …

Read More »

Atlas Online Archive: Efficiently Manage the Data Lifecycle

Author: Ravindar Karampuri Original post on Foojay: Read More Table of Contents Problem statementResolution Advantages Limitations Pre-requisites Online archival configuration setupConclusion Problem statement In the production environment, in a MongoDB Atlas database, a collection contains massive amounts of data stored, including aged and current data. However, aged data is not frequently accessed through applications, and the data piles up daily …

Read More »

Event-Driven Architecture in Java and Kafka

Author: Graeme Robinson Original post on Foojay: Read More Table of Contents Streaming Data – The Air Traffic Control Example.Reactive Java – a brief historyReactive Java with MongoDB and Kafka Blocking Code Version Reactive Code Version Blocking Versus Reactive Application Performance. Final Thoughts Reactive Java is well suited to modern streaming, event driven applications. In this article, we’ll walk through …

Read More »