Day 3
So we only got about half a day today but completed a small spike getting the database set up correctly. I also had some interesting feedback from Jeff around static methods which I have written up here.
Our DB spike simply does a set of CRUD against mysql, so now everything is set up. To run it you will need a mysql db called cumulusdb with appropriate user, which you can see in the code, you might of course want to change the password.
The code is in the spike package org.ixcode.cumulus.spike.mysql is in svn.
So now we are ready to roll! Oh except we have to go off to some projects…. Hopefully will find some time to work on this in between.

Jim Said,
March 18, 2009 @ 5:13 am
“Uncle Bob” also has something to say about statics in “Clean Code” – its one of his hueristics about “inappropriate statics”