You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by mc...@apache.org on 2006/03/12 20:00:50 UTC

svn commit: r385346 - in /db/jdo/site: docs/index.html xdocs/index.xml

Author: mcaisse
Date: Sun Mar 12 11:00:49 2006
New Revision: 385346

URL: http://svn.apache.org/viewcvs?rev=385346&view=rev
Log:
Add info on obtaining an implementation. Update from beta to rc1 information

Modified:
    db/jdo/site/docs/index.html
    db/jdo/site/xdocs/index.xml

Modified: db/jdo/site/docs/index.html
URL: http://svn.apache.org/viewcvs/db/jdo/site/docs/index.html?rev=385346&r1=385345&r2=385346&view=diff
==============================================================================
--- db/jdo/site/docs/index.html (original)
+++ db/jdo/site/docs/index.html Sun Mar 12 11:00:49 2006
@@ -127,6 +127,22 @@
 <a href="http://db.apache.org/">Apache DB project</a>.  Our goal is a 
 thriving community of users and developers of object persistence technology.
 </p>
+                                                <p>Java Data Objects (JDO) is a standard way to access persistent data in databases, using plain old Java objects (POJO) to represent persistent data. The approach separates data manipulation (done by accessing Java data members in the Java domain objects) from database manipulation (done by calling the JDO interface methods). This separation of concerns leads to a high degree of independence of the Java view of data from the database view of the data. </p>
+                                                <p>Interfaces are defined for the user's view of persistence: </p>
+                                                <ul>
+<li><p> PersistenceManager: the component responsible for the life cycle of persistent instances, Query factory, and Transaction access </p>
+</li>
+<li><p> Query: the component responsible for querying the datastore and returning persistent instances or values </p>
+</li>
+<li><p> Transaction: the component responsible for initiating and completing transactions </p>
+
+</li>
+</ul>
+                                                <p>JDO is being developed as a Java Specification Request in the Java Community Process. The original JDO 1.0 is JSR-12 <a rel="nofollow" href="http://www.jcp.org/en/jsr/detail?id=12">http://www.jcp.org/en/jsr/detail?id=12</a> and the current JDO 2.0 is JSR-243 <a rel="nofollow" href="http://www.jcp.org/en/jsr/detail?id=243">http://www.jcp.org/en/jsr/detail?id=243</a> </p>
+                                                <p>
+    The Apache JDO project is focused on building the JDO api and the TCK for compatibility testing of JDO implementations.
+    Commercial and open source implementations of JDO are available for relational databases, object databases, and file systems.
+    If you need an implementation for building a JDO application, visit <a href="http://www.jdocentral.com">JDO Central</a> for more information.</p>
                             </blockquote>
         </p>
       </td></tr>
@@ -141,11 +157,10 @@
       <tr><td>
         <blockquote>
                                     <p>
-  <strong>JDO 2.0 beta is available</strong>
+  <strong>JDO 2.0 RC1 is available</strong>
   <blockquote>
-JDO 2.0 beta is now available for download from 
-<a href="http://www.apache.org/dyn/closer.cgi">Apache mirrors</a>.
-Look in db/jdo and java-repository/javax.jdo directories.
+JDO 2.0 RC1 is now available for download from the
+<a href="downloads.html">downloads page</a>.
 <p>
 JDO 2.0 builds on JDO 1 and includes many features requested by users:
 </p>

Modified: db/jdo/site/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/db/jdo/site/xdocs/index.xml?rev=385346&r1=385345&r2=385346&view=diff
==============================================================================
--- db/jdo/site/xdocs/index.xml (original)
+++ db/jdo/site/xdocs/index.xml Sun Mar 12 11:00:49 2006
@@ -16,17 +16,33 @@
 <a href="http://db.apache.org/">Apache DB project</a>.  Our goal is a 
 thriving community of users and developers of object persistence technology.
 </p>
+<p>Java Data Objects (JDO) is a standard way to access persistent data in databases, using plain old Java objects (POJO) to represent persistent data. The approach separates data manipulation (done by accessing Java data members in the Java domain objects) from database manipulation (done by calling the JDO interface methods). This separation of concerns leads to a high degree of independence of the Java view of data from the database view of the data. </p>
+<p>Interfaces are defined for the user's view of persistence: </p>
+<ul>
+<li><p> PersistenceManager: the component responsible for the life cycle of persistent instances, Query factory, and Transaction access </p>
+</li>
+<li><p> Query: the component responsible for querying the datastore and returning persistent instances or values </p>
+</li>
+<li><p> Transaction: the component responsible for initiating and completing transactions </p>
+
+</li>
+</ul>
+<p>JDO is being developed as a Java Specification Request in the Java Community Process. The original JDO 1.0 is JSR-12 <a  rel="nofollow" href="http://www.jcp.org/en/jsr/detail?id=12">http://www.jcp.org/en/jsr/detail?id=12</a> and the current JDO 2.0 is JSR-243 <a  rel="nofollow" href="http://www.jcp.org/en/jsr/detail?id=243">http://www.jcp.org/en/jsr/detail?id=243</a> </p>
+
+<p>
+    The Apache JDO project is focused on building the JDO api and the TCK for compatibility testing of JDO implementations.
+    Commercial and open source implementations of JDO are available for relational databases, object databases, and file systems.
+    If you need an implementation for building a JDO application, visit <a href="http://www.jdocentral.com">JDO Central</a> for more information.</p>
 
 </section>
 
 <section name="JDO News">
 
 <p>
-  <strong>JDO 2.0 beta is available</strong>
+  <strong>JDO 2.0 RC1 is available</strong>
   <blockquote>
-JDO 2.0 beta is now available for download from 
-<a href="http://www.apache.org/dyn/closer.cgi">Apache mirrors</a>.
-Look in db/jdo and java-repository/javax.jdo directories.
+JDO 2.0 RC1 is now available for download from the
+<a href="downloads.html">downloads page</a>.
 <p>
 JDO 2.0 builds on JDO 1 and includes many features requested by users:
 </p>