Writing Stupid Specifications with Concordion

For a while I've been an avid lover of the concordion testing framework, but one thing I always struggled with was the separation of state/data between the specification and the fixture. As a simple work around I added a simple "eval" command, which
Comments (0) . Saturday, 30 May 2009

Code Coverage of Clojure Code

Since pulling in Dmitry's test-compile mojo, and adding a test script runner mojo to the clojure-maven-plugin I thought I'd try something fun like running the maven emma plugin against a very simple test project. I was pleasantly surprised to see so
Comments (0) . Friday, 24 April 2009

Clojure running successfully under OSGi

Functional languages, and specifically the clojure language are being talked about at the SMX offices recently and I thought it was about time I gave it a closer examination and I've always found the easiest way for me to learn about new technology/f
Comments (4) . Sunday, 1 February 2009

Simple time tracker code published

Following on from last weeks post about my simple wicket based time tracker, the code has been published to github. The more I revisit the projects code the more semi-broken pieces I find which will be patched up and improved over the coming weeks.
Comments (0) . Sunday, 3 August 2008