-
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 » -
Scala
Benchmarking Scala against Java
A question recently came up at work about benchmarks between Java and Scala. Maybe you came across my blog post…
Read More » -
Enterprise Java
Spring 3.1, Cloud Foundry and Local Development
This post will help you build a Spring 3.1 web application using MongoDB on Cloud Foundry. In addition to pushing…
Read More » -
Enterprise Java
Hadoop + Amazon EC2 – An updated tutorial
There is an old tutorial placed at Hadoop’s wiki page: http://wiki.apache.org/hadoop/AmazonEC2, but recently I had to follow this tutorial and…
Read More »