Java
-

Mirror Mirror – Using Reflection To Look Inside The JVM at Run-time
Developers: Takipi tells you when new code breaks in production ā Ā Learn more Weāre all used to employing reflection in…
Read More » -

Publish and Subscribe with Hazelcast
A few weeks ago I wrote a blog on getting started with Hazelcast describing how ludicrously simple it is to…
Read More » -

Want to get faster with AtomicLong? Make it wait.
I often hear that Java atomic types (java.util.concurrent.atomic) are super-fast and play nicely with highly concurrent code. Most of the…
Read More » -

How to serialize an array of doubles with a byte (binary delta encoding for low-varianced monotonic sets of floating point data)
Low latency systems require high performance message processing and passing. As in most cases data has to be transfered over…
Read More » -

Using Google GSON : Extra Goodies : Part II
We continue with Using GSON from last article, also in case you missed the first article in series here is…
Read More » -

How to configure an SSL Certificate with Play Framework for https
I spent hours tryĀing to get this to work, and in the end, then probĀlem was that I did not…
Read More » -

Spring XD 1.0.0.M5 is here!
Spring XD announces the Spring XD 1.0.0.Milestone 5 release. You can download it from here. According to Spring XD 1.0.0.M5…
Read More » -

Identifying Gradle Conventions
Configuration by convention has many advantages, especially in terms of conciseness because developers do not need to explicitly configure things…
Read More » -

The Decorator Pattern
The DecoratorĀ Pattern One design pattern that I donāt see being used very often is Decorator. Iām not sure why this…
Read More »





