Legacy blog (2004–2016). This blog is no longer updated. For current content, visit DigitalHobbit's RPG Blog (tabletop RPGs) or GammaVibe (engineering & entrepreneurship).

Eclipse WTP 0.7

The final version 0.7 of the Eclipse WebTools Platform (WTP) was released a few days ago. I've been using the recent milestone releases for a few months now, and they've already been very stable and functional. If you're using Eclipse 3.1 or planning on upgrading to 3.1, I highly recommend that you install WTP as well....

August 1, 2005 · 1 min · 156 words · DigitalHobbit

Ruby on Rails vs. J2EE

IBM published a nice article on their developerWorks website that compares Ruby on Rails with J2EE. To be more precise, the article compares the complete Ruby on Rails stack to that of a typical Java web application that combines J2EE with the open source Struts and Hibernate frameworks. This is a very valid comparison (Spring and other frameworks would be valid alternatives as well), as both stacks provide similar functionality....

July 16, 2005 · 2 min · 295 words · DigitalHobbit

Ruby on Rails

My hosting service, DreamHost, finally upgraded their Ruby installation from 1.6.x to 1.8.2. This should allow me to play with all the recent Ruby software, including the Ruby on Rails web framework, which I've heard great things about....

May 3, 2005 · 2 min · 279 words · DigitalHobbit

Subversion on Gentoo

I just moved the Subversion repository that I created on my Windows box some time ago over to my Gentoo box (actually the same box, just a different dual-boot OS, now that I'm phasing out Windows in favor of Gentoo Linux)....

January 26, 2005 · 1 min · 157 words · DigitalHobbit

Debugging via Google

I just had a funny debugging experience. I had added a new Ant target with a Java task, but when I tried to execute it Ant complained with the following error message: The <java> type doesn't support the "classame" attribute As I didn't see anything obvious, I did what I often do in those cases: I copied and pasted the error message into Google....

January 19, 2005 · 1 min · 123 words · DigitalHobbit