You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2014/10/26 16:47:28 UTC

svn commit: r1634359 - /isis/site/trunk/content/documentation.md

Author: danhaywood
Date: Sun Oct 26 15:47:27 2014
New Revision: 1634359

URL: http://svn.apache.org/r1634359
Log:
reorganizing doc page

Modified:
    isis/site/trunk/content/documentation.md

Modified: isis/site/trunk/content/documentation.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/documentation.md?rev=1634359&r1=1634358&r2=1634359&view=diff
==============================================================================
--- isis/site/trunk/content/documentation.md (original)
+++ isis/site/trunk/content/documentation.md Sun Oct 26 15:47:27 2014
@@ -220,6 +220,72 @@ For both:
 }
 
 
+{row
+
+{col-md-12
+## <a name="jdo-objectstore">Core Object Store</a>
+
+<i>previously released as the JDO/DataNucleus Objectstore component (v[1.5.0](components/objectstores/jdo/release-notes/about.html)), now part of Core</i>
+
+}
+
+
+{col-md-4
+
+#### <a name="jdo-objectstore-about">About</a>
+<p class="display:none"/>
+
+* [About](components/objectstores/jdo/about.html)
+
+#### <a name="jdo-objectstore-configuration">JDO/Isis Configuration</a>
+
+* [`persistence.xml` file](components/objectstores/jdo/persistence_xml.html)
+* [Eagerly Registering Entity Types](components/objectstores/jdo/eagerly-registering-entities.html)
+* [Disabling persistence-by-reachability](components/objectstores/jdo/disabling-persistence-by-reachability.html)
+* [Enabling Logging](components/objectstores/jdo/enabling-logging.html)
+* [Using a JNDI Datasource](components/objectstores/jdo/using-jndi-datasource.html)
+
+####  <a name="jdo-objectstore-jdo-services">JDO services</a>
+<p class="display:none"/>
+
+* [Using the `IsisJdoSupport` service](components/objectstores/jdo/services/isisjdosupport-service.html)
+
+}
+
+{col-md-4
+
+
+####  <a name="jdo-objectstore-jdo-mapping-hints">JDO (Mapping) Hints</a>
+<p class="display:none"/>
+
+* [Mapping Mandatory and Optional Properties](components/objectstores/jdo/mapping-mandatory-and-optional-properties.html)
+* [Mapping JODA Dates](components/objectstores/jdo/mapping-joda-dates.html)
+* [Mapping BigDecimals](components/objectstores/jdo/mapping-bigdecimals.html)
+* [Mapping Blobs](components/objectstores/jdo/mapping-blobs.html)
+* [Managed 1:m bidirectional relationships](components/objectstores/jdo/managed-1-to-m-relationships.html)
+* [Lazy Loading](components/objectstores/jdo/lazy-loading.html)
+
+}
+
+{col-md-4
+####  <a name="jdo-objectstore-jdoother-hints">Other Hints</a>
+
+* [Transaction Management](components/objectstores/jdo/transaction-management.html)
+* [Deploying on the Google App Engine](components/objectstores/jdo/deploying-on-the-google-app-engine.html)
+* [`IsisConfigurationForJdoIntegTests`](components/objectstores/jdo/IsisConfigurationForJdoIntegTests.html)
+* [Using Maven with DataNucleus plugin](components/objectstores/jdo/datanucleus-and-maven.html) (prior to 1.4.0)
+
+
+####  <a name="other-core-objectstore-implementations">Other Core Implementations</a>
+
+* [In-memory Object Store](core/inmemory-objectstore.html) [stub]
+  
+  
+}
+
+}
+
+
 
 
 
@@ -325,6 +391,8 @@ For both:
 }
 
 
+
+
 {row
 
 {col-md-12
@@ -501,72 +569,6 @@ Co-ordinate sharing of information acros
 }
 
 
-{row
-
-{col-md-12
-## <a name="jdo-objectstore">Core Object Store</a>
-
-<i>previously released as the JDO/DataNucleus Objectstore component (v[1.5.0](components/objectstores/jdo/release-notes/about.html)), now part of Core</i>
-
-}
-
-
-{col-md-4
-
-#### <a name="jdo-objectstore-about">About</a>
-<p class="display:none"/>
-
-* [About](components/objectstores/jdo/about.html)
-
-#### <a name="jdo-objectstore-configuration">JDO/Isis Configuration</a>
-
-* [`persistence.xml` file](components/objectstores/jdo/persistence_xml.html)
-* [Eagerly Registering Entity Types](components/objectstores/jdo/eagerly-registering-entities.html)
-* [Disabling persistence-by-reachability](components/objectstores/jdo/disabling-persistence-by-reachability.html)
-* [Enabling Logging](components/objectstores/jdo/enabling-logging.html)
-* [Using a JNDI Datasource](components/objectstores/jdo/using-jndi-datasource.html)
-
-####  <a name="jdo-objectstore-jdo-services">JDO services</a>
-<p class="display:none"/>
-
-* [Using the `IsisJdoSupport` service](components/objectstores/jdo/services/isisjdosupport-service.html)
-
-}
-
-{col-md-4
-
-
-####  <a name="jdo-objectstore-jdo-mapping-hints">JDO (Mapping) Hints</a>
-<p class="display:none"/>
-
-* [Mapping Mandatory and Optional Properties](components/objectstores/jdo/mapping-mandatory-and-optional-properties.html)
-* [Mapping JODA Dates](components/objectstores/jdo/mapping-joda-dates.html)
-* [Mapping BigDecimals](components/objectstores/jdo/mapping-bigdecimals.html)
-* [Mapping Blobs](components/objectstores/jdo/mapping-blobs.html)
-* [Managed 1:m bidirectional relationships](components/objectstores/jdo/managed-1-to-m-relationships.html)
-* [Lazy Loading](components/objectstores/jdo/lazy-loading.html)
-
-}
-
-{col-md-4
-####  <a name="jdo-objectstore-jdoother-hints">Other Hints</a>
-
-* [Transaction Management](components/objectstores/jdo/transaction-management.html)
-* [Deploying on the Google App Engine](components/objectstores/jdo/deploying-on-the-google-app-engine.html)
-* [`IsisConfigurationForJdoIntegTests`](components/objectstores/jdo/IsisConfigurationForJdoIntegTests.html)
-* [Using Maven with DataNucleus plugin](components/objectstores/jdo/datanucleus-and-maven.html) (prior to 1.4.0)
-
-
-####  <a name="other-core-objectstore-implementations">Other Core Implementations</a>
-
-* [In-memory Object Store](core/inmemory-objectstore.html) [stub]
-  
-  
-}
-
-}
-
-
 
 {row