Enterprise Java
-
Mock Void method with Mockito
Hey guys! After our previous blog on difference between thenReturn and thenAnswer mockito methods, we are back with yet another…
Read More » -
Containerizing Spring Boot Applications with Buildpacks
In this article, we will see how to containerize the Spring Boot applications with Buildpacks. In one of the previous…
Read More » -
REST: Managing Many-To-Many relations
Introduction Managing relations between multiple resources can be an essential part of an RESTful API. In this post we will…
Read More » -
Using Multiple Dynamic Caches With Spring
In a third post about cache managers in spring (over a long period of time), I’d like to expand on…
Read More » -
Build Reactive REST APIs with Spring WebFlux – Part3
In continuation of the last article, we will see an application to expose reactive REST APIs. In this application, we used,…
Read More » -
Vaadin Tip: Lazy Loading and Item Identity
Lazy Loading When using grids, trees or any other of multi-valued component with Vaadin you often want to display data…
Read More » -
Build Reactive REST APIs with Spring WebFlux – Part2
In continuation of the last post, in this article, we will see the reactive streams specification and one of its…
Read More » -
Test Coverage Reports For Maven Projects In SonarQube 8.3.x
Some years ago I write a blog post about how to generate test reports in SonarQube separate in test report…
Read More » -
Supersonic Subatomic GraphQL
MicroProfile GraphQL is now included in the just released version 1.5.0 of Quarkus. You can now use code.quarkus.io to get…
Read More »