Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 31463 invoked from network); 18 Mar 2008 20:48:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Mar 2008 20:48:42 -0000 Received: (qmail 61196 invoked by uid 500); 18 Mar 2008 20:48:39 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 61179 invoked by uid 500); 18 Mar 2008 20:48:39 -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 61170 invoked by uid 99); 18 Mar 2008 20:48:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Mar 2008 13:48:39 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.86.89.70] (HELO elasmtp-banded.atl.sa.earthlink.net) (209.86.89.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Mar 2008 20:48:00 +0000 Received: from [66.134.41.90] (helo=minbar) by elasmtp-banded.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1JbijC-00018w-2O for users@jackrabbit.apache.org; Tue, 18 Mar 2008 16:48:10 -0400 From: "Julio Castillo" To: Subject: JCR Webdav Server -1.4.1 -looking for a client Date: Tue, 18 Mar 2008 13:48:10 -0700 Organization: Edgenuity Inc Message-ID: <65EB0DA444D14565A704909C11A33CB7@minbar> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-index: AciJOWCyV9bw/pJ6RfK4/34kLh9LkA== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4133 X-ELNK-Trace: 94e96322e927e447d780f4a490ca6956abb457f1b4332f52fd690591a97177b3b3c19452750fba8c350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 66.134.41.90 X-Virus-Checked: Checked by ClamAV on apache.org What does it actually mean to use this servlet (JCRWebdavServerServlet) to "remote JCR170 calls"? Does it mean that the WebDav interface was "extended" to support specific JCR calls? Per the online documentation a corresponding JCR client refers to the "JCR to SPI" and "SPI to WebDAV" in the sandbox. I found the following: a package called: jackrabbit-jcr2spi/* on the regular release and spi2dav/* on the sandbox. Any preference on either approach? How do I bootstrap a client? On a brief look at the spi2dav files I believe this is the path to follow: Instantiate a copy of JCR2SPIRepositoryStub which in turn will instantiate a copy of RepositoryServiceImpl. The starting point for my code would then start with the JCR2SPIRepositoryStub. I couldn't not find a starting point however with just the code in the main trunk within the jackrabbit-jcr2spi/*. Any ideas? Julio Castillo Edgenuity Inc.