Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 1624 invoked from network); 3 Aug 2007 00:51:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Aug 2007 00:51:32 -0000 Received: (qmail 98947 invoked by uid 500); 3 Aug 2007 00:51:31 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 98928 invoked by uid 500); 3 Aug 2007 00:51:31 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 98918 invoked by uid 99); 3 Aug 2007 00:51:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Aug 2007 17:51:31 -0700 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 objectiveous@gmail.com designates 64.233.166.182 as permitted sender) Received: from [64.233.166.182] (HELO py-out-1112.google.com) (64.233.166.182) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Aug 2007 00:51:24 +0000 Received: by py-out-1112.google.com with SMTP id d32so1357645pye for ; Thu, 02 Aug 2007 17:51:04 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hWtksj9OOdrcACiDUo1PUTlCtq4Bu8Xtn9cArfnr4rknMd74J2w3Fk1FJBzD5HkZd3qVaPXpCVw3zvPkvEGuAK3bDM2qbIUb8eRGvJEMdWJTuZl/b7f8YF4kN+QaQQL1eJtyPNY+d0tKZdOMdrT2PcE5cdAK0uj44dS/LyIrei8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fpZTkw2Qdmax77WF7LA2phUIJkrMFzCphXsG4FPjDsy4EPKQiKEjvEfnvFpg5qJt4pAASvwbYCnr8C/vlGS7XeqRawDVFJFD4kSd34V4IGsPCF0Q9zFH0IZVIBwfGDXrpqsAF9eJbtStEd2TwxB4C0ZCeQoHXitZZcsa8Jx5e7I= Received: by 10.65.203.3 with SMTP id f3mr4181110qbq.1186102263762; Thu, 02 Aug 2007 17:51:03 -0700 (PDT) Received: by 10.65.224.16 with HTTP; Thu, 2 Aug 2007 17:51:03 -0700 (PDT) Message-ID: <5c932c650708021751n78744774qbafb82d11888c3f7@mail.gmail.com> Date: Thu, 2 Aug 2007 17:51:03 -0700 From: "Rob Evans" To: users@jackrabbit.apache.org Subject: Re: Critique my AtomPub CDN In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5c932c650707310917l7e97ecbeh6c92c23faab5e993@mail.gmail.com> <1b0d43d00708020728y48b23490o69482d0c132133ea@mail.gmail.com> <5c932c650708021017g4f82698es92f868c1832233c7@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org > It would be most interesting to see an open source atom-publishing to > jcr adapter. > > -- > Torgeir Veimo > torgeir@pobox.com Then you may be interested in some work I am doing. In a nutshell, I've written an Abdera [1] storage provider in Jackrabbit and a Flex based client [2]. This was all done as a proof of concept (POC) and is subsequently very crufty. I could probably open source the jackrabbit bits if there is interest. In case people are wondering the POC has to do with providing an AtomPub access layer ontop of a CMDB ala [3]. Think gData meets the CMDB. [1] http://incubator.apache.org/abdera/ [2] http://code.google.com/p/pubflex/ [3] http://redmonk.com/cote/2007/02/22/getting-giddy-with-the-cmdb-rest-cheap-spread-and-wet-cis/