On Mon, Mar 2, 2009 at 12:09 PM, Rodrigo Mansho <[email protected]> wrote: > Hi, i wanna get document(doc attach "_attachment") name in couchdb, but > there aren't function in JAVA, how can i do it?
You can find an example for getting documents and binary attachments using Java with jcouchdb [1] here as well: http://gist.github.com/71819 [1] http://code.google.com/p/jcouchdb/
