Archive for December, 2006

Dec 18 2006

Cleanup directory

Published by Anders under OS tricks

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’ | xargs [...]

No responses yet

Dec 18 2006

Big screens

Published by Anders under Development

I want big screens. Martin says I should.

No responses yet

Dec 11 2006

Malcolm Events

Published by Anders under Development

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 current [...]

No responses yet

Dec 07 2006

Spring and clustering

Published by Anders under Java

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.

No responses yet