-
Enterprise Java
Don’t Hate the HATEOAS Part Deux: Springtime for HATEOAS
In the much belated conclusion to my series on HATEOAS, we will be diving into how to implement HATEOAS using Spring-Data-REST…
Read More » -
Agile
Requirements in an Agile World
On a recent project, there was a pain point where Stories with unclear requirements were ending up with developers. Time…
Read More » -
Desktop Java
Introducing HawkFX
As I said before, I started playing with JRubyFX. And for me learning something new best works with a use…
Read More » -
Core Java
JSR-308 and the Checker Framework Add Even More Typesafety to jOOQ 3.9
Java 8 introduced JSR-308, which added new annotation capabilities to the Java language. Most importantly: Type annotations. It is now…
Read More » -
Core Java
How to manage dependencies in a Gradle multi-project build
I’ve been a fan of the Gradle build tool from quite early on. Its potential was clear even before the 1.0 version, when changes were…
Read More » -
Agile
Managing requires skills and intuition
If you’ve been reading my series of blogs on management it should be clear by now that I think some…
Read More » -
Core Java
Code Smells – Part II
In the last post, Code Smells – Part I, I talked about the bloaters: they are code smells that can…
Read More » -
Core Java
HotSpot Incremental Java Garbage Collector
In my recent blog post Determining the Active HotSpot Garbage Collector, I described different approaches that can be used to…
Read More » -
Java
Components involved in creating a robust Micro Service Architecture
In this article, we will learn in brief about various software components that are required in building a robust Micro…
Read More »