Java
-
5 Things Only Experienced Developers Can Teach You About Java
An overview of everything you need to know before diving deep into developing Java There are numerous tools, methods, environments…
Read More » -
Resolve method calls in Java code using the JavaSymbolSolver
Why I created the java-symbol-solver? A few years ago I started using JavaParser and then I started contributing. After a…
Read More » -
Running Flowable on CockroachDB
What is CockroachDB? CockroachDB is a project I’ve been keeping an eye on for a while now with great interest.…
Read More » -
Java Microservices: The Cake Is a Lie but You Can’t Ignore It
What does building a microservice actually means? Answered through the eyes of microservice frameworks It’s becoming impossible to ignore the…
Read More » -
Spring Boot & Multi module projects – Adding module specific property files
Hello! In this post I will show you several ways how you can add module specific properties files in a…
Read More » -
Neo4j: Find the intermediate point between two lat/longs
Yesterday I wrote a blog post showing how to find the midpoint between two lat/longs using Cypher which worked well…
Read More » -
What’s New in Speedment 3.0
If you have followed my blog you know that I have been involved in the open-source project Speedment for a…
Read More » -
Drools 7 to support DMN (Decision Model and Notation)
The Decision Model and Notation (DMN) specification is a relatively new standard by OMG (Object Management Group) that aims to do for…
Read More » -
Neo4j: Find the midpoint between two lat/longs
Over the last couple of weekends I’ve been playing around with some transport data and I wanted to run the…
Read More »