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 2012/12/17 19:41:03 UTC

svn commit: r842858 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/core/deployment-type.html content/core/inmemory-profilestore.html

Author: buildbot
Date: Mon Dec 17 18:41:02 2012
New Revision: 842858

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/deployment-type.html
    websites/staging/isis/trunk/content/core/inmemory-profilestore.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Dec 17 18:41:02 2012
@@ -1 +1 @@
-1423088
+1423091

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Dec 17 18:41:02 2012
@@ -1 +1 @@
-1423088
+1423091

Modified: websites/staging/isis/trunk/content/core/deployment-type.html
==============================================================================
--- websites/staging/isis/trunk/content/core/deployment-type.html (original)
+++ websites/staging/isis/trunk/content/core/deployment-type.html Mon Dec 17 18:41:02 2012
@@ -249,15 +249,13 @@ SINGLE_USER</td>
 
 <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>
--t server_prototype
-</pre>
+<pre><code>-t server_prototype
+</code></pre>
 
 <p>or using the long form:</p>
 
-<pre>
---type server_exploration
-</pre>
+<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>
 
@@ -285,15 +283,13 @@ SINGLE_USER</td>
 
 <p>For the <a href="../component/viewer/dnd/about.html">dnd</a> viewer, the <code>deploymentType</code> is specified at the command-line, for example:</p>
 
-<pre>
--t prototype
-</pre>
+<pre><code>-t prototype
+</code></pre>
 
 <p>or using the long form:</p>
 
-<pre>
---type exploration
-</pre>
+<pre><code>--type exploration
+</code></pre>
 
 <p>The default if not specified is <code>PROTOTYPE</code>.</p>
 
@@ -306,8 +302,8 @@ SINGLE_USER</td>
 <pre>
 isis.authentication=ldap
 isis.authorization=file
-isis.persistence=datanucleus
-isis.profilestore=in-memory    # the default anyway
+isis.persistor=datanucleus           # ie object store
+isis.user-profile-store=in-memory    # ie profile store
 </pre>
 
 <p>The available values are registered in <a href="https://raw.github.com/apache/isis/master/core/runtime/src/main/resources/org/apache/isis/core/runtime/installer-registry.properties">installer-registry.properties</a>; alternatively the fully qualified class name can be specified.  </p>

Modified: websites/staging/isis/trunk/content/core/inmemory-profilestore.html
==============================================================================
--- websites/staging/isis/trunk/content/core/inmemory-profilestore.html (original)
+++ websites/staging/isis/trunk/content/core/inmemory-profilestore.html Mon Dec 17 18:41:02 2012
@@ -3,7 +3,7 @@
   <head>
 
     <meta charset="utf-8">
-      <title>In-memory Object Store
</title>
+      <title>In-memory Profile Store
</title>
     <meta name="description" content="">
     <meta name="author" content="">
 
@@ -105,7 +105,7 @@
       };
       function twshare () {
           window.open(
-                  "https://twitter.com/intent/tweet?url="+document.URL+"&text=In-memory Object Store
",
+                  "https://twitter.com/intent/tweet?url="+document.URL+"&text=In-memory Profile Store
",
                   'Share on Twitter',
                   'width=800,height=526');
       };
@@ -179,7 +179,7 @@
 
 <div class="page-header">
 <p><a href="./../documentation.html">Docs</a>&nbsp;&raquo&nbsp;<a href="./../core/about.html">Core</a></p>
-<h1>In-memory Object Store
+<h1>In-memory Profile Store
 
 </h1>
 </div>