About
Welcome to the weblog of Peter Maas. Here you'll find various posts related to stuff I like (like my kids and espresso) and stuff I do (like developing software).
Disclaimer
I am a very opinionated software engineer. Well I'm a very opinionated person in general. I work for eBay/Marktplaats.nl, but everything written here is my own crazy ideas and not my employer's. This text might have some similarities to the disclaimer found at fupeg.blogspot.com.
Categories
Archives
Art
Friends
ICT
java
Static pages
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
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
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