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 2013/03/28 09:45:28 UTC

svn commit: r856285 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/core/services/publishing-service.html

Author: buildbot
Date: Thu Mar 28 08:45:28 2013
New Revision: 856285

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/core/services/publishing-service.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Mar 28 08:45:28 2013
@@ -1 +1 @@
-1461990
+1461991

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Mar 28 08:45:28 2013
@@ -1 +1 @@
-1461990
+1461991

Modified: websites/staging/isis/trunk/content/core/services/publishing-service.html
==============================================================================
--- websites/staging/isis/trunk/content/core/services/publishing-service.html (original)
+++ websites/staging/isis/trunk/content/core/services/publishing-service.html Thu Mar 28 08:45:28 2013
@@ -369,7 +369,9 @@ isis.services=<i>...other services...</i
   }
 </pre>
 
-<p>The default <code>PublishingService</code> (or indeed any implementation) can be configured to run with a different <code>EventSerializer</code> by configuring the serializer implementation in the <code>isis.properties</code> file.  One alternative serializer is described next.</p>
+<p>The default <code>PublishingService</code> (or indeed any implementation) can be configured to run with a different <code>EventSerializer</code> by configuring the serializer implementation in the <code>isis.properties</code> file. </p>
+
+<h3>Alternative Implementations</h3>
 
 <p>An alternative implementation of the <code>PublishingService</code> is provided by the <a href="../../components/objectstores/jdo/publishing-service-jdo.html">JDO Objectstore</a>.  This implementation persists the events to a table.</p>