Tag: spring boot
-
Isolated unit testing of Java EE and Spring components
by
When developing modern Spring or Jakarta EE based applications and micro services there is a need for fine-granular component testing. I.e. you do not want to test your code in a full-blown environment only, because such tests will be slow. Instead, you might want to write tests at the component level using a mixture of…
-
Part 2: GraphQL with Spring Boot, JPA and Kotlin
by
In Part 1 we set up a simple GraphQL backend application using Spring Boot, JPA and Kotlin. In the second part we will discuss best practices for such applications – especially how to test them.
-
Logging with Azure Application Insights – Part 1: Spring-Boot
by
Integrating of Spring-Boot logging information into Azure ApplicationInsights made easy.
-
Efficient Docker images for Spring Boot applications
by
Using fat JARs within Docker images wastes storage. I’ll demonstrate how to do better when using Spring Boot and Maven.
-

Measuring the Lightweightness of Go by Looking at a Simple Web Service
by
Inspired by my article The lightweightness of microservices – Comparing Spring Boot, WildFly Swarm, and Haskell Snap, a colleague of mine implemented the same Web service using the Go programming language. You can find his code here: Bitbucket-repo. To compare his implementations with the other ones, I integrated it into the main project (GitHub-repo) and measured it. Here…
-
The lightweightness of microservices – Comparing Spring Boot, WildFly Swarm, and Haskell Snap
by
Microservice should use lightweight frameworks. Lightweightness comes in different flavors. Here, I compare WildFly, WildFly Swarm, Spring Boot, and Haskell Snap as suitable lightweight frameworks.

You must be logged in to post a comment.