-
Core Java
Java Code Style: The Final Decision
Isn’t it funny how the alleged most unremarkable things can lead to controversial discussions or sometimes even heated debates with…
Read More » -
Core Java
Using AssertJ and Awaitility together thanks to Java 8 and lambdas
AssertJ and Awaitility are two of my favorites tools using in automatic code testing. Unfortunately until recently it was not…
Read More » - Core Java
-
Core Java
How JSR107 Caching Annotations are meant to be used
I am getting a few questions lately on JSR107 caching annotations and whether implementations of JSR107 are providing them. Caching…
Read More » -
Agile
Managing Success in Devil’s Triangle of Software; Projects, Project Managers and Developers
I am not a project manager of any kind and never interested to be one. I am not a huge…
Read More » -
Software Development
TDD Is Dead? Let’s Kill The Messenger Instead!
David H. Hansson (@DHH) sparked the “TDD being dead” latest twitter storm. DHH is no stranger to controversy, and he…
Read More » -
Enterprise Java
Java EE7 and Maven project for newbies – part 1 – a simple maven project structure – the parent pom
Why ? Many times, I am trying to resolve several basic or complex Maven / Java EE project structure issues,…
Read More » -
Enterprise Java
Tracking Exceptions – Part 5 – Scheduling With Spring
It seems that I’m finally getting close to the end of this series of blogs on Error Tracking using Spring…
Read More » -
Enterprise Java
Working with the Array Data Type in a Table
In this post I would like to follow up on my previous article about Oracle collection data types and I…
Read More »