Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.
The "Getting_started_with_Java" page has been changed by AlexanderStanley. The comment on this change is: Fixed URI of couchdb4j (thanks to kassens). http://wiki.apache.org/couchdb/Getting_started_with_Java?action=diff&rev1=10&rev2=11 -------------------------------------------------- With CouchDB4J, you create a Session object that handles the CouchDB server communication. From here, you can get a handle on your Database. From the ''Database'' you can run views or retrieve ''Documents''. A ''!ViewResult'' is a special type of ''Document'' which contains the id's of the ''Documents'' that matched your view function. == Dependencies == - * http://code.google.com/p/couchdb4j + * http://github.com/mbreese/couchdb4j * [[http://commons.apache.org/|Apache commons]] * commons-httpclient * commons-beanutils
