Java
-

Getting Started With Gradle: Integration Testing
Because the standard project layout of a Java project defines only one test directory (src/test), we have no standard way…
Read More » -

Using @Context in JAX-RS [part 1]
JAX-RS provides the @Context annotation to inject a variety of resources in your RESTful services. Some of the most commonly…
Read More » -

How to optimize Hibernate EllementCollection statements
Introduction Hibernate supports three data mapping types: basic (e.g String, int), Embeddable and Entity. Most often, a database row is…
Read More » -

Coding: Visualising a bitmap
Over the last month or so I’ve spent some time each day reading a new part of the Neo4j code…
Read More » -

Simple Class to Measure Latency
This is a very simple class I wrote to measure latency. It’s not the Rolls Royce solution that is HDRHistogram but…
Read More » -

#102030: Celebrating 20 Years of Java by Running 20 10K in 30 Days
May 23rd, 1995 was a momentous day in the history of technology. It does not seem the industry realized that…
Read More » -

Continuous Delivery with Docker Containers and Java EE
Organizations need a way to make application delivery fast, predictable and secure and the agility provided by containers, such as…
Read More » -

What are the bad features of Java
Overview When you first learn to develop you see overly broad statements about different features to be bad, for design,…
Read More » -

Lessons Learnt Translating 25k line of C# into Java
For various reasons I’ve recently completed a project converting a complex financial application from C# to Java. The reasons for…
Read More »




