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/02/14 09:20:20 UTC

svn commit: r897870 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/more-advanced-topics/ content/reference/ content/reference/services/

Author: buildbot
Date: Fri Feb 14 08:20:19 2014
New Revision: 897870

Log:
Staging update by buildbot for isis

Added:
    websites/staging/isis/trunk/content/reference/deployment-type.html
Removed:
    websites/staging/isis/trunk/content/more-advanced-topics/deployment-type.html
Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/documentation.html
    websites/staging/isis/trunk/content/reference/services/developer-utilities-service.html
    websites/staging/isis/trunk/content/reference/services/memento-service.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Feb 14 08:20:19 2014
@@ -1 +1 @@
-1568212
+1568215

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Feb 14 08:20:19 2014
@@ -1 +1 @@
-1568212
+1568215

Modified: websites/staging/isis/trunk/content/documentation.html
==============================================================================
--- websites/staging/isis/trunk/content/documentation.html (original)
+++ websites/staging/isis/trunk/content/documentation.html Fri Feb 14 08:20:19 2014
@@ -455,7 +455,6 @@
 <h4>Prototyping tips</h4>
 
 <ul>
-<li><a href="more-advanced-topics/deployment-type.html">Deployment Types</a></li>
 <li><a href="./more-advanced-topics/03-Fixtures-and-SwitchUser.html">Fixtures</a></li>
 <li><a href="./more-advanced-topics/how-to-09-030-How-to-use-a-generic-repository.html">Generic repository</a></li>
 </ul>
@@ -637,6 +636,7 @@
 <h4>Reference</h4>
 
 <ul>
+<li><a href="./reference/deployment-type.html">Deployment Types</a></li>
 <li><a href="./reference/Recognized-Methods-and-Prefixes.html">Recognized Methods</a></li>
 <li><a href="./reference/recognized-annotations/about.html">Annotations</a></li>
 <li><a href="./reference/object-lifecycle-callbacks.html">Lifecycle callbacks</a></li>

Added: websites/staging/isis/trunk/content/reference/deployment-type.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/deployment-type.html (added)
+++ websites/staging/isis/trunk/content/reference/deployment-type.html Fri Feb 14 08:20:19 2014
@@ -0,0 +1,438 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+
+    <meta charset="utf-8">
+      <title>Deployment Types and Component Defaults
</title>
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
+    <!--[if lt IE 9]>
+      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+    <![endif]-->
+
+    
+    <!-- Le styles -->
+    <link href="./../bootstrap-3.0.0/css/bootstrap.css" rel="stylesheet">
+    <link href="./../prettify.css" rel="stylesheet">
+
+    <style type="text/css">
+        body {
+          padding-top: 60px;
+        }
+        .sprite {
+            display: inline-block;
+            height: 20px;
+            margin: 0 auto 4px;
+            outline: medium none;
+            text-indent: -999em;
+            width: 24px;
+            background-image: url('./../images/sprites.png');
+            background-repeat: no-repeat;
+            overflow: hidden;
+            cursor: pointer;
+        }
+        .edit-page {
+            display: inline-block;
+            height: 20px;
+            margin: 0 auto 4px;
+            outline: medium none;
+            text-indent: -999em;
+            width: 24px;
+            background-image: url('./../images/edit.png');
+            background-repeat: no-repeat;
+            overflow: hidden;
+            cursor: pointer;
+        }
+        .fb-share {
+            background-position: 0px -40px;
+        }
+        .gp-share {
+            background-position: 0px 0px;
+        }
+        .tw-share {
+            background-position: 0px -80px;
+        }
+        .markdown-content {
+            min-height: 500px;
+        }
+        .book-image img {
+          border: 1px;
+          border-style: solid;
+        }
+        .release-matrix .heading {
+            background-color: #eeeeee;
+        }
+        .release-matrix .new {
+            color: #dd0000;
+            font-weight: bolder;
+        }
+        .stub,.note {
+            position: relative;
+            padding: 7px 15px;
+            margin-bottom: 18px;
+            color: #404040;
+            background-color: #eedc94;
+            background-repeat: repeat-x;
+            background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
+            background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
+            background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
+            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
+            background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
+            background-image: -o-linear-gradient(top, #fceec1, #eedc94);
+            background-image: linear-gradient(top, #fceec1, #eedc94);
+            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
+            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+            border-color: #eedc94 #eedc94 #e4c652;
+            border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
+            text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
+            border-width: 1px;
+            border-style: solid;
+            -webkit-border-radius: 4px;
+            -moz-border-radius: 4px;
+            border-radius: 4px;
+            -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
+            -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
+            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
+        }
+        
+        div.XXXisis-tweak form {
+            margin-top: 6px;
+            margin-bottom: -2px;
+        }
+        
+        div.row div.col-md-12 {
+          border-top: 1px solid #eeeeee;
+        }
+        
+        
+        /* Isis specific stuff */
+
+        .container {
+          width: 940px;
+        }
+
+        .markdown-content .documentation .span-one-third p {
+          margin-bottom: 0px;
+        }
+
+        .markdown-content .documentation .group {
+          margin-top: 9px;
+        }
+
+        .documentation .group h2 {
+          border-bottom: 1px solid #DDD
+        }
+        .documentation h2 a,
+        .documentation h3 a,
+        .documentation h4 a {
+          /* same as code style */
+          padding: 0 3px 2px;
+          font-family: Monaco, Andale Mono, Courier New, monospace;
+          font-size: 12px;
+          -webkit-border-radius: 3px;
+          -moz-border-radius: 3px;
+          border-radius: 3px;
+          padding: 1px 3px;
+        }
+        
+        .carousel-indicators li {
+          border: 1px solid rgb(192,70,1);
+        }
+
+        .carousel-indicators li.active {
+          background-color: rgb(192,70,1);
+        }
+        
+        .carousel-control .icon-prev,
+        .carousel-control .icon-next {
+          color: rgb(192,70,1);
+          font-size: 60px;
+        }
+        
+        .page-header {
+          margin-top: 0px;
+        }
+
+        .markdown-content blockquote p {
+            font-size: small;
+            font-style: italic;
+        }
+        
+    </style>
+    <script type="text/javascript">
+      function fbshare () {
+          window.open(
+                  "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
+                  'Share on Facebook',
+                  'width=640,height=426');
+      };
+      function gpshare () {
+          window.open(
+                  "https://plus.google.com/share?url="+document.URL,
+                  'Share on Google+',
+                  'width=584,height=385');
+      };
+      function twshare () {
+          window.open(
+                  "https://twitter.com/intent/tweet?url="+document.URL+"&text=Deployment Types and Component Defaults
",
+                  'Share on Twitter',
+                  'width=800,height=526');
+      };
+    </script>
+
+    <!-- Le fav and touch icons -->
+    <link rel="shortcut icon" href="./../images/favicon.ico">
+
+    <script src="./../javascript/prettify.js" type="text/javascript"></script>
+    
+    <script src="//code.jquery.com/jquery.js"></script>
+    <script src="./../javascript/prettyprint.js"></script>
+    <script src="./../bootstrap-3.0.0/js/bootstrap.js"></script>
+
+
+    <script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
+    <!--
+    <DISABLEDscript src="./../javascript/common.js"></DISABLEDscript>
+    -->
+
+    
+    
+    
+
+    <script>
+    $(function () { prettyPrint() })
+    $().dropdown()
+    </script>
+
+  </head>
+
+  <body>
+
+    <nav class="navbar navbar-fixed-top navbar-inverse" role="navigation">
+      <div class="container">
+        <a class="navbar-brand" href="./../index.html">Apache Isis&trade;</a>
+        <ul class="nav navbar-nav">
+          <li><a href="./../download.html">Download</a></li>
+          <li><a href="./../documentation.html">Documentation</a></li>
+          <li class="dropdown">
+            <a href="#" class="dropdown-toggle" data-toggle="dropdown">Screenshots<b class="caret"></b></a>
+            <ul class="dropdown-menu">
+              <li><a href="./../intro/elevator-pitch/isis-in-pictures.html">Screenshots</a></li>
+              <li><a href="./../intro/tutorials/screencasts.html">Screencasts</a></li>
+              <li><a href="./../intro/powered-by/powered-by.html">Powered by</a></li>
+              <li><a href="http://isisdemo.mmyco.co.uk/">Online Demo</a></li>
+            </ul>
+          </li>
+
+          <li class="dropdown">
+            <a href="#" class="dropdown-toggle" data-toggle="dropdown">Support<b class="caret"></b></a>
+            <ul class="dropdown-menu">
+              <li><a href="./../support.html">Mailing Lists</a></li>
+              <li><a href="http://isis.markmail.org/search/?q=">ML Archives</a></li>
+              <li><a href="https://issues.apache.org/jira/browse/ISIS">JIRA</a></li>
+              <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li>
+              <li><a href="http://github.com/apache/isis">Github mirror</a></li>
+            </ul>
+          </li>
+
+          <FORM class="navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
+            <div class="form-group">
+              <input type="hidden" name="cx" value="012614087480249044419:dn-q5gtwxya">
+              <INPUT type="hidden" name="cof" value="FORID:0">
+              <INPUT class="form-control" name="q" type="text" placeholder="Search">
+            </div>
+          </FORM>
+          
+          <li class="dropdown  navbar-right">
+            <a href="#" class="dropdown-toggle" data-toggle="dropdown">Apache <b class="caret"></b></a>
+            <ul class="dropdown-menu">
+              <li>
+                <a href="http://www.apache.org/">Apache Homepage <i class="icon-share-alt"></i></a>
+              </li>
+              <li>
+                <a href="http://www.apache.org/licenses/">Licenses <i class="icon-share-alt"></i></a>
+              </li>
+              <li>
+                <a href="http://www.apache.org/security/">Security <i class="icon-share-alt"></i></a>
+              </li>
+              <li>
+                <a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship <i class="icon-share-alt"></i></a>
+              </li>
+              <li>
+                <a href="http://www.apache.org/foundation/thanks.html">Thanks <i class="icon-share-alt"></i></a>
+              </li>
+              <li>
+                <a href="./../more-thanks.html">More thanks <i class="icon-share-alt"></i></a>
+              </li>
+            </ul>
+          </li>
+        </ul>
+
+      </div>
+    </nav>
+
+    <div class="container">
+      <div class="markdown-content">
+      
+
+<div class="page-header">
+<p><a href="./../documentation.html">Docs</a>&nbsp;&raquo&nbsp;<a href="./../reference/about.html">Reference</a></p>
+<h1>Deployment Types and Component Defaults
+
+</h1>
+</div>
+
+<p>One important configuration setting is the <code>deploymentType</code>, which, in turn, specifies the <code>deploymentCategory</code>.  If a component implementation is not specified explicitly, then the default is based on the deployment category (see the <a href="https://raw.github.com/apache/isis/master/core/runtime/src/main/java/org/apache/isis/core/runtime/installers/InstallerLookupDefault.java">InstallerLookupDefault</a> class). Certain other features are based on the category also.</p>
+
+<table class="table table-striped table-bordered table-condensed">
+<tr>
+<th>Deployment category</th>
+<th>Deployment types</th>
+<th>Authentication<br/>(if not specified)</th>
+<th>Authorization<br/>(if not specified)</th>
+<th>Object store<br/>(if not specified)</th>
+<th>Profile store<br/>(if not specified)</th>
+<th>@Exploration actions</th>
+<th>@Prototype actions</th>
+</tr>
+<tr>
+    <td>EXPLORING</td>
+    <td>SERVER_EXPLORATION<br/>
+EXPLORATION<br/>
+UTILITY</td>
+    <td><a href="../core/bypass-security.html">Bypass</a></td>
+    <td><a href="../core/bypass-security.html">Bypass</a></td>
+    <td><a href="../core/inmemory-objectstore.html">In-memory</a></td>
+    <td><a href="../core/inmemory-profilestore.html">In-memory</a></td>
+    <td>Visible</td>
+    <td>Not visible</td>
+    </tr>
+<tr>
+    <td>PROTOTYPING</td>
+    <td>SERVER_PROTOTYPE<br/>
+PROTOTYPE</td>
+    <td><a href="../components/security/file/about.html">File-based</a></td>
+    <td><a href="../core/bypass-security.html">Bypass</a></td>
+    <td><a href="../core/inmemory-objectstore.html">In-memory</a></td>
+    <td><a href="../core/inmemory-profilestore.html">In-memory</a></td>
+    <td>Not visible</td>
+    <td>Visible</td>
+</tr>
+<tr>
+    <td>PRODUCTION</td>
+    <td>SERVER<br/>
+UNIT_TESTING<br/>
+SINGLE_USER</td>
+    <td><a href="../components/security/file/about.html">File-based</a></td>
+    <td><a href="../components/security/file/about.html">File-based</a></td>
+    <td><a href="../components/objectstores/xml/about.html">XML</a></td>
+    <td><a href="../components/profilestores/xml/about.html">XML</a></td>
+    <td>Not visible</td>
+    <td>Not visible</td>
+</tr>
+</table>
+
+<h2>Specifying the deploymentType explicitly</h2>
+
+<h3>Scimpi, HTML, Restful Objects</h3>
+
+<p>For the <a href="../components/viewers/scimpi/about.html">scimpi</a> and <a href="../components/viewers/restfulobjects/about.html">restfulobjects</a> viewers, the <code>deploymentType</code> is specified in the <code>&lt;web.xml&gt;</code> file:</p>
+
+<pre>
+&lt;context-param&gt;
+    &lt;param-name&gt;deploymentType&lt;/param-name&gt;
+    &lt;param-value&gt;SERVER&lt;/param-value&gt;
+&lt;/context-param&gt;
+</pre>
+
+<p>If running these viewers using the <a href="https://raw.github.com/apache/isis/master/core/webserver/src/main/java/org/apache/isis/core/webserver/WebServer.java">WebServer</a>, then the <code>deploymentType</code> can be overridden at the command line:</p>
+
+<pre><code>-t server_prototype
+</code></pre>
+
+<p>or using the long form:</p>
+
+<pre><code>--type server_exploration
+</code></pre>
+
+<p>Only <code>server_*</code>-style <code>deploymentType</code>s should be specified (it has a bearing on the way that Isis does its session management).</p>
+
+<p>The default if not specified is <code>SERVER</code>.</p>
+
+<h3>Wicket</h3>
+
+<p>For the <a href="../components/viewers/wicket/about.html">wicket</a> viewer, the Isis <code>deploymentType</code> is inferred from <a href="http://wicket.apache.org">Apache Wicket</a>'s own <a href="http://ci.apache.org/projects/wicket/apidocs/6.x/org/apache/wicket/Application.html#getConfigurationType()">deployment mode</a>:</p>
+
+<ul>
+<li>Wicket's <code>DEVELOPMENT</code> mode corresponds to Isis' <code>PROTOTYPING</code> mode</li>
+<li>Wicket's <code>DEPLOYMENT</code> mode corresponds to Isis' <code>PRODUCTION</code> mode</li>
+</ul>
+
+<p>The Wicket mode is set in the usual way for a Wicket application:</p>
+
+<pre>
+&lt;init-param&gt;
+    &lt;param-name&gt;configuration&lt;/param-name&gt;
+    &lt;param-value&gt;deployment&lt;/param-value&gt;
+&lt;/init-param&gt;
+</pre>
+
+<h3>DnD</h3>
+
+<p>For the <a href="../components/viewers/dnd/about.html">dnd</a> viewer, the <code>deploymentType</code> is specified at the command-line, for example:</p>
+
+<pre><code>-t prototype
+</code></pre>
+
+<p>or using the long form:</p>
+
+<pre><code>--type exploration
+</code></pre>
+
+<p>The default if not specified is <code>PROTOTYPE</code>.</p>
+
+
+
+      </div>
+
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
+            <div class="modal-header">
+                <a class="close" data-dismiss="modal">x</a>
+
+                <h3>Thank you for contributing to the documention!</h3>
+            </div>
+            <div class="modal-body">
+                <h4>Any help with the documentation is greatly appreciated.</h4>
+                <p>All edits are reviewed before going live, so feel free to do much more than fix typos or links.  If you see a page that could benefit from an entire rewrite, we'd be thrilled to review it.  Don't be surprised if we like it so much we ask you for help with other pages :)</p>
+                <small>NOTICE: unless indicated otherwise on the pages in question, all editable content available from apache.org is presumed to be licensed under the Apache License (AL) version 2.0 and hence all submissions to apache.org treated as formal Contributions under the license terms.</small>
+                <!--[if gt IE 6]>
+                <h4>Internet Explorer Users</h4>
+                <p>If you are not an Apache committer, click the Yes link and enter a <i>anonymous</i> for the username and leave the password empty</p>
+                <![endif]-->
+
+            </div>
+            <div class="modal-footer">
+                Do you have an Apache ID?
+                <a href="javascript:void(location.href='https://cms.apache.org/redirect?uri='+escape(location.href))" class="btn">Yes</a>
+                <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
+            </div>
+        </div>
+        <!--
+        <script src="./../javascript/bootstrap-modal.js"></script>
+        -->
+
+      <footer>
+        <hr/>
+        <p>
+        Copyright &copy; 2010~2014 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
+        <br/>
+        Apache Isis, Isis, Apache, the Apache feather logo, and the Apache Isis project logo are trademarks of The Apache Software Foundation.
+        </p>
+      </footer>
+
+    </div> <!-- /container -->
+
+  </body>
+</html>

Modified: websites/staging/isis/trunk/content/reference/services/developer-utilities-service.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/services/developer-utilities-service.html (original)
+++ websites/staging/isis/trunk/content/reference/services/developer-utilities-service.html Fri Feb 14 08:20:19 2014
@@ -284,34 +284,63 @@
 </h1>
 </div>
 
-<p>The <code>DeveloperUtilitiesService</code> service is intended to make the developer's job easier in a number of aspects:</p>
+<p>The <code>DeveloperUtilitiesService</code> service provides a number of development-time utilities, mostly related to accessing/interacting with the Isis metamodel.  These are visible in the UI, either as menu actions or as contributed actions.  All actions are annotated with <a href="../recognized-annotations/Prototype.html">@Prototype</a>, so are suppressed in <a href="../deployment-type.html">production mode</a>.</p>
+
+<h3>API</h3>
+
+<p>The API defined by <code>DeveloperUtilitiesService</code> (some annotations omitted) is:</p>
+
+<pre><code>public interface DeveloperUtilitiesService {
+
+    public Clob downloadMetaModel();
+
+    public Blob downloadLayouts();
+
+    // new in 1.4.0-SNAPSHOT
+    public void refreshServices();
+
+    @NotInServiceMenu
+    public Clob downloadLayout(Object domainObject);
+
+    @Deprecated // in 1.4.0-SNAPSHOT
+    @Hidden     // in 1.4.0-SNAPSHOT
+    @NotInServiceMenu
+    public Object refreshLayout(Object domainObject);
+}
+</code></pre>
+
+<p>where:</p>
 
 <ul>
-<li>using the <code>downloadMetaModel()</code> action, the developer can download a CSV spreadsheet of the Isis metamodel.</p>
+<li><code>downloadMetaModel()</code> allows the developer to download a CSV spreadsheet of the Isis metamodel.  </p>
 
-<p>This allows the developer to review the metadata that has Isis has captured about each domain type: for example whether a business rule (hide/disable/validate) has been implemented for each member (also indicating the implementation) </li>
-<li>using the <code>downloadLayouts()</code> action, the developer can download a ZIP file of <code>Xxx.layout.json</code> files for each domain type in the Isis metamodel.  </p>
+<p>The developer can then review the metadata that has Isis has captured about each domain type: for example whether a business rule (hide/disable/validate) has been implemented for each member (also indicating the implementation) </li>
+<li><code>downloadLayouts()</code> allows the developer can download a ZIP file of <code>Xxx.layout.json</code> files for each domain type in the Isis metamodel.  </p>
 
 <p>This is useful if converting a domain model to use <a href="../../more-advanced-topics/dynamic-layouts.html">dynamic layouts</a>.</li>
-<li>using the <code>downloadLayout()</code> contributed action, the developer can download the <code>Xxx.layout.json</code> for an individual object</li>
-<li>using the <code>refreshLayout()</code> contributed action, the developer can reload the current object.  The metamodel will be rebuilt and the object's layout may change accordingly.</p>
+<li><code>downloadLayout()</code> (contributed action) allows the developer can download the <code>Xxx.layout.json</code> for an individual object</li>
+<li><code>refreshServices()</code> allows the developer to rebuild the Isis metamodel of all domain services.  This is particularly useful for picking up changes to <a href="../more-advanced-topics/how-to-01-062-How-to-decouple-dependencies-using-contributions.html">contributed actions</a></li>
+<li><code>refreshLayout()</code> (contributed action) allows the developer to rebuild the Isis metamodel of the current object.  The object's layout may change accordingly.</p>
 
-<blockquote>
-  <p>(If using the <a href="../../components/viewers/wicket/about.html">Wicket viewer</a>) it is necessary to invoke <code>refreshLayout()</code> <em>twice</em>.  This is to do with the relationship between the point at which the metamodel being invalidated, and the point the Wicket viewer builds up its UI.</p>
-</blockquote></li>
+<p>In 1.4.0-SNAPSHOT this action has been deprecated because the <a href="../../components/viewers/wicket/about.html">Wicket viewer</a>), when running in protoype mode, automatically does this.</li>
 </ul>
 
-<p>All of the above actions are annotated as <code>@Prototype</code>; they will therefore not appear in a running production application.</p>
+<h3>Implementations</h3>
+
+<p>The core framework provides a default implementation of this API:</p>
+
+<ul>
+<li><code>org.apache.isis.core.metamodel.services.devutils.DeveloperUtilitiesServiceDefault</code></li>
+</ul>
 
 <h3>Register the Service</h3>
 
 <p>The service is registered, like any other, in <code>isis.properties</code>:</p>
 
-<pre>
-isis.services=<i>...other services...</i>,\
+<pre><code>isis.services=...,\
               org.apache.isis.core.metamodel.services.devutils.DeveloperUtilitiesServiceDefault,\
               ...
-</pre>
+</code></pre>
 
 
 

Modified: websites/staging/isis/trunk/content/reference/services/memento-service.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/services/memento-service.html (original)
+++ websites/staging/isis/trunk/content/reference/services/memento-service.html Fri Feb 14 08:20:19 2014
@@ -356,7 +356,7 @@
 
 <h3>Register the Service</h3>
 
-<p>Register this service like any other service, in <code>isis.properties</code>, eg:</p>
+<p>The service is registered, like any other, in <code>isis.properties</code>:</p>
 
 <pre><code>isis.services=...,\
               org.apache.isis.core.runtime.services.memento.MementoServiceDefault,\