From user-return-4932-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Fri May 22 15:50:15 2009 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 56863 invoked from network); 22 May 2009 15:50:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 May 2009 15:50:15 -0000 Received: (qmail 92390 invoked by uid 500); 22 May 2009 15:50:27 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 92319 invoked by uid 500); 22 May 2009 15:50:27 -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 92309 invoked by uid 99); 22 May 2009 15:50:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 May 2009 15:50:27 +0000 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=SPF_PASS,URIBL_RHS_DOB X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bchesneau@gmail.com designates 72.14.220.156 as permitted sender) Received: from [72.14.220.156] (HELO fg-out-1718.google.com) (72.14.220.156) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 May 2009 15:50:17 +0000 Received: by fg-out-1718.google.com with SMTP id l27so170644fgb.3 for ; Fri, 22 May 2009 08:49:56 -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=6xEr44SEQr926tS4ArbXIPnW81QPSL9mTsdn9kb1bW4=; b=fWYLxAs33lMjdvNeL+6GAeELF05WYfVdWcgpAjUzg9N3j0ZnUzBYE7L46X6iMhMB6h /KJ4c2honQpRoR/lssrfvUkAfnDQ1CcXRQfmzmnZgWA9umXJrc4oQ68uhT1TnvIDsZ3u 4sDg1/uJaM9hOFhjsY8f/CwzlyH21pCICt4sg= 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=igSYExh/Sz9edDYitXE4/NL97Vz3rahR0OjT94+HoRPdsm3H+LO3i9FYZYuR7+b/HY yHAMFbXGi5sUswGLpqI/NkP88rimUR9fqa+aK4k0g9rKaO6DhaP3Htu+BgHlf69ZSCdg axOaafGV46jVdhdE5lzAk5nqdz6q+aq+QWz2A= MIME-Version: 1.0 Received: by 10.86.80.17 with SMTP id d17mr3248262fgb.27.1243007395896; Fri, 22 May 2009 08:49:55 -0700 (PDT) In-Reply-To: References: <1B75DD93-C2D3-442D-A10E-6926910F4255@apache.org> Date: Fri, 22 May 2009 17:49:55 +0200 Message-ID: Subject: Re: I'd like a dish of JavaScript Awesome, please! 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/5/22 Ben Browning : > http://thinkingconcurrently.com/2009/05/21/running-bespin-on-the-couch-pt= 1.html > > Installed as a CouchApp (several hundred MB, thousands of files...) > and most UI pieces work. None of the filesystem is implemented yet but > I've got a clear idea of what needs to be done there and expect to get > a good bit of that done over the weekend. By sometime next week you > should be able to create and edit fully functional CouchApps within > Bespin, including editing Bespin itself. > > I'll post another update when I've got more to show. > > Ben > So it will be a couchapp to create other couchapp ? Why not just providing as a futon replacement? I'm not sure that creating a db and a design_doc is the right way to do this. I mean It looks weird, also not secure to have to create a db & such rto create another db. I mean it's really cool and a really good start but in my mind bespin and couchapp admin could be another tool unde _utils or better _couchapps. What do you think about it ? - beno=EEt