You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@db.apache.org by an...@apache.org on 2013/01/15 07:29:02 UTC

svn commit: r846705 [13/20] - in /websites/production/db/content/jdo: ./ guides/ images/ images/logos/ releases/

Modified: websites/production/db/content/jdo/pmf.html
==============================================================================
--- websites/production/db/content/jdo/pmf.html (original)
+++ websites/production/db/content/jdo/pmf.html Tue Jan 15 06:29:01 2013
@@ -1,114 +1,662 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - Persistence Manager Factory</title><style type="text/css" media="all">
-          @import url("./style/maven-base.css");
-          
-			    @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></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><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_api.htm
 l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.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"><a href="impls.html">Implementations</a></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="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</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"><strong><a href="pmf.html">PersistenceManagerFactory</a></strong></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="attach_detach.html">Attach-Detach</a></li><li class="none"><a href="fetchgroups.html">Fetch Groups</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="expanded"><a href="jdoql.html">JDOQL</a><ul><li class="none"><a href="jdoql_result.html">Result</a></li><li class="none"><a href="jdoql_methods.html">Methods</a></li><li class="none"><a href="jdoql_quickref.pdf">Quick Ref PDF</a></li></ul></li><li class="none"><a href="extents.html">Extents</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="exceptions.html">E
 xceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuArticles"><h5>Articles</h5><ul><li class="none"><a href="jdo_3_0_overview.html">JDO 3.0 Overview</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="Persistence_Manager_Factory"></a><h2>Persistence Manager Factory</h2><p>
-                Any JDO-enabled application will require at least one <I>PersistenceManagerFactory</I>. 
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jan 15, 2013 -->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <title>Maven - 
+        Persistence Manager Factory</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+    <meta name="Date-Revision-yyyymmdd" content="20130115" />
+    <meta http-equiv="Content-Language" content="en" />
+        
+        </head>
+  <body class="composite">
+    <div id="banner">
+                                      <a href="./" id="bannerLeft">
+                                                <img src="images/JDOx150.gif" alt="Apache JDO" />
+                </a>
+                                            <a href="./" id="bannerRight">
+                                                <img src="images/jdo_text.gif" alt="Apache JDO" />
+                </a>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+            
+                    
+                  <div class="xright">                    <a href="http://wiki.apache.org/jdo" class="externalLink" title="Wiki">Wiki</a>
+            |
+                        <a href="http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10630" class="externalLink" title="Issue Tracker">Issue Tracker</a>
+            |
+                        <a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
+            |
+                        <a href="api30/apidocs/index.html" title="Latest Javadocs">Latest Javadocs</a>
+              
+                    
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+             
+                    
+                                <h5>General</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="index.html" title="Home">Home</a>
+            </li>
+                  <li class="none">
+                          <a href="why_jdo.html" title="Why JDO?">Why JDO?</a>
+            </li>
+                  <li class="none">
+                          <a href="jdo_v_jpa.html" title="JDO v JPA">JDO v JPA</a>
+            </li>
+                  <li class="none">
+                          <a href="jdo_v_jpa_api.html" title="JDO v JPA : API">JDO v JPA : API</a>
+            </li>
+                  <li class="none">
+                          <a href="jdo_v_jpa_orm.html" title="JDO v JPA : ORM">JDO v JPA : ORM</a>
+            </li>
+                  <li class="none">
+                          <a href="downloads.html" title="Downloads">Downloads</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="License">License</a>
+            </li>
+          </ul>
+                       <h5>JDO Implementation</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="specifications.html" title="Specifications">Specifications</a>
+            </li>
+                  <li class="none">
+                          <a href="tck.html" title="TCK">TCK</a>
+            </li>
+          </ul>
+                       <h5>JDO Usage</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="impls.html" title="Implementations">Implementations</a>
+            </li>
+                  <li class="none">
+                          <a href="javadoc.html" title="API Javadoc">API Javadoc</a>
+            </li>
+                  <li class="none">
+                          <a href="class_types.html" title="Types of Classes">Types of Classes</a>
+            </li>
+                  <li class="none">
+                          <a href="field_types.html" title="Types of Fields">Types of Fields</a>
+            </li>
+                                                                                                                          <li class="collapsed">
+                          <a href="metadata.html" title="MetaData">MetaData</a>
+                  </li>
+                  <li class="none">
+                          <a href="enhancement.html" title="Bytecode Enhancement">Bytecode Enhancement</a>
+            </li>
+                  <li class="none">
+                          <a href="jdohelper.html" title="JDOHelper">JDOHelper</a>
+            </li>
+                  <li class="none">
+            <strong>PersistenceManagerFactory</strong>
+          </li>
+                  <li class="none">
+                          <a href="pm.html" title="PersistenceManager">PersistenceManager</a>
+            </li>
+                  <li class="none">
+                          <a href="transactions.html" title="Transactions">Transactions</a>
+            </li>
+                  <li class="none">
+                          <a href="attach_detach.html" title="Attach-Detach">Attach-Detach</a>
+            </li>
+                  <li class="none">
+                          <a href="fetchgroups.html" title="Fetch Groups">Fetch Groups</a>
+            </li>
+                  <li class="none">
+                          <a href="state_transition.html" title="Object States">Object States</a>
+            </li>
+                  <li class="none">
+                          <a href="object_retrieval.html" title="Object Retrieval">Object Retrieval</a>
+            </li>
+                                                                                                  <li class="expanded">
+                          <a href="jdoql.html" title="JDOQL">JDOQL</a>
+                    <ul>
+                      <li class="none">
+                          <a href="jdoql_result.html" title="Result">Result</a>
+            </li>
+                      <li class="none">
+                          <a href="jdoql_methods.html" title="Methods">Methods</a>
+            </li>
+                      <li class="none">
+                          <a href="jdoql_quickref.pdf" title="Quick Ref PDF">Quick Ref PDF</a>
+            </li>
+              </ul>
+        </li>
+                  <li class="none">
+                          <a href="extents.html" title="Extents">Extents</a>
+            </li>
+                                                                                      <li class="collapsed">
+                          <a href="guides.html" title="Guides">Guides</a>
+                  </li>
+                  <li class="none">
+                          <a href="references.html" title="References">References</a>
+            </li>
+                  <li class="none">
+                          <a href="exceptions.html" title="Exceptions">Exceptions</a>
+            </li>
+                  <li class="none">
+                          <a href="glossary.html" title="Glossary">Glossary</a>
+            </li>
+          </ul>
+                       <h5>Articles</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="jdo_3_0_overview.html" title="JDO 3.0 Overview">JDO 3.0 Overview</a>
+            </li>
+          </ul>
+                       <h5>Community</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="get-involved.html" title="Get Involved">Get Involved</a>
+            </li>
+                  <li class="none">
+                          <a href="team-list.html" title="Project Team">Project Team</a>
+            </li>
+                  <li class="none">
+                          <a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
+            </li>
+                  <li class="none">
+                          <a href="faq.html" title="FAQ">FAQ</a>
+            </li>
+          </ul>
+                       <h5>Development</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="roadmap.html" title="RoadMap / TODO">RoadMap / TODO</a>
+            </li>
+                  <li class="none">
+                          <a href="svn.html" title="Source Code">Source Code</a>
+            </li>
+                  <li class="none">
+                          <a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="Coding Standards">Coding Standards</a>
+            </li>
+                  <li class="none">
+                          <a href="issuetracking.html" title="Issue Tracking">Issue Tracking</a>
+            </li>
+                  <li class="none">
+                          <a href="dependencies.html" title="Dependencies">Dependencies</a>
+            </li>
+          </ul>
+                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+                   
+                    
+            </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        
+    
+        <div class="section"><h2>Persistence Manager Factory<a name="Persistence_Manager_Factory"></a></h2>
+            <p>
+                Any JDO-enabled application will require at least one <i>PersistenceManagerFactory</i>. 
                 Typically applications create one per datastore being utilised. A 
-                <I>PersistenceManagerFactory</I> provides access to <I>PersistenceManager</I>s which allow 
-                objects to be persisted, and retrieved. The <I>PersistenceManagerFactory</I> can be configured
+                <i>PersistenceManagerFactory</i> provides access to <i>PersistenceManager</i>s which allow 
+                objects to be persisted, and retrieved. The <i>PersistenceManagerFactory</i> can be configured
                 to provide particular behaviour.
-            </p><p>
-                The simplest way of creating a <I>PersistenceManagerFactory</I> 
-                <a href="api20/apidocs/javax/jdo/PersistenceManagerFactory.html" class="newWindow" title="New Window" target="_blank"><IMG SRC="images/javadoc.gif"></IMG></a>
+            </p>
+            <p>
+                The simplest way of creating a <i>PersistenceManagerFactory</i> 
+                <a href="api20/apidocs/javax/jdo/PersistenceManagerFactory.html" target="_blank"><img src="images/javadoc.gif" alt="" /></a>
                 is as follows
             </p>
-    <div class="source"><pre>
+            <div class="source"><pre>
 Properties properties = new Properties();
-properties.setProperty("javax.jdo.PersistenceManagerFactoryClass",
-                "{my_implementation_pmf_class}");
-properties.setProperty("javax.jdo.option.ConnectionDriverName","com.mysql.jdbc.Driver");
-properties.setProperty("javax.jdo.option.ConnectionURL","jdbc:mysql://localhost/myDB");
-properties.setProperty("javax.jdo.option.ConnectionUserName","login");
-properties.setProperty("javax.jdo.option.ConnectionPassword","password");
+properties.setProperty(&quot;javax.jdo.PersistenceManagerFactoryClass&quot;,
+                &quot;{my_implementation_pmf_class}&quot;);
+properties.setProperty(&quot;javax.jdo.option.ConnectionDriverName&quot;,&quot;com.mysql.jdbc.Driver&quot;);
+properties.setProperty(&quot;javax.jdo.option.ConnectionURL&quot;,&quot;jdbc:mysql://localhost/myDB&quot;);
+properties.setProperty(&quot;javax.jdo.option.ConnectionUserName&quot;,&quot;login&quot;);
+properties.setProperty(&quot;javax.jdo.option.ConnectionPassword&quot;,&quot;password&quot;);
 PersistenceManagerFactory pmf = JDOHelper.getPersistenceManagerFactory(properties);</pre></div>
-  <p>
-                A slight variation on this, is to use a file ("jdo.properties" for example) to specify these 
+            <p>
+                A slight variation on this, is to use a file (&quot;jdo.properties&quot; for example) to specify these 
                 properties like this
             </p>
-    <div class="source"><pre>
+            <div class="source"><pre>
 javax.jdo.PersistenceManagerFactoryClass={my_implementation_pmf_class}
 javax.jdo.option.ConnectionDriverName=com.mysql.jdbc.Driver
 javax.jdo.option.ConnectionURL=jdbc:mysql://localhost/myDB
 javax.jdo.option.ConnectionUserName=login
 javax.jdo.option.ConnectionPassword=password</pre></div>
-  <p>
-                and then to create the <I>PersistenceManagerFactory</I> using this file
+            <p>
+                and then to create the <i>PersistenceManagerFactory</i> using this file
             </p>
-    <div class="source"><pre>
-PersistenceManagerFactory pmf = JDOHelper.getPersistenceManagerFactory("jdo.properties");</pre></div>
-  <p>
+            <div class="source"><pre>
+PersistenceManagerFactory pmf = JDOHelper.getPersistenceManagerFactory(&quot;jdo.properties&quot;);</pre></div>
+            <p>
                 A final alternative would be to call 
-                <I>JDOHelper.getPersistenceManagerFactory(jndiLocation, context);</I>, hence
+                <i>JDOHelper.getPersistenceManagerFactory(jndiLocation, context);</i>, hence
                 accessing the properties via JNDI.
-            </p><p>
-                Whichever way we wish to obtain the <I>PersistenceManagerFactory</I> we have defined a 
-                series of properties to give the behaviour of the <I>PersistenceManagerFactory</I>. 
+            </p>
+            <p>
+                Whichever way we wish to obtain the <i>PersistenceManagerFactory</i> we have defined a 
+                series of properties to give the behaviour of the <i>PersistenceManagerFactory</i>. 
                 The first property specifies to use PMF of the implementation required to be used,
                 and the following 4 properties define the datastore that it should connect to.
-            </p><br></br><div class="subsection"><a name="Standard_JDO_Properties"></a><h3>Standard JDO Properties</h3><table class="bodyTable"><tr class="a"><th colspan="2">
-                            <B>javax.jdo.PersistenceManagerFactoryClass</B>
-                        </th></tr><tr class="b"><td width="120">Description</td><td>The name of the PersistenceManager implementation</td></tr></table><br></br><table class="bodyTable"><tr class="a"><th colspan="2">
-                            <B>javax.jdo.option.ConnectionFactory</B>
-                        </th></tr><tr class="b"><td width="120">Description</td><td>Instance of a connection factory. For RBDMS, it must be an instance of 
-                            javax.sql.DataSource. <b>This is for a transactional DataSource</b></td></tr></table><br></br><table class="bodyTable"><tr class="a"><th colspan="2">
-                            <B>javax.jdo.option.ConnectionFactory2</B>
-                        </th></tr><tr class="b"><td width="120">Description</td><td>Instance of a connection factory. For RBDMS, it must be an instance of 
-                            javax.sql.DataSource. <b>This is for a non-transactional DataSource</b></td></tr></table><br></br><table class="bodyTable"><tr class="a"><th colspan="2">
-                            <B>javax.jdo.option.ConnectionFactoryName</B>
-                        </th></tr><tr class="b"><td width="120">Description</td><td>The JNDI name for a connection factory. For RBDMS, it must be a JNDI name 
+            </p>
+            <br />
+
+            <div class="section"><h3>Standard JDO Properties<a name="Standard_JDO_Properties"></a></h3>
+                <table border="0" class="bodyTable">
+                    <tr class="a">
+                        <th colspan="2">
+                            <b>javax.jdo.PersistenceManagerFactoryClass</b>
+                        </th>
+                    </tr>
+                    <tr class="b">
+                        <td width="120">Description</td>
+                        <td>The name of the PersistenceManager implementation</td>
+                    </tr>
+                </table>
+                <br />
+                <table border="0" class="bodyTable">
+                    <tr class="a">
+                        <th colspan="2">
+                            <b>javax.jdo.option.ConnectionFactory</b>
+                        </th>
+                    </tr>
+                    <tr class="b">
+                        <td width="120">Description</td>
+                        <td>Instance of a connection factory. For RBDMS, it must be an instance of 
+                            javax.sql.DataSource. <b>This is for a transactional DataSource</b></td>
+                    </tr>
+                </table>
+                <br />
+                <table border="0" class="bodyTable">
+                    <tr class="a">
+                        <th colspan="2">
+                            <b>javax.jdo.option.ConnectionFactory2</b>
+                        </th>
+                    </tr>
+                    <tr class="b">
+                        <td width="120">Description</td>
+                        <td>Instance of a connection factory. For RBDMS, it must be an instance of 
+                            javax.sql.DataSource. <b>This is for a non-transactional DataSource</b></td>
+                    </tr>
+                </table>
+                <br />
+                <table border="0" class="bodyTable">
+                    <tr class="a">
+                        <th colspan="2">
+                            <b>javax.jdo.option.ConnectionFactoryName</b>
+                        </th>
+                    </tr>
+                    <tr class="b">
+                        <td width="120">Description</td>
+                        <td>The JNDI name for a connection factory. For RBDMS, it must be a JNDI name 
                             that points to a javax.sql.DataSource object. 
-                            <b>This is for a transactional DataSource</b></td></tr></table><br></br><table class="bodyTable"><tr class="a"><th colspan="2">
-                            <B>javax.jdo.option.ConnectionFactory2Name</B>
-                        </th></tr><tr class="b"><td width="120">Description</td><td>The JNDI name for a connection factory. For RBDMS, it must be a JNDI name 
+                            <b>This is for a transactional DataSource</b></td>
+                    </tr>
+                </table>
+                <br />
+                <table border="0" class="bodyTable">
+                    <tr class="a">
+                        <th colspan="2">
+                            <b>javax.jdo.option.ConnectionFactory2Name</b>
+                        </th>
+                    </tr>
+                    <tr class="b">
+                        <td width="120">Description</td>
+                        <td>The JNDI name for a connection factory. For RBDMS, it must be a JNDI name 
                             that points to a javax.sql.DataSource object.
-                            <b>This is for a non-transactional DataSource</b></td></tr></table><br></br><table class="bodyTable"><tr class="a"><th colspan="2">
-                            <B>javax.jdo.option.ConnectionDriverName</B>
-                        </th></tr><tr class="b"><td width="120">Description</td><td>The name of the driver to use for the DB</td></tr></table><br></br><table class="bodyTable"><tr class="a"><th colspan="2">
-                            <B>javax.jdo.option.ConnectionDriverURL</B>
-                        </th></tr><tr class="b"><td width="120">Description</td><td>URL specifying the datastore to use for persistence</td></tr></table><br></br><table class="bodyTable"><tr class="a"><th colspan="2">
-                            <B>javax.jdo.option.ConnectionUserName</B>
-                        </th></tr><tr class="b"><td width="120">Description</td><td>Username to use for connecting to the DB</td></tr></table><br></br><table class="bodyTable"><tr class="a"><th colspan="2">
-                            <B>javax.jdo.option.ConnectionPassword</B>
-                        </th></tr><tr class="b"><td width="120">Description</td><td>Password to use for connecting to the DB</td></tr></table><br></br><table class="bodyTable"><tr class="a"><th colspan="2">
-                            <B>javax.jdo.option.IgnoreCache</B>
-                        </th></tr><tr class="b"><td width="120">Description</td><td>Whether to ignore the cache for queries</td></tr><tr class="a"><td>Range of Values</td><td>true | false</td></tr></table><br></br><table class="bodyTable"><tr class="b"><th colspan="2">
-                            <B>javax.jdo.option.Multithreaded</B>
-                        </th></tr><tr class="a"><td width="120">Description</td><td>Whether to run the PersistenceManager multithreaded</td></tr><tr class="b"><td>Range of Values</td><td>true | false</td></tr></table><br></br><table class="bodyTable"><tr class="a"><th colspan="2">
-                            <B>javax.jdo.option.NontransactionalRead</B>
-                        </th></tr><tr class="b"><td width="120">Description</td><td>Whether to allow nontransactional reads</td></tr><tr class="a"><td>Range of Values</td><td>true | false</td></tr></table><br></br><table class="bodyTable"><tr class="b"><th colspan="2">
-                            <B>javax.jdo.option.NontransactionalWrite</B>
-                        </th></tr><tr class="a"><td width="120">Description</td><td>Whether to allow nontransactional writes</td></tr><tr class="b"><td>Range of Values</td><td>true | false</td></tr></table><br></br><table class="bodyTable"><tr class="a"><th colspan="2">
-                            <B>javax.jdo.option.Optimistic</B>
-                        </th></tr><tr class="b"><td width="120">Description</td><td>Whether to use <a href="transactions.html">Optimistic transactions</a></td></tr><tr class="a"><td>Range of Values</td><td>true | false</td></tr></table><br></br><table class="bodyTable"><tr class="b"><th colspan="2">
-                            <B>javax.jdo.option.RetainValues</B>
-                        </th></tr><tr class="a"><td width="120">Description</td><td>Whether to suppress the clearing of values from persistent instances on transaction
-                            completion</td></tr><tr class="b"><td>Range of Values</td><td>true | false</td></tr></table><br></br><table class="bodyTable"><tr class="a"><th colspan="2">
-                            <B>javax.jdo.option.RestoreValues</B>
-                        </th></tr><tr class="b"><td width="120">Description</td><td>Whether persistent object have transactional field values restored when 
-                            transaction rollback occurs.</td></tr><tr class="a"><td>Range of Values</td><td>true | false</td></tr></table><br></br><table class="bodyTable"><tr class="b"><th colspan="2">
-                            <B>javax.jdo.option.Mapping</B>
-                        </th></tr><tr class="a"><td width="120">Description</td><td>Name for the ORM MetaData mapping files to use with this PMF. For example if this is set to 
-                            "mysql" then the implementation looks for MetaData mapping files called 
-                            "{classname}-mysql.orm" or "package-mysql.orm". If this is not specified then the JDO 
+                            <b>This is for a non-transactional DataSource</b></td>
+                    </tr>
+                </table>
+                <br />
+                <table border="0" class="bodyTable">
+                    <tr class="a">
+                        <th colspan="2">
+                            <b>javax.jdo.option.ConnectionDriverName</b>
+                        </th>
+                    </tr>
+                    <tr class="b">
+                        <td width="120">Description</td>
+                        <td>The name of the driver to use for the DB</td>
+                    </tr>
+                </table>
+                <br />
+                <table border="0" class="bodyTable">
+                    <tr class="a">
+                        <th colspan="2">
+                            <b>javax.jdo.option.ConnectionDriverURL</b>
+                        </th>
+                    </tr>
+                    <tr class="b">
+                        <td width="120">Description</td>
+                        <td>URL specifying the datastore to use for persistence</td>
+                    </tr>
+                </table>
+                <br />
+                <table border="0" class="bodyTable">
+                    <tr class="a">
+                        <th colspan="2">
+                            <b>javax.jdo.option.ConnectionUserName</b>
+                        </th>
+                    </tr>
+                    <tr class="b">
+                        <td width="120">Description</td>
+                        <td>Username to use for connecting to the DB</td>
+                    </tr>
+                </table>
+                <br />
+                <table border="0" class="bodyTable">
+                    <tr class="a">
+                        <th colspan="2">
+                            <b>javax.jdo.option.ConnectionPassword</b>
+                        </th>
+                    </tr>
+                    <tr class="b">
+                        <td width="120">Description</td>
+                        <td>Password to use for connecting to the DB</td>
+                    </tr>
+                </table>
+                <br />
+                <table border="0" class="bodyTable">
+                    <tr class="a">
+                        <th colspan="2">
+                            <b>javax.jdo.option.IgnoreCache</b>
+                        </th>
+                    </tr>
+                    <tr class="b">
+                        <td width="120">Description</td>
+                        <td>Whether to ignore the cache for queries</td>
+                    </tr>
+                    <tr class="a">
+                        <td>Range of Values</td>
+                        <td>true | false</td>
+                    </tr>
+                </table>
+                <br />
+                <table border="0" class="bodyTable">
+                    <tr class="a">
+                        <th colspan="2">
+                            <b>javax.jdo.option.Multithreaded</b>
+                        </th>
+                    </tr>
+                    <tr class="b">
+                        <td width="120">Description</td>
+                        <td>Whether to run the PersistenceManager multithreaded</td>
+                    </tr>
+                    <tr class="a">
+                        <td>Range of Values</td>
+                        <td>true | false</td>
+                    </tr>
+                </table>
+                <br />
+                <table border="0" class="bodyTable">
+                    <tr class="a">
+                        <th colspan="2">
+                            <b>javax.jdo.option.NontransactionalRead</b>
+                        </th>
+                    </tr>
+                    <tr class="b">
+                        <td width="120">Description</td>
+                        <td>Whether to allow nontransactional reads</td>
+                    </tr>
+                    <tr class="a">
+                        <td>Range of Values</td>
+                        <td>true | false</td>
+                    </tr>
+                </table>
+                <br />
+                <table border="0" class="bodyTable">
+                    <tr class="a">
+                        <th colspan="2">
+                            <b>javax.jdo.option.NontransactionalWrite</b>
+                        </th>
+                    </tr>
+                    <tr class="b">
+                        <td width="120">Description</td>
+                        <td>Whether to allow nontransactional writes</td>
+                    </tr>
+                    <tr class="a">
+                        <td>Range of Values</td>
+                        <td>true | false</td>
+                    </tr>
+                </table>
+                <br />
+                <table border="0" class="bodyTable">
+                    <tr class="a">
+                        <th colspan="2">
+                            <b>javax.jdo.option.Optimistic</b>
+                        </th>
+                    </tr>
+                    <tr class="b">
+                        <td width="120">Description</td>
+                        <td>Whether to use <a href="transactions.html">Optimistic transactions</a></td>
+                    </tr>
+                    <tr class="a">
+                        <td>Range of Values</td>
+                        <td>true | false</td>
+                    </tr>
+                </table>
+                <br />
+                <table border="0" class="bodyTable">
+                    <tr class="a">
+                        <th colspan="2">
+                            <b>javax.jdo.option.RetainValues</b>
+                        </th>
+                    </tr>
+                    <tr class="b">
+                        <td width="120">Description</td>
+                        <td>Whether to suppress the clearing of values from persistent instances on transaction
+                            completion</td>
+                    </tr>
+                    <tr class="a">
+                        <td>Range of Values</td>
+                        <td>true | false</td>
+                    </tr>
+                </table>
+                <br />
+                <table border="0" class="bodyTable">
+                    <tr class="a">
+                        <th colspan="2">
+                            <b>javax.jdo.option.RestoreValues</b>
+                        </th>
+                    </tr>
+                    <tr class="b">
+                        <td width="120">Description</td>
+                        <td>Whether persistent object have transactional field values restored when 
+                            transaction rollback occurs.</td>
+                    </tr>
+                    <tr class="a">
+                        <td>Range of Values</td>
+                        <td>true | false</td>
+                    </tr>
+                </table>
+                <br />
+                <table border="0" class="bodyTable">
+                    <tr class="a">
+                        <th colspan="2">
+                            <b>javax.jdo.option.Mapping</b>
+                        </th>
+                    </tr>
+                    <tr class="b">
+                        <td width="120">Description</td>
+                        <td>Name for the ORM MetaData mapping files to use with this PMF. For example if this is set to 
+                            &quot;mysql&quot; then the implementation looks for MetaData mapping files called 
+                            &quot;{classname}-mysql.orm&quot; or &quot;package-mysql.orm&quot;. If this is not specified then the JDO 
                             implementation assumes that all is specified in the JDO MetaData file.
-                            <i>ORM datastores only</i></td></tr></table><br></br><table class="bodyTable"><tr class="b"><th colspan="2">
-                            <B>javax.jdo.mapping.Catalog</B>
-                        </th></tr><tr class="a"><td width="120">Description</td><td>Name of the catalog to use by default for all classes persisted using this PMF.
+                            <i>ORM datastores only</i></td>
+                    </tr>
+                </table>
+                <br />
+                <table border="0" class="bodyTable">
+                    <tr class="a">
+                        <th colspan="2">
+                            <b>javax.jdo.mapping.Catalog</b>
+                        </th>
+                    </tr>
+                    <tr class="b">
+                        <td width="120">Description</td>
+                        <td>Name of the catalog to use by default for all classes persisted using this PMF.
                             This can be overridden in the MetaData where required, and is optional.
                             JPOX will prefix all table names with this catalog name if the RDBMS supports specification
                             of catalog names in DDL.
-                            <i>ORM datastores only</i></td></tr></table><br></br><table class="bodyTable"><tr class="b"><th colspan="2">
-                            <B>javax.jdo.mapping.Schema</B>
-                        </th></tr><tr class="a"><td width="120">Description</td><td>Name of the schema to use by default for all classes persisted using this PMF.
+                            <i>ORM datastores only</i></td>
+                    </tr>
+                </table>
+                <br />
+                <table border="0" class="bodyTable">
+                    <tr class="a">
+                        <th colspan="2">
+                            <b>javax.jdo.mapping.Schema</b>
+                        </th>
+                    </tr>
+                    <tr class="b">
+                        <td width="120">Description</td>
+                        <td>Name of the schema to use by default for all classes persisted using this PMF.
                             This can be overridden in the MetaData where required, and is optional.
                             JPOX will prefix all table names with this schema name if the RDBMS supports specification
                             of schema names in DDL.
-                            <i>ORM datastores only</i></td></tr></table><br></br><table class="bodyTable"><tr class="b"><th colspan="2"><B>javax.jdo.option.DetachAllOnCommit</B></th></tr><tr class="a"><td width="120">Description</td><td>Allows the user to select that when a transaction is committed all objects 
-                            enlisted in that transaction will be automatically detached.</td></tr><tr class="b"><td>Range of Values</td><td>true | <B>false</B></td></tr></table><br></br><table class="bodyTable"><tr class="a"><th colspan="2"><B>javax.jdo.option.CopyOnAttach</B></th></tr><tr class="b"><td width="120">Description</td><td>Whether, when attaching a detached object, we create an attached copy or simply
-                            migrate the detached object to attached state. This is from JDO 2.1</td></tr><tr class="a"><td>Range of Values</td><td><B>true</B> | false</td></tr></table><br></br><table class="bodyTable"><tr class="b"><th colspan="2"><B>javax.jdo.option.TransactionType</B></th></tr><tr class="a"><td width="120">Description</td><td>Type of transaction to use. If running under J2SE the default is RESOURCE_LOCAL, and
-                            if running under J2EE the default is JTA.</td></tr><tr class="b"><td>Range of Values</td><td>RESOURCE_LOCAL | JTA</td></tr></table><br></br><table class="bodyTable"><tr class="a"><th colspan="2"><B>javax.jdo.option.PersistenceUnitName</B></th></tr><tr class="b"><td width="120">Description</td><td>Name of the "persistence-unit" to use with this PMF. This borrows the 
-                            "persistence-unit" concept from JPA for use with JDO 2.1.</td></tr></table><br></br><table class="bodyTable"><tr class="a"><th colspan="2"><B>javax.jdo.option.ServerTimeZoneID</B></th></tr><tr class="b"><td width="120">Description</td><td>Id of the TimeZone under which the datastore server is running. 
+                            <i>ORM datastores only</i></td>
+                    </tr>
+                </table>
+                <br />
+                <table border="0" class="bodyTable">
+                    <tr class="a">
+                        <th colspan="2"><b>javax.jdo.option.DetachAllOnCommit</b></th>
+                    </tr>
+                    <tr class="b">
+                        <td width="120">Description</td>
+                        <td>Allows the user to select that when a transaction is committed all objects 
+                            enlisted in that transaction will be automatically detached.</td>
+                    </tr>
+                    <tr class="a">
+                        <td>Range of Values</td>
+                        <td>true | <b>false</b></td>
+                    </tr>
+                </table>
+                <br />
+                <table border="0" class="bodyTable">
+                    <tr class="a">
+                        <th colspan="2"><b>javax.jdo.option.CopyOnAttach</b></th>
+                    </tr>
+                    <tr class="b">
+                        <td width="120">Description</td>
+                        <td>Whether, when attaching a detached object, we create an attached copy or simply
+                            migrate the detached object to attached state. This is from JDO 2.1</td>
+                    </tr>
+                    <tr class="a">
+                        <td>Range of Values</td>
+                        <td><b>true</b> | false</td>
+                    </tr>
+                </table>
+                <br />
+                <table border="0" class="bodyTable">
+                    <tr class="a">
+                        <th colspan="2"><b>javax.jdo.option.TransactionType</b></th>
+                    </tr>
+                    <tr class="b">
+                        <td width="120">Description</td>
+                        <td>Type of transaction to use. If running under J2SE the default is RESOURCE_LOCAL, and
+                            if running under J2EE the default is JTA.</td>
+                    </tr>
+                    <tr class="a">
+                        <td>Range of Values</td>
+                        <td>RESOURCE_LOCAL | JTA</td>
+                    </tr>
+                </table>
+                <br />
+                <table border="0" class="bodyTable">
+                    <tr class="a">
+                        <th colspan="2"><b>javax.jdo.option.PersistenceUnitName</b></th>
+                    </tr>
+                    <tr class="b">
+                        <td width="120">Description</td>
+                        <td>Name of the &quot;persistence-unit&quot; to use with this PMF. This borrows the 
+                            &quot;persistence-unit&quot; concept from JPA for use with JDO 2.1.</td>
+                    </tr>
+                </table>
+                <br />
+                <table border="0" class="bodyTable">
+                    <tr class="a">
+                        <th colspan="2"><b>javax.jdo.option.ServerTimeZoneID</b></th>
+                    </tr>
+                    <tr class="b">
+                        <td width="120">Description</td>
+                        <td>Id of the TimeZone under which the datastore server is running. 
                             If this is not specified or is set to null it is assumed that the datastore server
-                            is running in the same timezone as the JVM under which the implementation is running.</td></tr></table><br></br><table class="bodyTable"><tr class="a"><th colspan="2"><B>javax.jdo.option.Name</B></th></tr><tr class="b"><td width="120">Description</td><td>Name of the PMF. This is for use with "named PMF" functionality in JDO 2.1</td></tr></table><br></br><table class="bodyTable"><tr class="a"><th colspan="2"><B>javax.jdo.option.ReadOnly</B></th></tr><tr class="b"><td width="120">Description</td><td>Whether this datastore should be treated as read only. Added in JDO 2.2</td></tr><tr class="a"><td>Range of Values</td><td>true | <b>false</b></td></tr></table><br></br><table class="bodyTable"><tr class="b"><th colspan="2"><B>javax.jdo.option.TransactionIsolationLevel</B></th></tr><tr class="a"><td width="120">Description</td><td>Isolation level to use for connections in the current transaction. Added in JDO 2.2</td></tr><tr class="b"><td>Range of Value
 s</td><td>none | read-committed | read-uncommitted | repeatable-read | snapshot | serializable</td></tr></table><br></br><br></br></div></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft">
-                Documentation published: <br></br>
-                  © 2005-2011 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html>
\ No newline at end of file
+                            is running in the same timezone as the JVM under which the implementation is running.</td>
+                    </tr>
+                </table>
+                <br />
+                <table border="0" class="bodyTable">
+                    <tr class="a">
+                        <th colspan="2"><b>javax.jdo.option.Name</b></th>
+                    </tr>
+                    <tr class="b">
+                        <td width="120">Description</td>
+                        <td>Name of the PMF. This is for use with &quot;named PMF&quot; functionality in JDO 2.1</td>
+                    </tr>
+                </table>
+                <br />
+                <table border="0" class="bodyTable">
+                    <tr class="a">
+                        <th colspan="2"><b>javax.jdo.option.ReadOnly</b></th>
+                    </tr>
+                    <tr class="b">
+                        <td width="120">Description</td>
+                        <td>Whether this datastore should be treated as read only. Added in JDO 2.2</td>
+                    </tr>
+                    <tr class="a">
+                        <td>Range of Values</td>
+                        <td>true | <b>false</b></td>
+                    </tr>
+                </table>
+                <br />
+                <table border="0" class="bodyTable">
+                    <tr class="a">
+                        <th colspan="2"><b>javax.jdo.option.TransactionIsolationLevel</b></th>
+                    </tr>
+                    <tr class="b">
+                        <td width="120">Description</td>
+                        <td>Isolation level to use for connections in the current transaction. Added in JDO 2.2</td>
+                    </tr>
+                    <tr class="a">
+                        <td>Range of Values</td>
+                        <td>none | read-committed | read-uncommitted | repeatable-read | snapshot | serializable</td>
+                    </tr>
+                </table>
+                <br />
+                <br />
+            </div>
+        </div>
+    
+
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">
+              Copyright &#169;                   2005-2013.
+          All Rights Reserved.      
+                    
+                  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Modified: websites/production/db/content/jdo/references.html
==============================================================================
--- websites/production/db/content/jdo/references.html (original)
+++ websites/production/db/content/jdo/references.html Tue Jan 15 06:29:01 2013
@@ -1,27 +1,275 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - References</title><style type="text/css" media="all">
-          @import url("./style/maven-base.css");
-          
-			    @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"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><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">Wh
 y 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_api.html">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.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"><a href="impls.html">Implementations</a></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="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</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="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="attach_detach.html">Attach-Detach</a></li><li class="none"><a href="fetchgroups.html">Fetch Groups</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="expanded"><a href="jdoql.html">JDOQL</a><ul><li class="none"><a href="jdoql_result.html">Result</a></li><li class="none"><a href="jdoql_methods.html">Methods</a></li><li class="none"><a href="jdoql_quickref.pdf">Quick Ref PDF</a></li></ul></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li c
 lass="none"><strong><a href="references.html">References</a></strong></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuArticles"><h5>Articles</h5><ul><li class="none"><a href="jdo_3_0_overview.html">JDO 3.0 Overview</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_References"></a><h2>JDO References</h2><div class="subsection"><a name="Articles"></a><h3>Articles</h3><p>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jan 15, 2013 -->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <title>Maven - 
+        References</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+      <meta name="author" content="JDO Documentation Team" />
+    <meta name="Date-Revision-yyyymmdd" content="20130115" />
+    <meta http-equiv="Content-Language" content="en" />
+        
+        </head>
+  <body class="composite">
+    <div id="banner">
+                                      <a href="./" id="bannerLeft">
+                                                <img src="images/JDOx150.gif" alt="Apache JDO" />
+                </a>
+                                            <a href="./" id="bannerRight">
+                                                <img src="images/jdo_text.gif" alt="Apache JDO" />
+                </a>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+            
+                    
+                  <div class="xright">                    <a href="http://wiki.apache.org/jdo" class="externalLink" title="Wiki">Wiki</a>
+            |
+                        <a href="http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10630" class="externalLink" title="Issue Tracker">Issue Tracker</a>
+            |
+                        <a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
+            |
+                        <a href="api30/apidocs/index.html" title="Latest Javadocs">Latest Javadocs</a>
+              
+                    
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+             
+                    
+                                <h5>General</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="index.html" title="Home">Home</a>
+            </li>
+                  <li class="none">
+                          <a href="why_jdo.html" title="Why JDO?">Why JDO?</a>
+            </li>
+                  <li class="none">
+                          <a href="jdo_v_jpa.html" title="JDO v JPA">JDO v JPA</a>
+            </li>
+                  <li class="none">
+                          <a href="jdo_v_jpa_api.html" title="JDO v JPA : API">JDO v JPA : API</a>
+            </li>
+                  <li class="none">
+                          <a href="jdo_v_jpa_orm.html" title="JDO v JPA : ORM">JDO v JPA : ORM</a>
+            </li>
+                  <li class="none">
+                          <a href="downloads.html" title="Downloads">Downloads</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="License">License</a>
+            </li>
+          </ul>
+                       <h5>JDO Implementation</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="specifications.html" title="Specifications">Specifications</a>
+            </li>
+                  <li class="none">
+                          <a href="tck.html" title="TCK">TCK</a>
+            </li>
+          </ul>
+                       <h5>JDO Usage</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="impls.html" title="Implementations">Implementations</a>
+            </li>
+                  <li class="none">
+                          <a href="javadoc.html" title="API Javadoc">API Javadoc</a>
+            </li>
+                  <li class="none">
+                          <a href="class_types.html" title="Types of Classes">Types of Classes</a>
+            </li>
+                  <li class="none">
+                          <a href="field_types.html" title="Types of Fields">Types of Fields</a>
+            </li>
+                                                                                                                          <li class="collapsed">
+                          <a href="metadata.html" title="MetaData">MetaData</a>
+                  </li>
+                  <li class="none">
+                          <a href="enhancement.html" title="Bytecode Enhancement">Bytecode Enhancement</a>
+            </li>
+                  <li class="none">
+                          <a href="jdohelper.html" title="JDOHelper">JDOHelper</a>
+            </li>
+                  <li class="none">
+                          <a href="pmf.html" title="PersistenceManagerFactory">PersistenceManagerFactory</a>
+            </li>
+                  <li class="none">
+                          <a href="pm.html" title="PersistenceManager">PersistenceManager</a>
+            </li>
+                  <li class="none">
+                          <a href="transactions.html" title="Transactions">Transactions</a>
+            </li>
+                  <li class="none">
+                          <a href="attach_detach.html" title="Attach-Detach">Attach-Detach</a>
+            </li>
+                  <li class="none">
+                          <a href="fetchgroups.html" title="Fetch Groups">Fetch Groups</a>
+            </li>
+                  <li class="none">
+                          <a href="state_transition.html" title="Object States">Object States</a>
+            </li>
+                  <li class="none">
+                          <a href="object_retrieval.html" title="Object Retrieval">Object Retrieval</a>
+            </li>
+                                                                                                  <li class="expanded">
+                          <a href="jdoql.html" title="JDOQL">JDOQL</a>
+                    <ul>
+                      <li class="none">
+                          <a href="jdoql_result.html" title="Result">Result</a>
+            </li>
+                      <li class="none">
+                          <a href="jdoql_methods.html" title="Methods">Methods</a>
+            </li>
+                      <li class="none">
+                          <a href="jdoql_quickref.pdf" title="Quick Ref PDF">Quick Ref PDF</a>
+            </li>
+              </ul>
+        </li>
+                  <li class="none">
+                          <a href="extents.html" title="Extents">Extents</a>
+            </li>
+                                                                                      <li class="collapsed">
+                          <a href="guides.html" title="Guides">Guides</a>
+                  </li>
+                  <li class="none">
+            <strong>References</strong>
+          </li>
+                  <li class="none">
+                          <a href="exceptions.html" title="Exceptions">Exceptions</a>
+            </li>
+                  <li class="none">
+                          <a href="glossary.html" title="Glossary">Glossary</a>
+            </li>
+          </ul>
+                       <h5>Articles</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="jdo_3_0_overview.html" title="JDO 3.0 Overview">JDO 3.0 Overview</a>
+            </li>
+          </ul>
+                       <h5>Community</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="get-involved.html" title="Get Involved">Get Involved</a>
+            </li>
+                  <li class="none">
+                          <a href="team-list.html" title="Project Team">Project Team</a>
+            </li>
+                  <li class="none">
+                          <a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
+            </li>
+                  <li class="none">
+                          <a href="faq.html" title="FAQ">FAQ</a>
+            </li>
+          </ul>
+                       <h5>Development</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="roadmap.html" title="RoadMap / TODO">RoadMap / TODO</a>
+            </li>
+                  <li class="none">
+                          <a href="svn.html" title="Source Code">Source Code</a>
+            </li>
+                  <li class="none">
+                          <a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="Coding Standards">Coding Standards</a>
+            </li>
+                  <li class="none">
+                          <a href="issuetracking.html" title="Issue Tracking">Issue Tracking</a>
+            </li>
+                  <li class="none">
+                          <a href="dependencies.html" title="Dependencies">Dependencies</a>
+            </li>
+          </ul>
+                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+                   
+                    
+            </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <!-- 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. -->
+    
+    <div class="section"><h2>JDO References<a name="JDO_References"></a></h2>
+        <div class="section"><h3>Articles<a name="Articles"></a></h3>
+            <p>
             There have been several articles about JDO on various websites. Some are listed below
-            </p><ul>
-            <li>SUN : <a target="_blank" href="http://java.sun.com/products/jdo/" class="externalLink" title="External Link">JDO Web Site</a></li>
-            <li>SUN : <a target="_blank" href="http://java.sun.com/developer/technicalArticles/J2SE/jdo/" class="externalLink" title="External Link">Getting started with JDO</a></li>
-            <li>TheServerSide.com : <a href="http://www.theserverside.com/discussions/thread.tss?thread_id=771" class="externalLink" title="External Link">discussion on JDO and Entity Beans</a></li>
-            <li>TheServerSide.com : <a target="_blank" href="http://www.theserverside.com/articles/article.tss?l=JDOQueryPart1" class="externalLink" title="External Link">JDO 2 Queries - Methods, Paging, Unbound Variables</a></li>
-            <li>TheServerSide.com : <a target="_blank" href="http://www.theserverside.com/articles/article.tss?l=JDOQueryPart2" class="externalLink" title="External Link">JDO 2 Queries - Projections, Aggregates</a></li>
-            <li>DevX.com : <a target="_blank" href="http://www.devx.com/java/article/16373/" class="externalLink" title="External Link">JDO brings DB Programming into 21st Century Despite Controversy</a> by Dirk Bartels</li>
-            <li><a target="_blank" href="http://www.mainejug.org/jug/meetings/010829/index.htm" class="externalLink" title="External Link">Java Data Objects</a> by David Ezzio</li>
-			<li><a target="_blank" href="http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0506bhogal/" class="externalLink" title="External Link">Introduction to JDO2 using JPOX and DB2</a></li>
-            <li><a target="_blank" href="http://db.apache.org/derby/integrate/JPOX_Derby.html" class="externalLink" title="External Link">Using JPOX with Apache Derby</a></li>
-            </ul><br></br></div><div class="subsection"><a name="Books"></a><h3>Books</h3><p>
+            </p>
+            <ul>
+            <li>SUN : <a class="externalLink" href="http://java.sun.com/products/jdo/" target="_blank">JDO Web Site</a></li>
+            <li>SUN : <a class="externalLink" href="http://java.sun.com/developer/technicalArticles/J2SE/jdo/" target="_blank">Getting started with JDO</a></li>
+            <li>TheServerSide.com : <a class="externalLink" href="http://www.theserverside.com/discussions/thread.tss?thread_id=771">discussion on JDO and Entity Beans</a></li>
+            <li>TheServerSide.com : <a class="externalLink" href="http://www.theserverside.com/articles/article.tss?l=JDOQueryPart1" target="_blank">JDO 2 Queries - Methods, Paging, Unbound Variables</a></li>
+            <li>TheServerSide.com : <a class="externalLink" href="http://www.theserverside.com/articles/article.tss?l=JDOQueryPart2" target="_blank">JDO 2 Queries - Projections, Aggregates</a></li>
+            <li>DevX.com : <a class="externalLink" href="http://www.devx.com/java/article/16373/" target="_blank">JDO brings DB Programming into 21st Century Despite Controversy</a> by Dirk Bartels</li>
+            <li><a class="externalLink" href="http://www.mainejug.org/jug/meetings/010829/index.htm" target="_blank">Java Data Objects</a> by David Ezzio</li>
+			<li><a class="externalLink" href="http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0506bhogal/" target="_blank">Introduction to JDO2 using JPOX and DB2</a></li>
+            <li><a class="externalLink" href="http://db.apache.org/derby/integrate/JPOX_Derby.html" target="_blank">Using JPOX with Apache Derby</a></li>
+            </ul>
+            <br />
+        </div>
+
+        <div class="section"><h3>Books<a name="Books"></a></h3>
+            <p>
             A number of books covering JDO are available. Some are listed below
-            </p><ul>
-            <li><a href="http://www.oreilly.com/catalog/jvadtaobj/" class="externalLink" title="External Link">
+            </p>
+            <ul>
+            <li><a class="externalLink" href="http://www.oreilly.com/catalog/jvadtaobj/">
                 <u>Java Data Objects</u></a> by Craig Russell and David Jordan. Publisher: O'Reilly
             </li> 
-            <li><a href="http://www.phptr.com/bookstore/product.asp?isbn=0131407317&amp;rl=1" class="externalLink" title="External Link">
+            <li><a class="externalLink" href="http://www.phptr.com/bookstore/product.asp?isbn=0131407317&amp;rl=1">
             <u>Core Java Data Objects</u></a> by Sameer Tyagi, Michael Vorburger, Keiron McCammon, Heiko Bobzin. Publisher: Prentice Hall
             </li>
-            </ul><br></br></div></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft">
-                Documentation published: <br></br>
-                  © 2005-2011 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html>
\ No newline at end of file
+            </ul>      
+            <br />
+        </div>
+
+</div>
+
+
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">
+              Copyright &#169;                   2005-2013.
+          All Rights Reserved.      
+                    
+                  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Modified: websites/production/db/content/jdo/releases/release-2.0-beta.cgi
==============================================================================
--- websites/production/db/content/jdo/releases/release-2.0-beta.cgi (original)
+++ websites/production/db/content/jdo/releases/release-2.0-beta.cgi Tue Jan 15 06:29:01 2013
@@ -1,23 +1,23 @@
-#!/bin/sh
-
-# Copyright 2002-2004 The Apache Software Foundation or its licensors,
-# as applicable.
-#
-# Licensed 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.
-
-# Wrapper script around mirrors.cgi script
-# (we must change to that directory in order for python to pick up the
-#  python includes correctly)
-# Copied from Stefan's http://www.apache.org/~bodewig/mirror.html
-cd /www/www.apache.org/dyn/mirrors 
-/www/www.apache.org/dyn/mirrors/mirrors.cgi $*
+#!/bin/sh
+
+# Copyright 2002-2004 The Apache Software Foundation or its licensors,
+# as applicable.
+#
+# Licensed 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.
+
+# Wrapper script around mirrors.cgi script
+# (we must change to that directory in order for python to pick up the
+#  python includes correctly)
+# Copied from Stefan's http://www.apache.org/~bodewig/mirror.html
+cd /www/www.apache.org/dyn/mirrors 
+/www/www.apache.org/dyn/mirrors/mirrors.cgi $*