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/14 08:43:17 UTC

svn commit: r1631639 - /isis/site/trunk/content/reference/services.md

Author: danhaywood
Date: Tue Oct 14 06:43:16 2014
New Revision: 1631639

URL: http://svn.apache.org/r1631639
Log:
applib services

Modified:
    isis/site/trunk/content/reference/services.md

Modified: isis/site/trunk/content/reference/services.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/reference/services.md?rev=1631639&r1=1631638&r2=1631639&view=diff
==============================================================================
--- isis/site/trunk/content/reference/services.md (original)
+++ isis/site/trunk/content/reference/services.md Tue Oct 14 06:43:16 2014
@@ -118,18 +118,18 @@ The services listed here are those whose
     <td>can replace by explicitly registering different implementation in isis.properties</td>
 </tr>
 <tr>
-    <th class="heading">o.a.i.applib.services.publish<br/>PublishingService</th>
+    <th class="heading">o.a.i.applib.services.publish<br/>EventSerializer</th>
     <td>g:org.isisaddons.module.publishing<br/>a:isis-module-publishing</td>
-    <td>PublishingService</td>
+    <td>RestfulObjectsSpecEventSerializer</td>
     <td>Yes; auto-registered</td>
-    <td>related services: PublishingServiceContributions, PublishingServiceRepository (@DomainService); <br/>depends on: EventSerializer</td>
+    <td>can replace by explicitly registering different implementation in isis.properties</td>
 </tr>
 <tr>
-    <th class="heading">o.a.i.applib.services.publish<br/>EventSerializer</th>
+    <th class="heading">o.a.i.applib.services.publish<br/>PublishingService</th>
     <td>g:org.isisaddons.module.publishing<br/>a:isis-module-publishing</td>
-    <td>RestfulObjectsSpecEventSerializer</td>
+    <td>PublishingService</td>
     <td>Yes; auto-registered</td>
-    <td></td>
+    <td>related services: PublishingServiceContributions, PublishingServiceRepository (@DomainService); <br/>depends on: EventSerializer</td>
 </tr>
 <tr>
     <th class="heading">o.a.i.applib.services.queryresultscache<br/>QueryResultsCache</th>