Return-Path: Delivered-To: apmail-chemistry-dev-archive@www.apache.org Received: (qmail 97966 invoked from network); 15 Apr 2011 15:53:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Apr 2011 15:53:17 -0000 Received: (qmail 64682 invoked by uid 500); 15 Apr 2011 15:53:17 -0000 Delivered-To: apmail-chemistry-dev-archive@chemistry.apache.org Received: (qmail 64651 invoked by uid 500); 15 Apr 2011 15:53:17 -0000 Mailing-List: contact dev-help@chemistry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@chemistry.apache.org Delivered-To: mailing list dev@chemistry.apache.org Received: (qmail 64643 invoked by uid 99); 15 Apr 2011 15:53:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Apr 2011 15:53:17 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jeffpotts01@gmail.com designates 209.85.213.42 as permitted sender) Received: from [209.85.213.42] (HELO mail-yw0-f42.google.com) (209.85.213.42) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Apr 2011 15:53:08 +0000 Received: by ywh1 with SMTP id 1so1099532ywh.1 for ; Fri, 15 Apr 2011 08:52:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id:references:to :x-mailer; bh=Tr2axDWYbvBKGB0JDVtDWefuh0Z+htnRw68ASWododk=; b=hqGYmv39yHbwnioPAvYKSPWN4T1CBPn2BQKBu3MHQFvxDcx+dwO2le5bs+36eYHqWA G5kOxb8PNIo/gcDRKxIGcjsjwb3MfFHqykyoHPoAf2gA9WTBdOB9L5Desa2WFs+762Gy 3W6cyNzVLvaftfE750V+yTAhf8CniUuegvCUU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=b3a4ScYEJJ73YhZyiO2quombsc7jinvecfGlbbCyPB1PpMUzF6eL1i6zlJ088tBbpP OhTHGY2GHPcRsNi95zkLRiIwuHL0P+B0w9R4MxumtLLChDFDyeBUhd6AtgzXtiR0rxL3 D+iN79rC6sjm4fZ9hYnIalBA1LYUcTCOkqPxw= Received: by 10.236.77.72 with SMTP id c48mr980349yhe.292.1302882767699; Fri, 15 Apr 2011 08:52:47 -0700 (PDT) Received: from [192.168.0.17] (cpe-173-173-95-161.tx.res.rr.com [173.173.95.161]) by mx.google.com with ESMTPS id h41sm1272573yhm.66.2011.04.15.08.52.46 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 15 Apr 2011 08:52:46 -0700 (PDT) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Apple Message framework v1084) Subject: Re: CMIS Browser Binding implementation From: Jeff Potts In-Reply-To: <4DA865CC.2040709@alfresco.com> Date: Fri, 15 Apr 2011 10:52:45 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <4AD8B127-3BF0-4A0D-943A-43FA89F15419@gmail.com> References: <4DA865CC.2040709@alfresco.com> To: dev@chemistry.apache.org X-Mailer: Apple Mail (2.1084) X-Virus-Checked: Checked by ClamAV on apache.org This sounds very cool. One curiosity question: Why is it called a = "browser binding"? If the main differentiation between it and the other = two bindings is that JSON is going back and forth, that is obviously = useful, but not limited to web browsers. Server-side JavaScript apps = could also take advantage of this binding, right? Or are there = additional pieces to the binding beyond JSON that only make sense in the = context of the browser? Just trying to get a sense of where this can/can't be used. Jeff On Apr 15, 2011, at 10:35 AM, Florian M=FCller wrote: > Hi, >=20 > The CMIS browser binding proposal is about to be moved into the CMIS = 1.1 specification draft. The browser binding is a third binding beside = the Web Services binding and AtomPub binding. It is based on JSON and = optimized for consumption by JavaScript scripts in a web browser. > We have a first OpenCMIS server implementation in a Chemistry sandbox. = It covers about 2/3 of the proposal. >=20 > Although the browser binding will only be specified for CMIS 1.1, it = should also work for CMIS 1.0. This binding is more efficient and = simpler to consume than the other two. We should foster its adoption. > I would like to roll the sandbox project into the server framework and = complete the implementation there. We can turn it off by default. = Whoever is interested can switch it on and play with it. >=20 > Since this is major code shift, I would like to hear some opinions = before I tackle this.=20 >=20 >=20 > Thanks, >=20 > Florian