Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 84335 invoked from network); 18 Jul 2005 17:59:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Jul 2005 17:59:39 -0000 Received: (qmail 24366 invoked by uid 500); 18 Jul 2005 17:59:38 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 24352 invoked by uid 99); 18 Jul 2005 17:59:38 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jul 2005 10:59:38 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of david.nuescheler@gmail.com designates 64.233.170.200 as permitted sender) Received: from [64.233.170.200] (HELO rproxy.gmail.com) (64.233.170.200) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jul 2005 10:59:32 -0700 Received: by rproxy.gmail.com with SMTP id i8so1338868rne for ; Mon, 18 Jul 2005 10:59:34 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=oF55UldRzk2miVsVNqBqRetwLM/fTyjyNCj04lsP400AfngxJAFGZsXwNFz3NHPmCCaeawHwHklIjwZrY9RQXOYilYshSV9gY3gaCmlkD4IRLuoRSXdHZQTaldIjoT9W8Bh3wjn6yR/RUYL9x1vbE9w51THpd/yDZCfEfxZE9R4= Received: by 10.38.88.52 with SMTP id l52mr460376rnb; Mon, 18 Jul 2005 10:59:34 -0700 (PDT) Received: by 10.38.11.64 with HTTP; Mon, 18 Jul 2005 10:59:34 -0700 (PDT) Message-ID: Date: Mon, 18 Jul 2005 19:59:34 +0200 From: David Nuescheler Reply-To: david.nuescheler@day.com To: jackrabbit-dev@incubator.apache.org Subject: Re: Open Source Content Browser In-Reply-To: <42DA0F27.8010003@wyona.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <42DA0F27.8010003@wyona.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N hi michael, sounds great ;) > If not, then I would get started myself by developing a Swing or Luxor > based version which is able to access local repos and remote repos > through WebDAV. i seriously think that the client app (content browser) should be independent of the transport layer and just use jcr to interact with the repository. regards, david