-
Enterprise Java
Camel 2.11 – HTTP proxy routes with url rewriting functionality
In the upcoming Apache Camel 2.11 release I have recently added support for plugging in custom url rewrite implementations to…
Read More » -
Core Java
Implementing Producer/Consumer using SynchronousQueue
Among plenty of useful classes which Java provides for concurrency support, there is one I would like to talk about:…
Read More » -
Enterprise Java
Devoxx UK free ticket giveaway
Java Code Geeks are proud to conduct another important giveaway for the Java community! For this one we have teamed…
Read More » -
Software Development
How Friction Slows Us Down in Software Development
I once joined a project where running the “unit” tests took three and a half hours. As you may have…
Read More » -
Desktop Java
JavaFX 2 XYCharts and Java 7 Features
One of my favorite features of JavaFX 2 is the standard charts it provides in its javafx.scene.chart package. This package…
Read More » -
Core Java
One jar to rule them all
Trip down the memory lane Back in 1998, when I was a C/C++ developer, trying my hands on Java, a…
Read More » -
Scala
Scala pattern matching: A Case for new thinking?
The 16th President of the United States. Abraham Lincoln once said: ‘As our case is new we must think and…
Read More » -
Agile
Managing the Stream of Features in an Agile Program
One of the challenges in a program is how you manage the checkins, especially if you have continuous integration. I…
Read More » -
Software Development
Jenkins Description Setter Plugin for Improving Continuous Delivery Visibility
In Continuous Delivery each build is potentially shippable. This fact implies among a lot of other things, to assign a…
Read More »