On 15 Feb 2011, at 13:08, sleepnova wrote: > Hi all, > > I have the need to implement a Java client which can pull/push/update > from/to a CouchDB. > I think it might be a good idea to consider using CouchDB_replication_protocol. > But I didn't found any document about it. Hi, what's wrong with using the regular CouchDB Document API? http://wiki.apache.org/couchdb/HTTP_Document_API Cheers Jan --