NoSQL: CouchDB and Java

| | bookmark | email

CouchDB and Java

There are five different APIs recommended by CouchDB for use with Java. Each one uses a different API for JSON encode/decode, for logging and for the HTTP Stuff. If you want to use SSL, that's also implemented differently

tags:couchdb

via NoSQL databases