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

svn commit: r926902 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/documentation.html

Author: buildbot
Date: Sun Oct 26 14:51:35 2014
New Revision: 926902

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/documentation.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Oct 26 14:51:35 2014
@@ -1 +1 @@
-1634343
+1634344

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Oct 26 14:51:35 2014
@@ -1 +1 @@
-1634343
+1634344

Modified: websites/staging/isis/trunk/content/documentation.html
==============================================================================
--- websites/staging/isis/trunk/content/documentation.html (original)
+++ websites/staging/isis/trunk/content/documentation.html Sun Oct 26 14:51:35 2014
@@ -489,7 +489,7 @@
 </div>
 <div class="row">
 <div class="col-md-12">
-<h2><a name="core">Core <a href="core/release-notes/about.html">1.7.0</a></a></h2></li>
+<h2><a name="core">Core Concepts <a href="core/release-notes/about.html">1.7.0</a></a></h2></li>
 </ul>
 
 <p></div>
@@ -500,7 +500,14 @@
 <h4><a name="reference-config">Config</a></h4>
 
 <ul>
-<li><a href="./reference/configuration-files.html">Configuration Files</a>
+<li><a href="./reference/configuration-files.html">Configuration Files</a></li>
+</ul>
+
+<h4><a name="core-modules-common">Fundamental Domain Services</a></h4>
+
+<ul>
+<li><a href="./reference/DomainObjectContainer.html">DomainObjectContainer interface</a></li>
+<li><a href="./reference/services/ClockService.html">ClockService</a>
 </div></li>
 </ul>
 
@@ -512,26 +519,17 @@
 <li><a href="./reference/recognized-annotations/about.html">Recognized Annotations</a></li>
 <li><a href="./reference/deployment-type.html">Deployment Types</a></li>
 <li><a href="./reference/Recognized-Methods-and-Prefixes.html">Recognized Methods</a></li>
-<li><a href="./reference/object-lifecycle-callbacks.html">Lifecycle callbacks</a></li>
-<li><a href="./reference/value-types.html">Value types</a></li>
 </ul>
 
 <h4><a name="reference-supporting-features">Supporting features</a></h4>
 
 <ul>
 <li><a href="./reference/Security.html">Security</a></li>
-<li><a href="./reference/Utility.html">Applib utility classes</a></li>
-<li><a href="./reference/Event.html">Applib Events</a>
+<li><a href="./reference/Utility.html">Applib utility classes</a>
 </div>
 <div class="col-md-4"></li>
 </ul>
 
-<h4><a name="reference-non-ui-execution">Non-UI execution</a></h4>
-
-<ul>
-<li><a href="./reference/non-ui/isis-session-template.html">IsisSessionTemplate</a></li>
-</ul>
-
 <p></div>
 </div></p>
 
@@ -546,23 +544,8 @@
 <div class="row">
 <div class="col-md-4"></p>
 
-<h4><a name="core-modules-common">Fundamentals</a></h4>
-
-<ul>
-<li><a href="./reference/DomainObjectContainer.html">DomainObjectContainer interface</a></li>
-<li><a href="./reference/services/ClockService.html">ClockService</a></li>
-<li><a href="reference/services/wrapper-factory.html">Wrapper Factory</a></li>
-</ul>
-
-<h4><a name="domain-services-event-bus">Event Bus</a></h4>
-
-<p>Decouple business logic across modules using intra-process publish/subscribe </p>
-
-<ul>
-<li><a href="./reference/services/event-bus-service.html">EventBusService API</a> <a href="components/objectstores/jdo/services/event-bus-service-jdo.html">Impl</a>
-</div>
-<div class="col-md-4"></li>
-</ul>
+<p></div>
+<div class="col-md-4"></p>
 
 <h4><a name="domain-services-information-sharing">Commands/Background</a></h4>
 
@@ -590,7 +573,13 @@
 <ul>
 <li><a href="./reference/services/bookmark-service.html">Bookmark Service</a></li>
 <li><a href="./reference/services/memento-service.html">Memento Service</a></li>
-<li><a href="./reference/services/xmlsnapshot-service.html">XmlSnapshot Service</a>
+<li><a href="./reference/services/xmlsnapshot-service.html">XmlSnapshot Service</a></li>
+</ul>
+
+<h4><a name="reference-non-ui-execution">Non-UI execution</a></h4>
+
+<ul>
+<li><a href="./reference/non-ui/isis-session-template.html">IsisSessionTemplate</a>
 </div>
 </div></li>
 </ul>
@@ -703,6 +692,21 @@
 <div class="row">
 <div class="col-md-4"></p>
 
+<h4><a name="core-modules-common">WrapperFactory</a></h4>
+
+<ul>
+<li><a href="reference/services/wrapper-factory.html">Wrapper Factory</a></li>
+<li><a href="./reference/Event.html">Applib Events</a></li>
+</ul>
+
+<h4><a name="domain-services-event-bus">Event Bus</a></h4>
+
+<p>Decouple business logic across modules using intra-process publish/subscribe </p>
+
+<ul>
+<li><a href="./reference/services/event-bus-service.html">EventBusService API</a> <a href="components/objectstores/jdo/services/event-bus-service-jdo.html">Impl</a></li>
+</ul>
+
 <h4><a name="more-advanced-topics-idioms-and-patterns">Idioms and patterns</a></h4>
 
 <ul>
@@ -735,12 +739,11 @@
 <li><a href="./more-advanced-topics/how-to-04-020-How-to-make-a-derived-collection.html">Derived collection</a></li>
 <li><a href="./more-advanced-topics/how-to-04-030-How-to-inline-the-results-of-a-query-only-repository-action.html">Inlining query-only repository action</a></li>
 <li><a href="./more-advanced-topics/how-to-04-040-How-to-trigger-other-behaviour-when-a-property-is-changed.html">Trigger on property change</a></li>
-<li><a href="./more-advanced-topics/how-to-04-050-How-to-trigger-other-behaviour-when-an-object-is-added-or-removed.html">Trigger on collection change</a></li>
+<li><a href="./more-advanced-topics/how-to-04-050-How-to-trigger-other-behaviour-when-an-object-is-added-or-removed.html">Trigger on collection change</a>
+</div>
+<div class="col-md-4"></li>
 </ul>
 
-<p></div>
-<div class="col-md-4"></p>
-
 <h4><a name="more-advanced-topics-error-handling">Error handling</a></h4>
 
 <ul>
@@ -779,6 +782,13 @@
 <li><a href="more-advanced-topics/metamodel-finetuning-the-programming-model.html">Finetuning the Programming Model</a></li>
 </ul>
 
+<h4><a name="more-advanced-topics-other">Other</a></h4>
+
+<ul>
+<li><a href="./reference/object-lifecycle-callbacks.html">Lifecycle callbacks</a></li>
+<li><a href="./reference/value-types.html">Value types</a></li>
+</ul>
+
 <h4><a name="core-dev-support">Support for testing</a></h4>
 
 <p><p class="display:none"/></p>