SoftwareArchitecture

[EN] Spring Boot 4 & GraphQL: High-Performance APIs mit Java Records
[EN] Spring Boot 4 & …

While REST often provides too much data (overfetching) or gRPC is too complex to handle for web clients, GraphQL has established itself as the standard for flexible front ends. With Spring Boot 4, the integration of spring-graphql is more seamless than ever before. Forget manual controller logic …

[EN] Testing, tracing, tooling: use gRPC ready for production with Spring Boot 4
[EN] Testing, tracing, …

In recent years, anyone who wanted to use gRPC with Spring Boot often had to resort to community starters. With Spring Boot 4 the game changes: gRPC is now a first-class citizen. In this guide, we’ll look at how to set up a greenfield project with Java and why Virtual Threads fundamentally …