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: November 2007
CPD with maven2 and PMD
Detecting copy/pasted code is a useful technique to find potential buggy code. Duplicated code often results in bugs being fixed in only one version of the copied code. PMD is a great sourcecode analysis tool which integrates nicely with maven … Continue reading
Posted in cpd, java, maven
Leave a comment
multiproject maven2: getting the site to work
When generating a project site for a multiproject setup as described in my previous post many people run into the same problem. The links to the different modules don’t work when you use the ‘site:site’ target. A couple of solutions … Continue reading
Posted in java, maven
Leave a comment
Getting started with multiproject maven2
I’m helping a group of students to split up their codebase into a couple of manageable project using maven2 as the build tool. Their existing project is a layered Spring MVC web application. The following layers are present: data model … Continue reading
Posted in java, maven
3 Comments
Grails Video Plugin (flv transcoding & asset management)
During the years I’ve been involved in digital media related projects quite a bit. With the current dominance of flash video stuff has become a bit more straightforward; you don’t have to support multiple proprietary formats in parallel anymore. I … Continue reading
Posted in flash, grails, groovy, video
15 Comments
Ballooning away
During the weekend I attended a super cool company event: we went flying in a hot air balloon. I really enjoyed the experience! We went up in Utrecht (near Ikea) and landed about 35km (measured in a straight line) in … Continue reading
Installing Leopard
No, don’t worry… it’s not me installing Leopard on my MacBook. My wife managed to install Leopard without much help. Everything went smooth and Leopard runs really well. First impressions are (although it lacks Java 6) quite good; I really … Continue reading
Posted in java
Leave a comment