Browsing Tag
ai
19 posts
Vector Embedding in Java Applications: Gen-AI Functions Directly from the Database
Generative AI (GenAI) has rapidly advanced in recent years and is increasingly finding its way into practical software…
Bridging the Gap: Full-Stack Development Without the Headaches
Working on web projects often means dealing with two separate environments—one for the backend and another for the…
AI Tools for Jakarta EE
Introduction Artificial Intelligence (AI) is transforming the world of software development, including Jakarta EE. Traditionally, developers relied on…
Building AI-Driven Applications With Spring AI
Artificial intelligence (AI) is becoming increasingly essential to modern applications. While AI encompasses many different techniques, the current…
AI-Powered Form Wizards: Chat, Click, Done
Transforming Form Filling into a Conversational Experience Forms are everywhere—tax declarations, job applications, or even signing up for…
Securing the Future of AI: Authorization for Java RAG Systems using LangChain4j and OpenFGA
In this post, we explore how to build a robust Java-based RAG system by integrating LangChain4j with OpenFGA for fine-grained, relationship-based access control. Learn how to tackle the unique security challenges of RAG applications—from dynamic context and complex document relationships to real-time authorization checks—and follow step-by-step examples that show you how to implement a secure system.