MCP servers extend the functionality of a Large Language Model (LLM). Inference engines allow you to define the MCP servers, but often you will need to write an MCP client yourself. In this blog, you will learn how to do so using Spring AI. Enjoy!
Continue reading “Creating an MCP Client with Spring AI”Creating an MCP Server with Spring AI
In this blog, you will learn how to create a Model Context Protocol (MCP) server using Spring AI. You will see with how little effort you can create your own MCP server. Enjoy!
Continue reading “Creating an MCP Server with Spring AI”Top Takeaways from Devoxx Belgium 2025
In October 2025, I visited Devoxx Belgium and again it was an awesome event! I learned a lot and received quite some information which I do not want to withhold from you. In this blog, you can find my takeaways of Devoxx Belgium 2025!
Continue reading “Top Takeaways from Devoxx Belgium 2025”Secure Your Spring Boot Apps Using Keycloak and OIDC
In this blog, you will take a closer look at Spring Security. More specifically Spring Security in combination with Keycloak using OpenID Connect. All supported by means of examples and unit tests. Enjoy!
Continue reading “Secure Your Spring Boot Apps Using Keycloak and OIDC”Testing Java Applications with WireMock and Spring Boot
Your application has an integration with another system. In your unit integration tests, you want to mock the other system’s behaviour. WireMock is a testing library which helps you with mocking the APIs you depend on. In this blog, you will explore WireMock for testing a Spring Boot application. Enjoy!
Continue reading “Testing Java Applications with WireMock and Spring Boot”Enforcing Architecture with ArchUnit in Java
You create a well-defined architecture, but how do you enforce this architecture in your code? Code reviews can be used, but wouldn’t it be better to verify your architecture automatically? With ArchUnit you can define rules for your architecture by means of unit tests.
Continue reading “Enforcing Architecture with ArchUnit in Java”Unlocking AI Coding Assistants: Generate Unit Tests
In this part of this series, you will try to create unit tests for a Spring Boot application using an AI coding assistant. The goal is not to just merely create working unit tests, but to create qualitative unit tests. Enjoy!
Continue reading “Unlocking AI Coding Assistants: Generate Unit Tests”Unlocking AI Coding Assistants: Generate Spring Boot Application
In this part of this series, you will try to create a Spring Boot application from scratch using an AI coding assistant. The goal is not to just merely create a working application, but to create production-grade code. Enjoy!
Continue reading “Unlocking AI Coding Assistants: Generate Spring Boot Application”Integrating AI with Spring Boot: A Beginner’s Guide
Do you need to integrate artificial intelligence into your Spring Boot application? Spring AI reduces complexity using abstractions you are used to apply within Spring Boot. Let’s dive into the basics in this blog post. Enjoy!
Continue reading “Integrating AI with Spring Boot: A Beginner’s Guide”Spring Boot: Build Your Own CLI with Spring Shell
Are you searching for a Command Line Interface (CLI) for your Spring Boot application because you do not need a fancy web interface? Spring Shell might be the answer to your question. In this blog, you will learn the basics of creating such a CLI. Enjoy!
Continue reading “Spring Boot: Build Your Own CLI with Spring Shell”