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 2011/10/04 00:41:35 UTC

[Couchdb Wiki] Update of "Getting_started_with_Java" by Ahmed Yehia

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 Ahmed Yehia:
http://wiki.apache.org/couchdb/Getting_started_with_Java?action=diff&rev1=14&rev2=15

Comment:
Added a new section for LightCouch.org library

  // Ad-Hoc view
  ViewResults resultAdHoc = db.adhoc("function (doc) { if (doc.foo=='bar') { return doc; }}");
  }}}
+ 
+ = LightCouch =
+ LightCouch aims at providing a simple and easy-to-use APIs for CouchDB. 
+ 
+ It offers a reliable and lightweight persistence interface with minimal setup and code dependency.
+ 
+ 
+ Visit the website at [[http://www.lightcouch.org/|LightCouch.org]] for a Getting Started guide and check out the  [[https://github.com/ahmedyha/LightCouch|source code on Github]].
+ 
  == Older Libraries ==
  Older CouchDB Java library (doesn't support newer JSON syntax):