-
Enterprise Java
SLF4J Binding for ADFLogger – the Missing Piece
For reasons best left untold, in my day job, I was expected to provide an SLF4J Adapter for ADF Logger…
Read More » -
Enterprise Java
Building Camel-CXF REST Service in OSGi for Karaf – Multicasting and Aggregation
Please check out my other post on building plain CXF services (without Camel) in OSGi on Karaf. This is a…
Read More » -
Core Java
Quicksorting – 3-way and Dual Pivot
It’s no news that Quicksort is considered one of the most important algorithms of the century and that it is…
Read More » -
Core Java
Why Future Generations Will Hate You for Using java.util.Stack
Before I kill you with some meaningless tautology, here is the gist If your application is near real time or…
Read More » -
Core Java
A Lazy Developers Introduction to Java Concurrency Executors
I would make a fool out of myself if I tell you that util.concurrent APIs kicks cheetah’s ass when the…
Read More » -
Core Java
Warming Up Your JVM – Superfast Production Servers and IDEs
A couple of months ago I was reading up on Complex Event Processing in Java and ways to achieve low…
Read More »