You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ke...@apache.org on 2011/07/06 14:47:00 UTC

svn commit: r1143387 - in /incubator/isis/trunk/framework: runtimes/dflt/runtime/src/main/resources/org/apache/isis/runtimes/dflt/runtime/installer-registry.properties viewer/wicket/src/docbkx/guide/isis-wicket-viewer.xml

Author: kevin
Date: Wed Jul  6 12:46:59 2011
New Revision: 1143387

URL: http://svn.apache.org/viewvc?rev=1143387&view=rev
Log:
Added support for SqlUserProfile and ...Installer. Added xref to Wicket docs re: security. All for supporting a Sql Authentication class.

Modified:
    incubator/isis/trunk/framework/runtimes/dflt/runtime/src/main/resources/org/apache/isis/runtimes/dflt/runtime/installer-registry.properties
    incubator/isis/trunk/framework/viewer/wicket/src/docbkx/guide/isis-wicket-viewer.xml

Modified: incubator/isis/trunk/framework/runtimes/dflt/runtime/src/main/resources/org/apache/isis/runtimes/dflt/runtime/installer-registry.properties
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/runtimes/dflt/runtime/src/main/resources/org/apache/isis/runtimes/dflt/runtime/installer-registry.properties?rev=1143387&r1=1143386&r2=1143387&view=diff
==============================================================================
--- incubator/isis/trunk/framework/runtimes/dflt/runtime/src/main/resources/org/apache/isis/runtimes/dflt/runtime/installer-registry.properties (original)
+++ incubator/isis/trunk/framework/runtimes/dflt/runtime/src/main/resources/org/apache/isis/runtimes/dflt/runtime/installer-registry.properties Wed Jul  6 12:46:59 2011
@@ -78,6 +78,7 @@ org.apache.isis.runtimes.dflt.objectstor
 # profilestores
 org.apache.isis.runtimes.dflt.profilestores.dflt.InMemoryUserProfileStoreInstaller # "in-memory"
 org.apache.isis.runtimes.dflt.profilestores.xml.XmlUserProfileStoreInstaller       # "xml"
+org.apache.isis.runtimes.dflt.profilestores.sql.SqlUserProfileStoreInstaller       # "sql"
 
 # reflector decorators
 org.apache.isis.runtimes.dflt.runtime.transaction.facetdecorator.standard.TransactionFacetDecoratorInstaller  # "transaction"

Modified: incubator/isis/trunk/framework/viewer/wicket/src/docbkx/guide/isis-wicket-viewer.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/viewer/wicket/src/docbkx/guide/isis-wicket-viewer.xml?rev=1143387&r1=1143386&r2=1143387&view=diff
==============================================================================
--- incubator/isis/trunk/framework/viewer/wicket/src/docbkx/guide/isis-wicket-viewer.xml (original)
+++ incubator/isis/trunk/framework/viewer/wicket/src/docbkx/guide/isis-wicket-viewer.xml Wed Jul  6 12:46:59 2011
@@ -22,12 +22,15 @@
 <book>
   <bookinfo>
     <title><?eval ${docbkxGuideTitle}?></title>
+
     <subtitle><?eval ${docbkxGuideSubTitle}?></subtitle>
+
     <releaseinfo><?eval ${project.version}?></releaseinfo>
 
     <authorgroup>
       <author>
         <firstname>Dan</firstname>
+
         <surname>Haywood</surname>
       </author>
     </authorgroup>
@@ -520,11 +523,11 @@
     <title>Application Walkthrough</title>
 
     <abstract>
-       This chapter is a collection of screenshots to give you an idea of what the 
+      This chapter is a collection of screenshots to give you an idea of what the 
 
       <emphasis>Wicket Viewer</emphasis>
 
-       can do. 
+       can do.
     </abstract>
 
     <para>Most of the screenshots in this chapter require no specific
@@ -1212,7 +1215,7 @@
         mode.</para>
       </sect2>
 
-      <sect2>
+      <sect2 id="sec.Security">
         <title>Security</title>
 
         <para>Since both of the deployment modes supported by <emphasis>Wicket
@@ -2649,6 +2652,8 @@ isis.xmlos.dir=/tmp/xml</programlisting>
       other <emphasis>Apache Isis</emphasis> documentation and in Dan
       Haywood's book. Alternatively, you could always write your own
       implementations to hook into your own security infrastructure.</para>
+
+      <para>See also <xref linkend="sec.Security" />.</para>
     </sect1>
 
     <sect1>