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/26 15:47:43 UTC

svn commit: r1634343 - in /isis/site/trunk/content: core/bytecode.md core/runtime.md documentation.md more-advanced-topics/03-Fixtures-and-SwitchUser.md reference/configuration-files.md

Author: danhaywood
Date: Sun Oct 26 14:47:43 2014
New Revision: 1634343

URL: http://svn.apache.org/r1634343
Log:
doc page

Removed:
    isis/site/trunk/content/core/bytecode.md
Modified:
    isis/site/trunk/content/core/runtime.md
    isis/site/trunk/content/documentation.md
    isis/site/trunk/content/more-advanced-topics/03-Fixtures-and-SwitchUser.md
    isis/site/trunk/content/reference/configuration-files.md

Modified: isis/site/trunk/content/core/runtime.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/core/runtime.md?rev=1634343&r1=1634342&r2=1634343&view=diff
==============================================================================
--- isis/site/trunk/content/core/runtime.md (original)
+++ isis/site/trunk/content/core/runtime.md Sun Oct 26 14:47:43 2014
@@ -50,9 +50,6 @@ Default Runtime
   * {{{./objectstores/index.html}objectstores}} module, under which there are
     various objectstore implementations (for persisting domain objects)
 
-  * {{{./profilestores/index.html}profilestores}} module, under which there are
-    various profilestore implementations (for persisting user preferences)
-
   * {{{./bytecode/index.html}bytecode}} module, under which there are
     various bytecode enhancement implementations (used for transparent lazy
     loading/unit of work support)
@@ -64,8 +61,5 @@ he
   * {{{./webserver/index.html}webserver}} module, providing the ability to run
     Isis webapps under a webserver instance (Jetty)
 
-  * {{{./remoting/index.html}remoting}} module, acting as a parent to the
-    modules that provide support for client/server deployments
-
 
 -->

Modified: isis/site/trunk/content/documentation.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/documentation.md?rev=1634343&r1=1634342&r2=1634343&view=diff
==============================================================================
--- isis/site/trunk/content/documentation.md (original)
+++ isis/site/trunk/content/documentation.md Sun Oct 26 14:47:43 2014
@@ -76,11 +76,10 @@ Title: Documentation
 #### <a name="reference-config">Config</a>
 
 * [Configuration Files](./reference/configuration-files.html)
-* [Externalized Configuration](./reference/externalized-configuration.html)
-* [JVM args](./reference/jvm-args.html)
 
 }
 
+
 {col-md-4
 
 
@@ -103,12 +102,6 @@ Title: Documentation
 {col-md-4
 
 
-#### <a name="core-bundled-components">Other parts of core</a>
-
-* [Core Runtime](core/runtime.html) [stub]
-* [Webserver](core/webserver.html) [stub]
-* [Bytecode Enhancers](core/bytecode.html) [stub]
-
 ####  <a name="reference-non-ui-execution">Non-UI execution</a>
 
 - [IsisSessionTemplate](./reference/non-ui/isis-session-template.html)
@@ -138,7 +131,6 @@ Commonly-used domain services to use wit
 
 * [DomainObjectContainer interface](./reference/DomainObjectContainer.html)
 * [ClockService](./reference/services/ClockService.html)
-* [Exception Recognizers](./reference/services/exception-recognizers.html) [Impl](components/objectstores/jdo/services/exception-recognizers-jdo.html)
 * [Wrapper Factory](reference/services/wrapper-factory.html)
 
 #### <a name="domain-services-event-bus">Event Bus</a>
@@ -331,7 +323,7 @@ For both:
 #### <a name="more-advanced-topics-error-handling">Error handling</a>
 
 * [Raise message/errors to users](./more-advanced-topics/how-to-06-010-How-to-pass-a-messages-and-errors-back-to-the-user.html)
-* [Exception Recognizer](./reference/services/exception-recognizers.html) service
+* [Exception Recognizers](./reference/services/exception-recognizers.html) [Impl](components/objectstores/jdo/services/exception-recognizers-jdo.html)
 
 
 #### <a name="more-advanced-topics-persistence-lifecycle">Persistence lifecycle</a>
@@ -348,6 +340,11 @@ For both:
 * [Hide/disable/validate per user/role](./more-advanced-topics/how-to-08-010-Hiding,-disabling-or-validating-for-specific-users-or-roles.html)
 * [The authorization manager](./more-advanced-topics/how-to-08-020-How-to-use-Isis-authorization-manager.html)
 
+#### <a name="more-advanced-topics-deployment">Deployment</a>
+
+* [Externalized Configuration](./reference/externalized-configuration.html)
+* [JVM args](./reference/jvm-args.html)
+
 #### <a name="more-advanced-topics-customisation">Customisation</a>
 
 * [Finetuning the Programming Model](more-advanced-topics/metamodel-finetuning-the-programming-model.html)
@@ -364,6 +361,11 @@ For both:
 * [Fixtures](./more-advanced-topics/03-Fixtures-and-SwitchUser.html) (out of date)
 
 
+#### <a name="core-bundled-components">Other parts of core</a>
+
+* [Core Runtime](core/runtime.html) [stub]
+* [Webserver](core/webserver.html) [stub]
+
 }
 
 }

Modified: isis/site/trunk/content/more-advanced-topics/03-Fixtures-and-SwitchUser.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/more-advanced-topics/03-Fixtures-and-SwitchUser.md?rev=1634343&r1=1634342&r2=1634343&view=diff
==============================================================================
--- isis/site/trunk/content/more-advanced-topics/03-Fixtures-and-SwitchUser.md (original)
+++ isis/site/trunk/content/more-advanced-topics/03-Fixtures-and-SwitchUser.md Sun Oct 26 14:47:43 2014
@@ -3,6 +3,10 @@ Fixtures and SwitchUser
 
 > Using fixtures to setup the system, generally for testing purposes.
 
+{note
+this material is somewhat superceded; we now recommend the use of FixtureScripts.
+}
+
 Fixtures are used to setup the framework into a known state. This is
 predominantly done for testing, and in particular when running with the
 in-memory object store. However, fixtures can also be used to specify

Modified: isis/site/trunk/content/reference/configuration-files.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/reference/configuration-files.md?rev=1634343&r1=1634342&r2=1634343&view=diff
==============================================================================
--- isis/site/trunk/content/reference/configuration-files.md (original)
+++ isis/site/trunk/content/reference/configuration-files.md Sun Oct 26 14:47:43 2014
@@ -13,14 +13,13 @@ This approach allows configuration to be
 
 ## Specifying Components
 
-A running Isis instance requires a persistor (aka objectstore), the authentication mechanism, the authorization mechanism, and a user profile store.  It also requires some sort of viewer or viewers.
+A running Isis instance requires a persistor (aka objectstore), an authentication mechanism, and an authorization mechanism.  It also requires some sort of viewer or viewers.
 
-The objectstore, authentication, authorization and profilestore are specified in the `isis.properties` file.  For example, this is the configuration of the [simple](../intro/getting-started/simple-archetype.html) archetype:
+The objectstore, authentication and authorization are specified in the `isis.properties` file.  For example, this is the configuration of the [simple](../intro/getting-started/simple-archetype.html) archetype:
 
     isis.persistor=datanucleus
     isis.authentication=shiro
     isis.authorization=shiro
-    isis.user-profile-store=in-memory
 
 The available values are registered in [installer-registry.properties](https://raw.githubusercontent.com/apache/isis/master/core/runtime/src/main/resources/org/apache/isis/core/runtime/installer-registry.properties); alternatively the fully qualified class name can be specified.  In either case the appropriate component must also (of course) be added as a dependency to the `pom.xml` files.  
 
@@ -77,10 +76,4 @@ viewer.properties</td>
     <td>viewer_restfulobjects.properties<br/>
 viewer.properties</td>
 </tr>
-<tr>
-    <td>Profile Store</td>
-    <td>In-memory</td>
-    <td>user-profile-store_in-memory.properties<br/>
-user-profile-store.properties</td>
-</tr>
 </table>