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 an...@apache.org on 2007/10/03 16:12:27 UTC

svn commit: r581610 - in /db/jdo/site: docs/impls.html xdocs/impls.xml

Author: andyj
Date: Wed Oct  3 07:12:26 2007
New Revision: 581610

URL: http://svn.apache.org/viewvc?rev=581610&view=rev
Log:
JDO-537 Add JDO 1 "reference implementation"

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

Modified: db/jdo/site/docs/impls.html
URL: http://svn.apache.org/viewvc/db/jdo/site/docs/impls.html?rev=581610&r1=581609&r2=581610&view=diff
==============================================================================
--- db/jdo/site/docs/impls.html (original)
+++ db/jdo/site/docs/impls.html Wed Oct  3 07:12:26 2007
@@ -4,8 +4,10 @@
 			    @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="jdo-dev@db.apache.org"></meta></head><body class="composite"><div id="banner"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downlo
 ads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><strong><a href="impls.html">Implementations</a></strong></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="state_transition
 .html">Object States</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href=
 "issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDO_Implementations"></a><h2>JDO Implementations</h2><p>
             To build and run your JDO application, you need a JDO implementation.
             This page lists commercial and non-commercial JDO implementations.
-            For information on how vendors certify compliance with the JDO 2 specification, see <a href="tck.html">TCK</a>.
+            For information on how vendors certify compliance with the JDO specifications, 
+			see <a href="tck.html">TCK</a>.
         </p><div class="subsection"><a name="JDO_Reference_Implementations"></a><h3>JDO Reference Implementations</h3><ul>
+        <li><b>JDO 1.0</b> : <a href="http://jcp.org/aboutJava/communityprocess/final/jsr012/index2.html" class="externalLink" title="External Link">FOStore</a></li>
         <li><b>JDO 2.0</b> : <a href="http://www.jpox.org/docs/1_1/" class="externalLink" title="External Link">JPOX 1.1</a></li>
         <li><b>JDO 2.1</b> : <a href="http://www.jpox.org/docs/1_2/" class="externalLink" title="External Link">JPOX 1.2</a></li>
         </ul><br></br></div><div class="subsection"><a name="Commercial_Implementations"></a><h3>Commercial Implementations</h3><ul>

Modified: db/jdo/site/xdocs/impls.xml
URL: http://svn.apache.org/viewvc/db/jdo/site/xdocs/impls.xml?rev=581610&r1=581609&r2=581610&view=diff
==============================================================================
--- db/jdo/site/xdocs/impls.xml (original)
+++ db/jdo/site/xdocs/impls.xml Wed Oct  3 07:12:26 2007
@@ -29,10 +29,12 @@
         <p>
             To build and run your JDO application, you need a JDO implementation.
             This page lists commercial and non-commercial JDO implementations.
-            For information on how vendors certify compliance with the JDO 2 specification, see <a href="tck.html">TCK</a>.
+            For information on how vendors certify compliance with the JDO specifications, 
+			see <a href="tck.html">TCK</a>.
         </p>
         <subsection name="JDO Reference Implementations">
         <ul>
+        <li><b>JDO 1.0</b> : <a href="http://jcp.org/aboutJava/communityprocess/final/jsr012/index2.html">FOStore</a></li>
         <li><b>JDO 2.0</b> : <a href="http://www.jpox.org/docs/1_1/">JPOX 1.1</a></li>
         <li><b>JDO 2.1</b> : <a href="http://www.jpox.org/docs/1_2/">JPOX 1.2</a></li>
         </ul>