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/25 12:44:59 UTC

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

Author: buildbot
Date: Sat Oct 25 10:44:59 2014
New Revision: 926795

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 Sat Oct 25 10:44:59 2014
@@ -1 +1 @@
-1634209
+1634210

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Oct 25 10:44:59 2014
@@ -1 +1 @@
-1634209
+1634210

Modified: websites/staging/isis/trunk/content/documentation.html
==============================================================================
--- websites/staging/isis/trunk/content/documentation.html (original)
+++ websites/staging/isis/trunk/content/documentation.html Sat Oct 25 10:44:59 2014
@@ -556,6 +556,67 @@
 <p><div class="row">
 <div class="col-md-12"></p>
 
+<h2><a name="core-domain-services">Core Domain Services</a></h2>
+
+<p>Commonly-used domain services to use within your app, implemented in Isis core.  Some implement API defined in the applib; see <a href="./reference/services.html">summary</a>.
+</div>
+</div>
+<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/exception-recognizers.html">Exception Recognizers</a> <a href="components/objectstores/jdo/services/exception-recognizers-jdo.html">Impl</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>
+
+<h4><a name="domain-services-information-sharing">Commands/Background</a></h4>
+
+<p>Context in which actions invoked, infrastructure to run actions in background.</p>
+
+<ul>
+<li><a href="./reference/services/command-context.html">Command Context</a> <a href="./reference/services/command-context.html#screencast"><img src="./images/tv_show-25.png"></a></li>
+<li><a href="./reference/services/background-service.html">Background Service</a></li>
+</ul>
+
+<h4><a name="domain-services-information-sharing">Information sharing</a></h4>
+
+<p>Co-ordinate sharing of information across multiple objects/interactions</p>
+
+<ul>
+<li><a href="./reference/services/scratchpad.html">Scratchpad</a></li>
+<li><a href="./reference/services/bulk-interaction.html">Bulk.Interaction</a></li>
+<li><a href="./reference/services/query-results-cache.html">QueryResultsCache</a>
+</div>
+<div class="col-md-4"></li>
+</ul>
+
+<h4><a name="domain-services-bookmark-memento">Bookmarks and mementos</a></h4>
+
+<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>
+</div>
+</div></li>
+</ul>
+
+<p><div class="row">
+<div class="col-md-12"></p>
+
 <h2><a name="how-tos">How-tos (programming model)</a></h2>
 
 <p></div>
@@ -761,67 +822,6 @@
 <p><div class="row">
 <div class="col-md-12"></p>
 
-<h2><a name="core-domain-services">Core Domain Services</a></h2>
-
-<p>Commonly-used domain services to use within your app, implemented in Isis core.  Some implement API defined in the applib; see <a href="./reference/services.html">summary</a>.
-</div>
-</div>
-<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/exception-recognizers.html">Exception Recognizers</a> <a href="components/objectstores/jdo/services/exception-recognizers-jdo.html">Impl</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>
-
-<h4><a name="domain-services-information-sharing">Commands/Background</a></h4>
-
-<p>Context in which actions invoked, infrastructure to run actions in background.</p>
-
-<ul>
-<li><a href="./reference/services/command-context.html">Command Context</a> <a href="./reference/services/command-context.html#screencast"><img src="./images/tv_show-25.png"></a></li>
-<li><a href="./reference/services/background-service.html">Background Service</a></li>
-</ul>
-
-<h4><a name="domain-services-information-sharing">Information sharing</a></h4>
-
-<p>Co-ordinate sharing of information across multiple objects/interactions</p>
-
-<ul>
-<li><a href="./reference/services/scratchpad.html">Scratchpad</a></li>
-<li><a href="./reference/services/bulk-interaction.html">Bulk.Interaction</a></li>
-<li><a href="./reference/services/query-results-cache.html">QueryResultsCache</a>
-</div>
-<div class="col-md-4"></li>
-</ul>
-
-<h4><a name="domain-services-bookmark-memento">Bookmarks and mementos</a></h4>
-
-<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>
-</div>
-</div></li>
-</ul>
-
-<p><div class="row">
-<div class="col-md-12"></p>
-
 <h2><a name="modules">Add-on Modules/Services</a></h2>
 
 <p>Optional supporting modules to use within your app, with implementations in <a href="http://www.isisaddons.org">Isis addons</a>.  Some modules implement interfaces defined in Isis applib (eg auditing), others are standalone (eg excel and tags).</p>