Return-Path: X-Original-To: apmail-jackrabbit-commits-archive@www.apache.org Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 56C45D1B7 for ; Mon, 23 Jul 2012 13:56:55 +0000 (UTC) Received: (qmail 26790 invoked by uid 500); 23 Jul 2012 13:56:55 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 26694 invoked by uid 500); 23 Jul 2012 13:56:54 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 26680 invoked by uid 99); 23 Jul 2012 13:56:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jul 2012 13:56:54 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jul 2012 13:56:53 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 8BC0D57B for ; Mon, 23 Jul 2012 13:56:33 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Mon, 23 Jul 2012 13:56:33 -0000 Message-ID: <20120723135633.21233.3745@eos.apache.org> Subject: =?utf-8?q?=5BJackrabbit_Wiki=5D_Trivial_Update_of_=22Oak-over-HTTP=22_by_?= =?utf-8?q?JukkaZitting?= Auto-Submitted: auto-generated X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" fo= r change notification. The "Oak-over-HTTP" page has been changed by JukkaZitting: http://wiki.apache.org/jackrabbit/Oak-over-HTTP?action=3Ddiff&rev1=3D3&rev2= =3D4 The following table maps methods of the Jackrabbit 2.x SPI interfaces to = functionally equivalent Oak HTTP features. = || '''SPI method''' || '''Oak HTTP''' = || - || {{{RepositoryService.geIdFactory()}}} || Items are identi= fied by path || + || {{{RepositoryService.getIdFactory()}}} || Items are identi= fied by path || - || {{{RepositoryService.geNameFactory()}}} || Names are string= s || + || {{{RepositoryService.getNameFactory()}}} || Names are string= s || - || {{{RepositoryService.gePathFactory()}}} || Paths are string= s || + || {{{RepositoryService.getPathFactory()}}} || Paths are string= s || - || {{{RepositoryService.geQValueFactory()}}} || Values are JSON = values, with extra type information || + || {{{RepositoryService.getQValueFactory()}}} || Values are JSON = values, with extra type information || || {{{RepositoryService.getItemInfoCache()}}} || Not relevant, us= e HTTP-level or client-side caching || || {{{RepositoryService.getRepositoryDescriptors()}}} || GET /jcr:system/= jcr:descriptors || || {{{RepositoryService.obtain()}}} || Not relevant, cr= edentials passed on each request ||