HTTP Server Command Handler in a Jar
Today, I’m going to share with you a command handler for the HTTP Server I presented previously. This is a handler to extend the abilities of that HTTP Server in…
Simplifying Microservices Communication with the Java Spring Discovery Client
In the world of microservices, services need to find and communicate with each other dynamically. This is where the Java Spring Discovery Client comes in, offering a streamlined way to…
Advanced Spring AI: Creating Agentic Workflows with Function Calling
The landscape of AI is rapidly evolving, moving beyond simple request-response models to more sophisticated, agentic systems. These systems empower Large Language Models (LLMs) to not just generate text, but…
HTTP Server ContextHandler in a Jar
Last time I showed you how to create a basic HTTP Server that you can put into a JAR easily. Today I’m going to show you how to extend that…
Spring Boot 4.0: What’s Next for the Modern Java Architect?
A Forward-Looking Comparison of Spring Boot 3.x and 4.0 Staying on top of the rapidly evolving Java ecosystem is paramount for any software architect. The shift from Spring Boot 2.x…
The S3 Local Dev Trick: Using MinIO to Simplify Cloud-Native Developmen
As a software architect building cloud-native solutions, you know that working with cloud services like AWS S3 can be a bit tricky in a local development environment. You don’t want…
Streamline Your Workflow: Generate Angular Services from Spring Boot REST APIs with Gradle
Integrating your Angular frontend with a Spring Boot backend can be a breeze if you automate the process of creating your Angular services. This post will show you how to…