JDHT is a simple Java based Distributed Hash Table (DHT) which implements java.util.Map.
It is therefore very simple and intuitive to use. DHTs are very scalable distributed data structured originated from research on peer-to-peer (P2P) computing.
Under the hood, JDHT uses DKS, which provides a DHT among other things.
JDHT is developed at KTH/Royal Institute of Technology and the Swedish Institute of Computer Science (SICS) in the context of the european project PEPITO.