Need a JAVA class to work with OpenDHT

Can anyone help me writting a JAVA class to connect to OpenDHT? I am new to DHT and really need some idea how to start. Had a look in opendht.org but that was not of much help.Looking forward to your advice.Mohammed Jubaer Arif.
[249 byte] By [Jubaera] at [2007-10-3 11:29:56]
# 1
See: http://opendht.org/users-guide.htmlJava has an XML-RPC API, so just use that. The ODHT documents refer to using it also through DNS - leading me to believe you could possibly use it through Java Naming API (i.e. LDAP service).
watertownjordana at 2007-7-15 13:56:27 > top of Java-index,Core,Core APIs...
# 2
err, JNDI/DNS service you mean
ejpa at 2007-7-15 13:56:27 > top of Java-index,Core,Core APIs...
# 3
ejp: yes, that is what I meant. JNDI/DNS.So many terms.
watertownjordana at 2007-7-15 13:56:27 > top of Java-index,Core,Core APIs...
# 4
There's an excellent Java XML-RPC library in the Apache project.
ejpa at 2007-7-15 13:56:27 > top of Java-index,Core,Core APIs...
# 5
Thanks to both of you.I went through opendht web site, may be I am making some mistake. It is not working for me. Can you provide me the url for "Java XML-RPC library in the Apache project"?thank you again.Mohammed Jubaer Arif
Jubaera at 2007-7-15 13:56:27 > top of Java-index,Core,Core APIs...
# 6
google down again?Strange that. http://www.google.com/search?q=apache+xml-rpc
ejpa at 2007-7-15 13:56:27 > top of Java-index,Core,Core APIs...