Monthly Archives: May 2008

So you want to be a ClassLoader champion?

It wasn’t until earlier this year when I started learning Scala that I had to venture into how a class was loaded in Java.  It wasn’t that Scala required you to know it, it was simply that they made reference … Continue reading

Posted in Design Patterns, Java | Leave a comment

Distributed Version Control

Excellent Intro-to Guide http://betterexplained.com/articles/intro-to-distributed-version-control-illustrated/ Comparison of hg (Mercurial), bazaar, git.  Little biased towards git http://www.infoq.com/articles/dvcs-guide

Posted in Version Control | Leave a comment

Get Fit

Fit is a framework that helps the business get involved in specifying the requirements that end up being the testing.  When the business can use Word and Excel to generate their own test cases, connected to a simple fixture and … Continue reading

Posted in Software Development, Testing | Leave a comment

Now for something Obvious

In this presentation about FIT, the presenter, David, takes a look at the meaning of the term ‘the build is broken’.  What it is now compared to 10 years ago.  He states that as technologists we should be proud that … Continue reading

Posted in Java, Software Development, Testing | Leave a comment

MediaPortal

A free media center app for Windows. http://www.team-mediaportal.com/features.html

Posted in Windows | Leave a comment

Random Java Design Pattern Links

JavaLobby: http://java.dzone.com/news/gof-design-patterns-factory-me http://java.dzone.com/news/design-pattern-builder-pattern  The author of those posts website here: http://www.javadesign.info/   

Posted in Design Patterns, Software Development | Leave a comment

Random Scala links

The busy Java developer’s guide to Scala: Of traits and behaviors The busy Java developer’s guide to Scala (Ted Neward, developerWorks, 2008): Read the complete series. “A Tour of Scala: Mixin Class Composition” (Scala language documentation): Learn more about inheritance … Continue reading

Posted in Scala, Software Development | Leave a comment