You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2008/01/03 21:26:42 UTC

svn commit: r608619 - in /jackrabbit/trunk/jackrabbit-site/src/site: apt/doc/components/ocm-nodemanagement.apt apt/doc/components/ocm.apt site.xml

Author: jukka
Date: Thu Jan  3 12:26:42 2008
New Revision: 608619

URL: http://svn.apache.org/viewvc?rev=608619&view=rev
Log:
JCR-995: Release the OCM component
    - Mention the OCM components on the web site

Added:
    jackrabbit/trunk/jackrabbit-site/src/site/apt/doc/components/ocm-nodemanagement.apt
    jackrabbit/trunk/jackrabbit-site/src/site/apt/doc/components/ocm.apt
Modified:
    jackrabbit/trunk/jackrabbit-site/src/site/site.xml

Added: jackrabbit/trunk/jackrabbit-site/src/site/apt/doc/components/ocm-nodemanagement.apt
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-site/src/site/apt/doc/components/ocm-nodemanagement.apt?rev=608619&view=auto
==============================================================================
--- jackrabbit/trunk/jackrabbit-site/src/site/apt/doc/components/ocm-nodemanagement.apt (added)
+++ jackrabbit/trunk/jackrabbit-site/src/site/apt/doc/components/ocm-nodemanagement.apt Thu Jan  3 12:26:42 2008
@@ -0,0 +1,24 @@
+                       ------------------------------
+                       Jackrabbit OCM Node Management
+                       ------------------------------
+
+~~ Licensed to the Apache Software Foundation (ASF) under one or more
+~~ contributor license agreements.  See the NOTICE file distributed with
+~~ this work for additional information regarding copyright ownership.
+~~ The ASF licenses this file to You under the Apache License, Version 2.0
+~~ (the "License"); you may not use this file except in compliance with
+~~ the License.  You may obtain a copy of the License at
+~~
+~~     http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~ Unless required by applicable law or agreed to in writing, software
+~~ distributed under the License is distributed on an "AS IS" BASIS,
+~~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+~~ See the License for the specific language governing permissions and
+~~ limitations under the License.
+
+Jackrabbit OCM
+
+   This is the OCM node type management component of the Apache Jackrabbit
+   project. This component simplifies registration of node types and namespaces
+   referenced in OCM mapping descriptors.

Added: jackrabbit/trunk/jackrabbit-site/src/site/apt/doc/components/ocm.apt
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-site/src/site/apt/doc/components/ocm.apt?rev=608619&view=auto
==============================================================================
--- jackrabbit/trunk/jackrabbit-site/src/site/apt/doc/components/ocm.apt (added)
+++ jackrabbit/trunk/jackrabbit-site/src/site/apt/doc/components/ocm.apt Thu Jan  3 12:26:42 2008
@@ -0,0 +1,29 @@
+                       --------------
+                       Jackrabbit OCM
+                       --------------
+
+~~ Licensed to the Apache Software Foundation (ASF) under one or more
+~~ contributor license agreements.  See the NOTICE file distributed with
+~~ this work for additional information regarding copyright ownership.
+~~ The ASF licenses this file to You under the Apache License, Version 2.0
+~~ (the "License"); you may not use this file except in compliance with
+~~ the License.  You may obtain a copy of the License at
+~~
+~~     http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~ Unless required by applicable law or agreed to in writing, software
+~~ distributed under the License is distributed on an "AS IS" BASIS,
+~~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+~~ See the License for the specific language governing permissions and
+~~ limitations under the License.
+
+Jackrabbit OCM
+
+   This Jackrabbit subproject is an object/JCR persistence and query service.
+   This tools lets you to persist Java objects into a JCR compliant repository
+   - including association, inheritance, polymorphism, composition, and the
+   Java Collections framework.
+
+   Furthermore, this object-content mapping component allows you to express
+   queries with Java-based criteria, as well as in JCR query language. It
+   offers also features like version support and object locking.

Modified: jackrabbit/trunk/jackrabbit-site/src/site/site.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-site/src/site/site.xml?rev=608619&r1=608618&r2=608619&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-site/src/site/site.xml (original)
+++ jackrabbit/trunk/jackrabbit-site/src/site/site.xml Thu Jan  3 12:26:42 2008
@@ -52,6 +52,8 @@
         <item name="SPI Commons"                href="/doc/components/spi-commons.html"/>
         <item name="JCR to SPI"                 href="/doc/components/jcr2spi.html"/>
         <item name="SPI to JCR"                 href="/doc/components/spi2jcr.html"/>
+        <item name="OCM"                        href="/doc/components/ocm.html"/>
+        <item name="OCM Node Management"        href="/doc/components/ocm-nodemanagement.html"/>
       </item>
       <item name="Building Jackrabbit"        href="/doc/building.html" />
       <item name="First Hops"                 href="/doc/firststeps.html" />