Core Java
-
Lightweight Integration Tests for Eclipse Extensions
Recently I introduced a little helper for Eclipse extension point evaluation. The auxiliary strives to reduce boilerplate code for common…
Read More » -
How to setup custom SSLSocketFactory’s TrustManager per each URL connection
We can see from javadoc that javax.net.ssl.HttpsURLConnection provided a static method to override with setDefaultSSLSocketFory() method. This allow you to…
Read More » -
How to Upload Images to DropBox In Java
This Tutorial explains how to upload images to drop box and get the public url of uploaded image . First…
Read More » -
Adaptive heap sizing
While enhancing our test bed to improve the Plumbr GC problem detector, I ended up writing a small test case…
Read More » -
Clean Unit Test Patterns – Presentation Slides
I was given the opportunity to talk at the GDG DevFestKarlsruhe 2014 conference about ‘Clean Unit Test Patterns’. Thanks to…
Read More » -
Apache Commons IO Tutorial: A beginner’s guide
Apache Commons IO is a Java library created and maintained by the Apache Foundation. It provides a multitude of classes that…
Read More » -
Chronicle Map and Yahoo Cloud Service Benchmark
Overview Yahoo Cloud Service Benchmark is a reasonably widely used benchmarking tool for testing key value stores for a significant…
Read More » -
Quo Vadis JUnit
For me JUnit is the most important library of the Java universe. But I think a new version of it…
Read More » -
When a String is Null but Not Null
Introduction A junior programmer on my team at work had an interesting bug. Its symptoms I have seen more than…
Read More »