You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by ar...@apache.org on 2006/08/07 19:10:43 UTC

svn commit: r429395 - in /db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs: docu/faq.xml docu/tutorials/otm-tutorial.xml features.xml index.xml status.xml

Author: arminw
Date: Mon Aug  7 10:10:42 2006
New Revision: 429395

URL: http://svn.apache.org/viewvc?rev=429395&view=rev
Log:
update status of supported api's

Modified:
    db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/docu/faq.xml
    db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/docu/tutorials/otm-tutorial.xml
    db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/features.xml
    db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/index.xml
    db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/status.xml

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/docu/faq.xml
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/docu/faq.xml?rev=429395&r1=429394&r2=429395&view=diff
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/docu/faq.xml (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/docu/faq.xml Mon Aug  7 10:10:42 2006
@@ -133,26 +133,24 @@
                     </li>
 
                     <li>
-                        An Object Transaction Manager (OTM) layer that contains all features that
-                        JDO and ODMG have in common as Object level transactions, lock-management,
-                        instance lifecyle etc. (See <a href="site:otm-tutorial">OTM tutorial</a> for details.)
-                        The OTM is work in progress.
-                    </li>
-
-                    <li>
                         A full featured
                         <strong>ODMG 3.0</strong> compliant API. (See
                         <a href="site:odmg-tutorial">ODMG tutorial</a> for an introduction.)
-                        <br/> Currently this API is implemented on top the PersistenceBroker. Once the
-                        OTM layer is finished ODMG will be implemented on top of OTM.
+                        <br/> Currently this API is implemented on top the PersistenceBroker.
                     </li>
 
                     <li>
                         A
                         <strong>JDO</strong> compliant API. This is work in progress.
                         (See <a href="site:jdo-tutorial">JDO tutorial</a> for an introduction.)
-                        <br/> Currently this API is implemented on top the PersistenceBroker. Once the
-                        OTM layer is finished JDO will be implemented on top of OTM.
+                        <br/> Currently this API is implemented on top the PersistenceBroker.
+                    </li>
+
+                    <li>
+                        An Object Transaction Manager (OTM) layer that contains all features that
+                        JDO and ODMG have in common as Object level transactions, lock-management,
+                        instance lifecyle etc. (See <a href="site:otm-tutorial">OTM tutorial</a> for details.)
+                        Note: The OTM work is discontinued.
                     </li>
 
                 </ol>

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/docu/tutorials/otm-tutorial.xml
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/docu/tutorials/otm-tutorial.xml?rev=429395&r1=429394&r2=429395&view=diff
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/docu/tutorials/otm-tutorial.xml (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/docu/tutorials/otm-tutorial.xml Mon Aug  7 10:10:42 2006
@@ -26,6 +26,9 @@
     </header>
 
     <body>
+        <note>
+            Work on OTM-API was discontinued, because for lack of manpower and usage.
+        </note>
         <section><title>The OTM API</title>
                     <section><title>Introduction</title>
                         <p>

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/features.xml
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/features.xml?rev=429395&r1=429394&r2=429395&view=diff
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/features.xml (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/features.xml Mon Aug  7 10:10:42 2006
@@ -33,8 +33,8 @@
                 <ul>
                     <li>PB API (non-standard)</li>
                     <li>ODMG API (standard)</li>
-                    <li>OTM API (non-standard)</li>
-                    <li>JDO API (standard)</li>
+                    <!--<li>OTM API (non-standard)</li>-->
+                    <li>JDO 1.0 API (standard)</li>
                 </ul>
             </li>
             <li>

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/index.xml?rev=429395&r1=429394&r2=429395&view=diff
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/index.xml (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/index.xml Mon Aug  7 10:10:42 2006
@@ -41,7 +41,7 @@
                     <td class="ojb"><strong>PB-api</strong></td>
                     <td class="ojb">
                         The PersistenceBroker API which serves as standalone API and as
-                        the <em>OJB persistence kernel</em>. The ODMG-, OTM- and JDO-implementations
+                        the <em>OJB persistence kernel</em>. The ODMG and JDO implementations
                         are built on top of this kernel.
                         <br/>
                         Supports a <a href="site:query">Criteria</a> based query language.
@@ -61,29 +61,31 @@
                     <tr>
                     <td class="ojb">JDO</td>
                     <td class="ojb">
-                        A JDO compliant API. We currently provide a plugin to the JDO
+                        A JDO 1.0 compliant API. We currently provide a plugin to the JDO
                         Reference Implementation (RI). Combining the JDO RI and our plugin
                         provides a JDO 1.0 compliant o/r solution.
                         <br/>
-                        A full JDO2.0 implementation is scheduled for OJB 2.x.
+                        A full JDO 2.0 implementation is scheduled for OJB 2.x.
                         (See the <a href="site:jdo-tutorial">JDO tutorial</a>
                         for an introduction to the JDO programming model.)
                     </td>
                     </tr>
-                    <tr>
-                    <td class="ojb">OTM-api</td>
-                    <td class="ojb">
-                        An Object Transaction Manager (OTM) layer that contains all features that
-                        JDO and ODMG have in common. (See the
-                        <a href="site:otm-tutorial">OTM tutorial</a> for details).
-                    </td>
-                    </tr>
+                    <!--<tr>-->
+                    <!--<td class="ojb">OTM-api</td>-->
+                    <!--<td class="ojb">-->
+                        <!--An Object Transaction Manager (OTM) layer that contains all features that-->
+                        <!--JDO and ODMG have in common. (See the-->
+                        <!--<a href="site:otm-tutorial">OTM tutorial</a> for details).-->
+                    <!--</td>-->
+                    <!--</tr>-->
                 </table>
 
                 <p>
                     See the
                     <a href="site:faq/apis">FAQ</a> for a detailed view of the OJB layering.
-                    Get the latest information on each API's <a href="site:status">status</a>.
+                    <br/>
+                    Get the latest information on each
+                    API's <strong><a href="site:status">status</a></strong>.
                 </p>
 
             </li>
@@ -99,7 +101,6 @@
                     of datasources.
                     It ships with full JTA and JCA integration.
                     OJB can be used within JSPs, Servlets and SessionBeans.
-                    OJB provides special support for Bean Managed EntityBeans (BMP).
                 </p>
 
             </li>

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/status.xml?rev=429395&r1=429394&r2=429395&view=diff
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/status.xml (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/status.xml Mon Aug  7 10:10:42 2006
@@ -80,28 +80,28 @@
                     <em>early beta</em>.
                 </p>
                 <note>
-                    The active development on the OTM API implementation is currently
-                    stopped due to lack of developer resources in that area.
+                    The active development on the OTM API implementation is
+                    discontinued due to lack of developer resources in that area.
                     The future of the OTM layer will be discussed on the
                     <a href="site:mail-lists">OJB developer mailing list</a>.
                 </note>
             </td>
             </tr>
 
-            <tr>
-            <td class="ojb">SODA-api</td>
-            <td class="ojb">
-                <p>
-                    The legacy S.O.D.A. (Simple Object Database Access) API should
-                    be considered <em>deprecated</em> and might be removed in a future
-                    release.
-                </p>
-                <p>
-                    For more information about S.O.D.A. Query API, see the project's
-                    <a href="ext:sourceforge/sodaquery">SourceForge Website</a>.
-                </p>
-            </td>
-            </tr>
+            <!--<tr>-->
+            <!--<td class="ojb">SODA-api</td>-->
+            <!--<td class="ojb">-->
+                <!--<p>-->
+                    <!--The legacy S.O.D.A. (Simple Object Database Access) API should-->
+                    <!--be considered <em>deprecated</em> and might be removed in a future-->
+                    <!--release.-->
+                <!--</p>-->
+                <!--<p>-->
+                    <!--For more information about S.O.D.A. Query API, see the project's-->
+                    <!--<a href="ext:sourceforge/sodaquery">SourceForge Website</a>.-->
+                <!--</p>-->
+            <!--</td>-->
+            <!--</tr>-->
         </table>
     </body>
 </document>



---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org