ReplicatedHashtable

A replicated hashtable implementation for Java. Simply drop this into
your application use in place of regular Hashtables. ReplicatedHashtable
will automatically discover other VMs on the same machine/network subnet
via UDP broadcast and keep them upto date as data is changed.

Read operations are always served locally so it's very fast.
