My Dropbox
I often use UUID values as secondary identifiers for my domain objects. This is usually generated for my domain entity very simply as follows: java.util.UUID.randomUUID().toString();…
Running CentOS 5 on one of my personal (playpen) servers, i recently performed a simple yum update which brought in the package httpd-2.2.3-45.el5.centos.1.i386 and its…
I’ve used a few build servers now including Continuum, CruiseControl and Bamboo. I recently started using Hudson and immediately found it easier to set up…
As my 2 year-old would say – ‘thats a little bit funny’… From a post with the same name, check out this entry from Joel…
Object assemblers for domain to DTO transformations are perhaps one of the more tedious components of your typical n-tier application. They’re rather boring to write,…
After quite the long slog (over 12 months) and following pesky little things like baby, work and life getting in the way, i’ve finally managed…