From dev-return-10114-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Fri Jun 04 15:21:52 2010 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 6470 invoked from network); 4 Jun 2010 15:21:52 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Jun 2010 15:21:52 -0000 Received: (qmail 34407 invoked by uid 500); 4 Jun 2010 15:21:52 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 34168 invoked by uid 500); 4 Jun 2010 15:21:51 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Delivered-To: moderator for dev@couchdb.apache.org Received: (qmail 17081 invoked by uid 99); 4 Jun 2010 15:09:29 -0000 X-ASF-Spam-Status: No, hits=-0.1 required=10.0 tests=AWL,FREEMAIL_FROM,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mirsal.ennaime@gmail.com designates 209.85.161.52 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=sCK1JYy+RF2s2gPCAfUPtIY04Ja/MBNQKpH4fY5idYY=; b=kZqL10HIMlEZU79aNB6DXZybgP1ce/oU0B2EvsPNgmHifQzYxBlaMZcQjr16r17yKe fD3/b/mE5FunlXWqi2AaH0eeOsmUtmoXsk992OHOKTk8j+yPYRVD3bqK8kYR3HEneyic ggrjxBrYW13zpm4b1ZKY6N72fN8lhIp4axf1s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=HnUwYUUTSjHs8AjBkLRWcW+keNLKzjV47/9VPs26Rq59lsSGpLDCsz18rZVZyv7OYo GtE5nrw2TSWQ2iGiYfXHD3RnhL1sAgRgxlooyVr0S9xRWyZJdZ3BE94AsJyVQMmvuBG4 APwQSixwTjt45FL3QJrI6BRQpiEY4lnGc27HQ= MIME-Version: 1.0 In-Reply-To: <20100531211006.150540@gmx.net> References: <20100529021456.177470@gmx.net> <20100531002722.196210@gmx.net> <20100531211006.150540@gmx.net> Date: Fri, 4 Jun 2010 17:09:01 +0200 Message-ID: Subject: Re: Best practise handling request and creating new document? From: Mirsal Ennaime To: user Cc: dev Content-Type: text/plain; charset=ISO-8859-1 On Mon, May 31, 2010 at 11:10 PM, wrote: > Hello, > I'm a CouchDB beginner and not fixed on shows or other methods. I'm going to know if there is any way to manipulate data or insert data using a HTML form / request and just CouchDB without client side JS or some kind of application layer? You may want to read this: http://wiki.apache.org/couchdb/Document_Update_Handlers Cheers, -- Mirsal