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 isterin. http://wiki.apache.org/couchdb/Getting_started_with_Java?action=diff&rev1=7&rev2=8 -------------------------------------------------- Getting started with Java and the CouchDB API. + + = JRelax = + + Relax was born out of necessity of building a scalable and flexible persistence model on top of CouchDB for a startup company. The API was build from real usage patterns which were extracted from real use cases. I wanted to ensure that the API is consistent and pleasant to use. + + See [[http://wiki.github.com/isterin/jrelax|JRelax project at github]]. + + === Dependencies === + * Restlet 2.0 ([[http://www.restlet.org/]]) + * Jackson (JSON Processor - [[http://jackson.codehaus.org/]]) = jcouchdb =