Which libraries are people using for CouchDB? I just finished getting couchdb4j running successfully, it seems to have some clunkiness. I was going to try jcouchdb, but this effort is starting to irritate me enough, and the CouchDB API is simple enough, that I'm tempted to just use httpclient and a JSON library.
Edit: grrrrr... neither one has anything but the most meagre of examples.