From user-return-4416-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Tue Apr 14 15:36:35 2009 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 17457 invoked from network); 14 Apr 2009 15:36:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Apr 2009 15:36:34 -0000 Received: (qmail 72354 invoked by uid 500); 14 Apr 2009 15:36:33 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 72278 invoked by uid 500); 14 Apr 2009 15:36:33 -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 72268 invoked by uid 99); 14 Apr 2009 15:36:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Apr 2009 15:36:32 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bchesneau@gmail.com designates 72.14.220.155 as permitted sender) Received: from [72.14.220.155] (HELO fg-out-1718.google.com) (72.14.220.155) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Apr 2009 15:36:25 +0000 Received: by fg-out-1718.google.com with SMTP id l27so522759fgb.3 for ; Tue, 14 Apr 2009 08:36:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=unhGNclAHwAhVE8EBZRQF/MNy/sgjUhwJzhbpnhmzcs=; b=Llpt4lTKrcieudDbRYXIBZifB09cyJJnDykoc/VGNGZmJHjCegFB5zlBU1wHQP5TCE LeBb/nL1iEZN4Pa9tWoo7akcVCeMXVwIgoADgDwhquEgGIdj/xFODHcuAD/6WZoBJE7h gWC55UwRv5tKKzYXq4+ua/W7dK+ywPz1V/oVY= 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 :content-type:content-transfer-encoding; b=jjEvy5GYZQnk7Frzw1pIjZGvPFi2j6csBobMioYZG2ywKo2qifLFdtiCDQSN+5OP58 kmtAHLW5l6hkZZxhUaDh2P2dlFek1MZubzI7hPudwFXPhZxsd5uSYixeNhVtJbmv6+XV gL/OchoaKpL9UaFF9XHD8MUef4SlWcXH+VUHU= MIME-Version: 1.0 Received: by 10.86.70.3 with SMTP id s3mr2402062fga.12.1239723364769; Tue, 14 Apr 2009 08:36:04 -0700 (PDT) In-Reply-To: References: <88764914.20090413154947@mail.ru> <7060483c0904130339t6ce296fdm24a8d174a3d7a4d2@mail.gmail.com> <03081878.20090414104412@mail.ru> Date: Tue, 14 Apr 2009 17:36:04 +0200 Message-ID: Subject: Re: Re[2]: server side programming (stored procedures) From: Benoit Chesneau 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 2009/4/14 Paul Davis : > Another alternative would be to design an _external server that > performed any of the logic you required. You could probably lift alot > of code from the old actions server [1] on the wiki to allow you to > put business logic on design documents and then call those functions > from the web. > > HTH, > Paul Davis > > [1] http://wiki.apache.org/couchdb/Actions > Ok seem you were faster than me to answer. I second that. shows and lists are another way to do it to if you want to work on the doc "view". - beno=EEt