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>