Java
-
Devoxx UK free ticket giveaway – Roundup
Fellow geeks, Our giveaway of a £350 Devoxx UK 2013 London community conference ticket has ended. You may find the…
Read More » -
Difference between Comparator and Comparable in Java
One of the common interview question is ‘What are differences between Comparator and Comparable’. or ‘How will you sort collection…
Read More » -
Observer design pattern in Java
As the name suggests it is used for observing some objects.Observer watch for any change in state or property of…
Read More » -
Java: Rest-assured (or Rest-Very-Easy)
Recently I had to write some Java code to consume REST services over HTTP. I’ve decided to use the Client…
Read More » -
Java – Handmade Classloader Isolation
In a recent project we had a typical libraries conflict problem. One component that we could control wanted a specific…
Read More » -
Easy testing SLAs on distributed components with grep4j
So your distributed architecture looks something like the picture below and you just have received a requirement from the business…
Read More » -
Test driving Java API for Processing JSON with GlassFish 4.0
Writing and contributing to a specification is one thing. Working with it and looking into real examples a pre-condition if…
Read More » -
Most popular Java environments
The post is going to be the first in the forthcoming series. We start with the environments used: if you…
Read More »