You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2010/05/20 01:05:29 UTC

[Couchdb Wiki] Trivial Update of "Getting_started_with_Java" by AlexanderStanley

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