Monthly Archives: February 2006

Hibernate training

Today a colleague of mine and I conducted a Hibernate training for a medium sized Dutch software house. My part of the training was helping with the hands-on exercises and giving a presentation on the basics of HQL , the … Continue reading

Posted in java | 2 Comments

Nested interfaces for grouping constants

For the project we’re working on we can not use Java 5; customer demands. This means we can’t use the enum type to group constants. A colleague of mine pointed out that nested interfaces can provide very similar results: public … Continue reading

Posted in java | 72 Comments

Top ten reasons Geeks make good fathers

I found a nice post about why geeks make good fathers. This of coarse includes Lego ™, video games and gadgets..! And yes I fully agree with the write-up, since this is what I do AND this is what my … Continue reading

Posted in sjoerd | 2 Comments

RADRails

In my previous post I mentioned a lack of tooling support for ruby. It seems I might have been wrong! When looking for a Ruby synthax highlighting plugin for eclipse I found Radrails. RadRails is an integrated development environment for … Continue reading

Posted in ruby | Leave a comment

Java vs. Ruby

Today the serverside featured a post with the eye-catching title ‘Java: Dead Like COBOL, Not Like Elvis?‘ The interview linked from the post is pretty negative about Java and Ruby on Rails is mostly used as an example of how … Continue reading

Posted in java, ruby | 1 Comment

Ubuntu 5.10 breezy & Gruff

Gruff is a charting library for Ruby which can be used alone or with Ruby on Rails. I tried using it a couple of times, but couldn’t get it to work. The error was non-informative at best: uninitialized constant Gruff … Continue reading

Posted in linux, ruby | Leave a comment

Ruby workshop

Tonight I attended the Ruby workshop presented by two of my colleagues. It was a bit more advanced than generating Rails stuff and focussed on interesting Ruby features like: mixins closures operator overloading usage of the missing method method breakpoints … Continue reading

Posted in ruby | Leave a comment

MS IE on Linux

Browser requirements for the project I’m working on include MS IE >= 5. To bad, but true. Since this implies that we test the developed application in IE I previously used VMWare (good stuff!) to do this. But having different … Continue reading

Posted in linux | 1 Comment

Oracle buys Sleepycat

In a previous post I mentioned ‘rumors’ about Oracle buying open source projects. Yesterday one of the rumors was confirmed, Oracle bought Sleepycat! Nothing concrete about JBoss and Zend yet….

Posted in java | Leave a comment

Tutoring…

Today I started tutoring my sister…. at the end of the course she needs to be capable of writing a search engine for one of the subjects in her CKI Bachelor/Masters; in Java.

Posted in java | 1 Comment