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 » -
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 » -
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 » -
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 » -
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 » -
How to Convert Byte Array to InputStream and OutputStream in Java
Are you stuck with your coding because you have a byte array and next method in chain needs an InputStream?…
Read More » -
Using Http Session with Spring based web applications
There are multiple ways to get hold of and use an Http session with a Spring based web application. This…
Read More » -
Playing with Java 8 – Lambdas and Concurrency
So Java 8 was released a while back, with a ton of features and changes. All us Java zealots have…
Read More »