Java
-
Netflix Archaius for property management – Basics
Netflix Archaius provides a neat set of features to load dynamic properties into an application. This blog post is just…
Read More » -
WildFly 9 on NetBeans, Eclipse, IntelliJ, OpenShift, and Maven
WildFly 9 CR1 was recently released. Lots of cool features are included: Intelligent load balancing HTTP/2 and SPDY support A…
Read More » -
Logging JAX-WS SOAP messages in Spring
Whenever you’re using JAX-WS within Spring you’ll probably want to log the incoming and outgoing SOAP messages – if only…
Read More » -
Updating code at runtime (spring-loaded demystified)
When the development cycle from compile over deployment up to testing takes too long, one wishes to be able to…
Read More » -
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 »