Dec
18
2006
So we started running Maven snapshots at a fairly regular basis to enable automatic running of Watir tests. This fills up the disk really fast so I had to do some research to fine a linux command that would delete all but the newest snapshot from multiple projects: find /var/www/maven2-snapshots -type d -path ‘*SNAPSHOT’ | [...]
Dec
18
2006
I want big screens. Martin says I should.
Dec
11
2006
Rands writes about the little things you forget that will screw you over. I know exactly what he means, and it is hard to propagate ideas and decisions throughout the project and organization. I have no silver bullet, and being quite new to the business I find myself experimenting with what works well. In my [...]
Dec
07
2006
There’s some interesting stuff about clustering with Terracotta specifically, and the scoping of beans in Spring 2.0 here. I’ll have to check out the scoping thingy.