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

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

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

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

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

JUnit 5 – Conditions
We recently learned about JUnit’s new extension model and how it allows us to inject customized behavior into the test…
Read More » -

ANTLR and Jetbrains MPS: Parsing files and display the AST usign the tree notation
Itemis did it again: they just released a new very cool plugin for Jetbrains MPS. This one permits to define new…
Read More » -

Apache Storm: How to configure KafkaBolt with Flux
Flux in a mini framework that can help us define and deploy a Storm topology. Flux has various wrappers that…
Read More » -

What is Spring Boot and why it is a preferred framework for creating Micro Services
Why create Micro Services using Spring Boot? Spring boot is a well known preferred framework in Java landscape for creating…
Read More »




