Monthly Archives: May 2007

Quick and dirty way to create DB2 update scripts

In on of our major projects we store some of our business logic data as database metadata, but provide GUI interface for updates. Since clicking through the project’s GUI is much easier, than creating and verifying scripts for each tiny … Read more »

How not to use Java key stores

I spent half a day today trying to see why a the web start application created and deployed using a simple build script didn’t work after I’ve created a new certificate as our previous was about to expire. First I … Read more »

DIY Push-puppet toy

Remember the push-puppets you had when you were a kid? These little puppets collapse instantly when you push the button on the base they stand, providing hours of quality entertainment to kids like myself. Now it has returned from exile … Read more »

Off-line SWT application

One of our current Customers have a very interesting requirement for an upcoming project. The nature of the project requires mobile clients and frequent (or even instant) database updates, but there is no guarantee to have constant connectivity. We more … Read more »

The story behind a name..

I just came around the Winstone servlet container (related to the Hudson CI server). The project itself is fairly interesting, but it’s the naming choice which got me completely amazed.. Winstone is the name of a rather large Jamaican man … Read more »

Continous integration issues with Ant(hill)

Anthill is a small, easy to configure automatic build and publish environment. I don’t want to discuss the deployment and configuration of the tool itself, I’d rather highlight the main issues that we had on using Anthill to automatically build … Read more »