-
Core Java
Avoiding FORs – Anti-If Campaign
Have you ever wondered how FORs impact your code? How they are limiting your design and more important how they are…
Read More » -
Enterprise Java
Getting rid of null parameters with a simple spring aspect
What is the most hated and at the same time the most popular exception in the world? I bet it’s…
Read More » -
Enterprise Java
Introduction to Enterprise Integration Patterns
In this blog entry we will go through some of Enterprise Integration Patterns. These are known design patterns that aims…
Read More » -
Enterprise Java
Making Plain Old Java OSGi Compatible
Although OSGi is increasingly popular in the Java world, there are many Java applications and libraries that have not been…
Read More » -
Enterprise Java
JSON-Schema in WADL
In between other jobs I have been recently been reviewing the WADL specification with a view to fixing some documentation…
Read More » -
Scala
Iteratees for imperative programmers
When I first heard the word iteratee, I thought it was a joke. Turns out, it wasn’t a joke, in…
Read More » -
DevOps
Tomcat Clustering Series Part 1 : Simple Load Balancer
I am going to start new series of posts about Tomcat clustering. In this post we will see what is the…
Read More » -
Enterprise Java
Simple Workflow Engine With Spring
Few months ago, during working on one of the company project, we had need to developed REST services which is…
Read More » -
Enterprise Java
Embedding HSQLDB server instance in Spring
I was using XAMPP happily for development until I had to host it somewhere accessible via the Internet for the…
Read More »