Recent Posts

Preparing for Spring Framework 7 and Spring Boot 4

Author: Mahendra Rao B Original post on Foojay: Read More Table of Contents 1. Built-in Resilience Feature 2. Fluent JMS Client API 3. Robust Api Versioning 4. Unified Message Conversion 5. Faster and Smarter Testing 6. Modern Ecosystem Integration 7. Hibernate ORM and JPA Upgrades 8. Overhauled HttpHeaders API 9. Support for Jackson 3.x 10. Null Safety using JSpecify 1. …

Read More »

New Features in Jakarta EE 11, with Examples

Author: Ondro Mihalyi Original post on Foojay: Read More Table of Contents Jakarta EE 11 is a major update in the enterprise Java world. It offers key changes that enhance developer productivity and modernize the platform.Key Features of Jakarta EE 11Jakarta Data: Simplified Data Access What is Jakarta Data? Jakarta Data Code Examples Updated APIs and Programming Model Moving from Managed Beans …

Read More »

Semantic Caching with SpringBoot & Redis

Author: Raphael De Lio Original post on Foojay: Read More Table of Contents 0. GitHub Repository1. Add the required dependencies2. Configure the Semantic Cache Vector Store3. Implement the Semantic Caching Service4. Integrate with the RAG ServiceStep 1: Clone the repositoryStep 2: Configure your environmentStep 3: Start the servicesStep 4: Use the applicationStay Curious! TL;DR: You’re building a semantic caching system …

Read More »