Java
-

JavaFX Missing Features Survey: Table View
The TableView (and TreeTableView) of JavaFX has won the price for being the control that was mentioned the most in…
Read More » -

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 » -

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 » -

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 » -

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 » -

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 » -

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 » -

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 » -

JavaFX: TouchGesture Memory Leak?
In one of my projects I was fighting with a memory leak the last couple of days (yes … “couple”)…
Read More »






