Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 31047 invoked from network); 3 Mar 2009 02:52:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Mar 2009 02:52:23 -0000 Received: (qmail 845 invoked by uid 500); 3 Mar 2009 02:52:16 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 814 invoked by uid 500); 3 Mar 2009 02:52:16 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 803 invoked by uid 99); 3 Mar 2009 02:52:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Mar 2009 18:52:16 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of btm@loftninjas.org designates 209.85.132.244 as permitted sender) Received: from [209.85.132.244] (HELO an-out-0708.google.com) (209.85.132.244) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Mar 2009 02:52:08 +0000 Received: by an-out-0708.google.com with SMTP id c37so1406301anc.5 for ; Mon, 02 Mar 2009 18:51:46 -0800 (PST) MIME-Version: 1.0 Received: by 10.142.221.11 with SMTP id t11mr3339340wfg.238.1236048706117; Mon, 02 Mar 2009 18:51:46 -0800 (PST) In-Reply-To: <8d1182b70903021209u27c06016o26349e94206b44a9@mail.gmail.com> References: <8d1182b70903021209u27c06016o26349e94206b44a9@mail.gmail.com> Date: Mon, 2 Mar 2009 18:51:46 -0800 Message-ID: <893823750903021851l237bc7d0p5731993c011dc063@mail.gmail.com> Subject: Re: CouchDb in JAVA From: Bryan McLellan To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Mar 2, 2009 at 12:09 PM, Rodrigo Mansho w= rote: > =A0 Hi, i wanna get document(doc attach "_attachment") name in couchdb, b= ut > 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/