- 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 » -
Core Java
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 » -
Software Development
Flexy Pool, reactive connection pooling
Introduction When I started working on enterprise projects we were using J2EE and the pooling data source was provided by…
Read More »