Personal
- Woot. Added some missing indexes in my gigs database and got an easy performance increase of about 800% 1 day ago
- Working with @wesoudshoorn on new design for http://www.gigger.me. Woot! 3 days ago
- @vgrgic dankjewel voor het retweeten van een tinybuddha tweet laatst. Ik volg ze nu ook en ze zijn erg inspirerend! 5 days ago
- More updates...
Links
Java Archive
-
Tweak static imports in Eclipse
Posted on February 19, 2010 | No CommentsI write loads of unit tests to verify my code using JUnit 4. I favor the JUnit 4 annotation style approach over the predecessor’s style where you had to extend a certain JUnit base class. The JUnit guys also shipped a handy org.junit.Assert class which... -
Struggling with Maven’s dependency mediation
Posted on May 25, 2009 | 1 CommentAt my current position we use Maven for handling our project’s dependencies. This is not only useful for easy management of 3rd party dependencies you have, but also for handling internal dependencies between artifacts we develop (besides loads of other extra’s). Using Maven we’ve been...