Category Archives: Tools

Tools

Ganymede MkII

Time to try Ganymede install again as the current version has got itself very confused! Install from scratch should take no more than 10-15mins (excluding any download times). This should give a good eclipse setup to do GWT and Maven … Continue reading

Posted in Tools | 2 Comments

Be Lazy: Automate Everything

One of my pet hates in software development is repetitive tasks: a complicated deployment process, tricky configuration of an application, repetitive editing motions that are just a little too messy for a find/replace. All of the above have, in the … Continue reading

Posted in Opinion, Tools | 3 Comments

Eclipse Ganymede…

This was just too painful! Unfortunately I would have to recommend to people to stay away from Ganymede if you use Subversion for version control until they sort out connectors, update sites etc. After installing on 4 machines (3 macs, … Continue reading

Posted in Tools | Tagged | Leave a comment

Using Git for Local Version Control

The Problem As I work, I like to be able to do very regular checkins to our Subversion server (ensuring the tests pass beforehand, of course). This gives me an easy fallback position if I make some change that causes … Continue reading

Posted in Tools | Tagged | 11 Comments

Unit Testing and The Way of Testivus

Recently Ben posted an entry and presentation on test driven development. An amusing take on this can be found in The Way of Testivus which provides the wisdom of ancient masters on testing. My personal favourite is: The pupil asked … Continue reading

Posted in Tools | 6 Comments

Mocking Classes, Not Interfaces

Those who have seen my recent presentation on Test-Driven Development may be curious as to why all of my examples used services and DAOs that were defined directly as classes, instead of defining interfaces first and then having separate implementation … Continue reading

Posted in Tools | Tagged | 4 Comments

Eclipse Web Tools Platform: Bringing Joy Into The Lives Of Others…

Well, this week I’ve been able to introduce another developer to the Eclipse Web Tools Platform project and it’s been satisfying to see the look of joy on his face as he discover its hidden gems. As well as the … Continue reading

Posted in Tools | Tagged , | 2 Comments

Key Exchange using Noise

For those techno-geeks who are interested in encryption – I mean in how it actually works, not just how we can use it – take a look at some interesting work being done in the States on using thermal noise … Continue reading

Posted in Tools | Leave a comment