vote up 4 vote down star

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 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.

flag

56% accept rate

1 Answer

vote up 4 vote down check

Warner Onstine recently proposed on couchdb-user that jcouchdb be the community-sactioned Java library for CouchDB. After some testing, he claims that jcouchdb is the most complete API. I haven't used either myself, so I can only provide a pointer to the thread.

link|flag
Thanks, I seem to have got jcouchdb working more easily than couchdb4j. I was just turned off at first by the use of "svenson" for JSON handling.... I have a hard time interpreting quirky-named libraries as Reputable libraries. – Jason S Jul 9 at 21:08

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.