Account: (login)

More Channels


Are you the publisher? Claim this channel

Search in 126,240,633 RSS articles:

Channel Description:

Just another WordPress weblog

Latest Articles in this Channel:

  • 07/03/08--21:33: Testing Cocoa Controllers with OCMock (chan 1661505)
  • For a few releases the Apple development tools have included OCUnit and many developers have now started to write unit tests. There are lots of tutorials that explain how this is done for the straight-forward cases but there’s one area of testing that has proven difficult on most platforms, and that is testing of the [...]

  • 08/12/08--19:07: SpringViz and the 1000ft view (chan 1661505)
  • The Spring framework has become ubiquitous in the Java world, and there are a large number of tools supporting developers of Spring-based applications. In this post I describe SpringViz; or, more accurately, my variant of it. SpringViz helps developers with what is at the heart of a Spring-based application, the container and the contexts files [...]

  • 09/27/08--10:26: Call Graph Visualisation with AspectJ and Dot (chan 1661505)
  • One of my favourite tools to render graphs is GraphViz Dot and in an earlier entry I described how to use it to visualise Spring contexts. Today I want to showcase a different application. Call graphs show how methods call each other, which can be useful for a variety of reasons. The example I use [...]

  • 11/01/11--01:36: Builder pattern in Objective-C (chan 1661505)
  • Over the past few months I’ve spent a fair bit of time on a project using my MacBook Pro for development. This got me to run CCMenu again and, perhaps predictably, made me work on that in the evenings. While doing some long overdue refactorings I came across the need to construct domain objects in [...]