What's new? | Help | Directory | Sign in
Google
                
Code License: Apache License 2.0
Labels: couchdb, java
Show all Featured Wiki Pages:
Building Example Usage
How to join?
Project owners:
  mbreese
Project members:
JanLehnardt, william.kinney, aviflax, goobsoft

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!

mbreese@gmail.com