What open-source library can I use to access CouchDB rest API?
I will be accessing from AppEngine so I the closest library that could work is that of that access CouchDB using its Rest interface, there may be a little work to port the low-level access of the library to use URLFetch or something that works with AppEngine
App Engine implements java.net interface using the URL Fetch service, so any CouchDB java libraries relying on
java.netfor network communication should work.