Category Archives: General

File Synchronisation With Unison

Unison is an application which allows files to be synchronised between local or remote directories. I find it incredibly useful for keeping my documents etc synchronised between my various computers. I use it for many things, including my ~70GB music collection so I can verify that it can handle large(ish) amounts of data.
Unison is cross [...]

Site Updates

Over the weekend I’ve had a bit of a reorganisation on charcourt.com. I’ve split this blog off onto a separate subdomain (blog.charcourt.com) and redone the main site using DokuWiki (www.charcourt.com).
The migration went pretty smoothly, with only some bits of content left to move.

JME Utilities

Today I am releasing a collection of JME utilities to the world, in the hope that someone might find them useful. They’re free software under an Apache license.
More details, and downloads can be found here.
This is a collection of various helper/utility classes that I’ve written over the years to solve various problems in JME applications. [...]

Spring WS, Tomcat 6, Java 6 – Problems & A Simple Solution

I’ve been working on a project using Spring WS recently. During development I run/test webapps using the Maven Jetty plugin. All was well, everythings works as expected, and I was at a stage where I needed to deploy on a Tomcat 6 server for some larger scale testing. In the past I have had no [...]