Browsing Category
API & Frameworks
114 posts
Solving Spring AI’s UI Challenge with AG-UI’s Java SDK
Introduction: The Missing Link in Java AI Development Ask any Java developer who has tried to build an…
LangChain4j Agentic Workflows: From AI Calls to Multi-Agent Systems in Java
You have built AI features into your Java application. Your model is wrapped in a service, RAG is…
Paketo Buildpacks: ready for Java 26 & more!
Paketo Buildpacks, the default way to create container images with Spring Boot, will include support for Java 26…
API Development: Implementing an HTTP POST/SSE event in Jakarta REST
In this article, we’ll learn how to send messages to a client using Server-Sent Events (SSE) initiated by…
2: The Jakarta Cliff: Why Modern Java Leaves Struts 1 Behind
This is the second in a series of articles exploring the realities of modernisation. In this article, you’ll…
Comparing transitive dependency version resolution in Rust and Java
You learn by comparing to what you already know. I was recently bitten by assuming Rust worked as…
The Gen AI Iceberg – Java Tooling Edition
From @Autowired ChatClient to Compiling GPU Kernels From Pure Java Bytecode: A Lovecraftian Descent Through Everything a JVM…
Vaadin + Quarkus: The New Approach for Enterprise Apps
While Vaadin is commonly integrated with Spring, this article explores a powerful new full-stack solution: Vaadin with Quarkus.…
OpenFeature – one flag to rule them all!
Feature flags and where to find them What are feature flags? To keep it simple it’s a way…
Simpler JVM Project Setup with Mill
Java and other JVM languages like Scala or Kotlin are often used for large enterprise codebases, but the…