-
Core Java
The ins and outs of immutability
So in my first post I talked a little bit about the builder pattern and I mentioned a really powerful…
Read More » -
Core Java
The builder pattern in practice
I’m not going to dive into much details about the pattern because there’s already tons of posts and books that…
Read More » -
Enterprise Java
Spring Data JPA and pagination
Let us start with the classic JPA way to support pagination. Consider a simple domain class – A ‘Member’ with…
Read More » -
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 »