-
Software Development
Performance improvements… or experiments?
The project I’m involved in will face great challenges in the upcoming years. That was the reason why we have…
Read More » -
Core Java
Beware Of findFirst() And findAny()
After filtering a Java 8 Stream it is common to use findFirst() or findAny() to get the element that survived…
Read More » -
Enterprise Java
Implement custom JMeter samplers
As we proceed on different architectures and implementations the need for versatile stress testing tools rises. Apache Jmeter is one…
Read More » -
Enterprise Java
Isolating integration tests and mocking dependencies with Spring Boot
Integration tests can be slow and unreliable because they depend on too many components in the system. Up to a…
Read More » -
Enterprise Java
Java EE 8 MVC: Working with Path Parameters
In the previous post we saw how to work with query parameters in Java EE MVC. This post continues with…
Read More » -
Enterprise Java
Spring MVC 4 Quickstart Maven Archetype Improved – More Java 8 Features
For all those developers interested in bootstrapping Spring 4 application quickly without Spring Boot, please check my Spring MVC 4…
Read More » -
Software Development
How to Detect Slow Queries with jOOQ
Just now, we implemented a nice little feature in jOOQ’s code generator: https://github.com/jOOQ/jOOQ/issues/4974 It detects whenever the jOOQ code generator…
Read More » -
Desktop Java
libgdx and Kotlin – Classes [2D Platformer Prototyping]
This post is a follow up of the libgdx and Kotlin post. I have decided to prototype a simple 2D…
Read More » -
Enterprise Java
Spring Cloud Ribbon – Making a secured call
Something simple, but I struggled with this recently – I had to make a Netflix Ribbon based client call to…
Read More »