couchdb4j


CouchDB library for Java using JSON

An updated java library for interacting with the newer JSON-based CouchDB.


After looking into CouchDB, I attempted to use the existing couchdb-lib project from egor.margineanu. However, the original CouchDB used an XML document format, but the latest uses JSON for it's document format. The URL schemes have also changed since then. Basically, it didn't work.

So, since that wasn't going to work, I set about to write my own.

If you have questions, or find bugs, let me know!


Update: June 2009: Repository is now available on GitHub at: http://github.com/mbreese/couchdb4j

This will be the main repository from here on out.

Thanks!

mbreese@gmail.com

Project Information

Labels:
couchdb java