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/11/21 17:10:38 UTC

svn commit: r929993 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/reference/services/bookmark-service.html

Author: buildbot
Date: Fri Nov 21 16:10:38 2014
New Revision: 929993

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/reference/services/bookmark-service.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Nov 21 16:10:38 2014
@@ -1 +1 @@
-1640767
+1640949

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Nov 21 16:10:38 2014
@@ -1 +1 @@
-1640767
+1640949

Modified: websites/staging/isis/trunk/content/reference/services/bookmark-service.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/services/bookmark-service.html (original)
+++ websites/staging/isis/trunk/content/reference/services/bookmark-service.html Fri Nov 21 16:10:38 2014
@@ -464,12 +464,7 @@ public interface BookmarkService {
 
 <h2>Register the Service</h2>
 
-<p>Register this service in <code>isis.properties</code>, eg:</p>
-
-<pre><code>isis.services=...,\
-              org.apache.isis.core.metamodel.services.bookmarks.BookmarkServiceDefault,\
-              ...
-</code></pre>
+<p>The <code>BookmarkServiceDefault</code> is automatically registered with the framework (it is annotated with <code>@DomainService</code>) so there is no need to explicitly register the service.</p>