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/15 18:42:51 UTC

svn commit: r1147227 - in /incubator/isis/trunk/framework: applib/src/docbkx/guide/ core/metamodel/src/site/apt/ core/runtime/ core/runtime/src/site/apt/ core/webapp/src/site/apt/ progmodels/dflt/src/site/apt/ src/site/ src/site/xdoc/ viewer/bdd/src/si...

Author: kevin
Date: Fri Jul 15 16:42:48 2011
New Revision: 1147227

URL: http://svn.apache.org/viewvc?rev=1147227&view=rev
Log:
Updating documentation

Added:
    incubator/isis/trunk/framework/core/runtime/src/site/apt/jottings.apt   (with props)
    incubator/isis/trunk/framework/core/webapp/src/site/apt/jottings.apt   (with props)
    incubator/isis/trunk/framework/viewer/bdd/src/site/apt/jottings.apt   (with props)
Modified:
    incubator/isis/trunk/framework/applib/src/docbkx/guide/isis-applib.xml
    incubator/isis/trunk/framework/core/metamodel/src/site/apt/index.apt
    incubator/isis/trunk/framework/core/runtime/pom.xml
    incubator/isis/trunk/framework/progmodels/dflt/src/site/apt/index.apt
    incubator/isis/trunk/framework/src/site/site.xml
    incubator/isis/trunk/framework/src/site/xdoc/naked-objects-books.xml

Modified: incubator/isis/trunk/framework/applib/src/docbkx/guide/isis-applib.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/applib/src/docbkx/guide/isis-applib.xml?rev=1147227&r1=1147226&r2=1147227&view=diff
==============================================================================
--- incubator/isis/trunk/framework/applib/src/docbkx/guide/isis-applib.xml (original)
+++ incubator/isis/trunk/framework/applib/src/docbkx/guide/isis-applib.xml Fri Jul 15 16:42:48 2011
@@ -191,7 +191,7 @@
 
       <para>This chapter introduces the Apache Isis and the naked objects
       pattern by way of a series of questions and answers. It is adapted from
-      an <ulink url="www.infoq.com/articles/haywood-ddd-no">interview
+      an <ulink url="http://www.infoq.com/articles/haywood-ddd-no">interview
       originally published on InfoQ</ulink>.</para>
 
       <sect1>
@@ -2824,7 +2824,7 @@ public class Department {
         <para>The recommended way of maintaining a bidirectional relationship
         is to use the 'mutual registration pattern', a write-up of which can
         be found at <ulink
-        url="???">http://www.two-sdg.demon.co.uk/curbralan/papers/MutualRegistration.pdf</ulink>.
+        url="http://www.two-sdg.demon.co.uk/curbralan/papers/MutualRegistration.pdf">http://www.two-sdg.demon.co.uk/curbralan/papers/MutualRegistration.pdf</ulink>.
         The general idea is that one side of the relationship is responsible
         for maintaining the associations, while the other side simply
         delegates.</para>

Modified: incubator/isis/trunk/framework/core/metamodel/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/core/metamodel/src/site/apt/index.apt?rev=1147227&r1=1147226&r2=1147227&view=diff
==============================================================================
--- incubator/isis/trunk/framework/core/metamodel/src/site/apt/index.apt (original)
+++ incubator/isis/trunk/framework/core/metamodel/src/site/apt/index.apt Fri Jul 15 16:42:48 2011
@@ -28,14 +28,13 @@ MetaModel
    domain objects, so that they can be rendered in a generic object-oriented 
    user interface;
    
- * by object stores (the {{{../../defaults/objectstore/index.html}default}} and
-   some of the {{{../../alternatives/objectstore/index.html}alternatives}})
+ * by the {{{../../runtimes/dflt/objectstores/index.html}object stores}} 
    to determine which data is to be persisted;
    
- * by {{{../../alternatives/remoting/index.html}remoting}}, to marshall
+ * by {{{../../runtimes/dflt/remoting/index.html}remoting}}, to marshall
    domain objects automatically between different tiers; 
  
- * by the {{{../runtime/index.html}core runtime}}, to provide the ability to provide
+ * by the {{{../core/runtime/index.html}core runtime}}, to provide the ability to provide
    XML Snapshots (through the <<<XmlSnapshot>>> utility class).
  
  []
@@ -49,4 +48,4 @@ Documentation
  See the {{{../index.html}core}} documentation 
  ({{{../docbkx/html/guide/isis-core.html}HTML}} or 
  {{{../docbkx/pdf/isis-core.pdf}PDF}}).
- 
\ No newline at end of file
+ 

Modified: incubator/isis/trunk/framework/core/runtime/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/core/runtime/pom.xml?rev=1147227&r1=1147226&r2=1147227&view=diff
==============================================================================
--- incubator/isis/trunk/framework/core/runtime/pom.xml (original)
+++ incubator/isis/trunk/framework/core/runtime/pom.xml Fri Jul 15 16:42:48 2011
@@ -1,14 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor 
-    license agreements. See the NOTICE file distributed with this work for additional 
-    information regarding copyright ownership. The ASF licenses this file to 
-    you under the Apache License, Version 2.0 (the "License"); you may not use 
-    this file except in compliance with the License. You may obtain a copy of 
-    the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 
-    by applicable law or agreed to in writing, software distributed under the 
-    License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
-    OF ANY KIND, either express or implied. See the License for the specific 
-    language governing permissions and limitations under the License. -->
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+         http://www.apache.org/licenses/LICENSE-2.0
+         
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
 

Added: incubator/isis/trunk/framework/core/runtime/src/site/apt/jottings.apt
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/core/runtime/src/site/apt/jottings.apt?rev=1147227&view=auto
==============================================================================
--- incubator/isis/trunk/framework/core/runtime/src/site/apt/jottings.apt (added)
+++ incubator/isis/trunk/framework/core/runtime/src/site/apt/jottings.apt Fri Jul 15 16:42:48 2011
@@ -0,0 +1,24 @@
+~~  Licensed to the Apache Software Foundation (ASF) under one
+~~  or more contributor license agreements.  See the NOTICE file
+~~  distributed with this work for additional information
+~~  regarding copyright ownership.  The ASF licenses this file
+~~  to you under the Apache License, Version 2.0 (the
+~~  "License"); you may not use this file except in compliance
+~~  with the License.  You may obtain a copy of the License at
+~~
+~~        http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~  Unless required by applicable law or agreed to in writing,
+~~  software distributed under the License is distributed on an
+~~  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+~~  KIND, either express or implied.  See the License for the
+~~  specific language governing permissions and limitations
+~~  under the License.
+
+
+
+Jottings
+ 
+  This page is to capture any random jottings relating to this module prior 
+  to being moved into formal documentation. 
+ 

Propchange: incubator/isis/trunk/framework/core/runtime/src/site/apt/jottings.apt
------------------------------------------------------------------------------
    svn:executable = *

Added: incubator/isis/trunk/framework/core/webapp/src/site/apt/jottings.apt
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/core/webapp/src/site/apt/jottings.apt?rev=1147227&view=auto
==============================================================================
--- incubator/isis/trunk/framework/core/webapp/src/site/apt/jottings.apt (added)
+++ incubator/isis/trunk/framework/core/webapp/src/site/apt/jottings.apt Fri Jul 15 16:42:48 2011
@@ -0,0 +1,24 @@
+~~  Licensed to the Apache Software Foundation (ASF) under one
+~~  or more contributor license agreements.  See the NOTICE file
+~~  distributed with this work for additional information
+~~  regarding copyright ownership.  The ASF licenses this file
+~~  to you under the Apache License, Version 2.0 (the
+~~  "License"); you may not use this file except in compliance
+~~  with the License.  You may obtain a copy of the License at
+~~
+~~        http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~  Unless required by applicable law or agreed to in writing,
+~~  software distributed under the License is distributed on an
+~~  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+~~  KIND, either express or implied.  See the License for the
+~~  specific language governing permissions and limitations
+~~  under the License.
+
+
+
+Jottings
+ 
+  This page is to capture any random jottings relating to this module prior 
+  to being moved into formal documentation. 
+ 

Propchange: incubator/isis/trunk/framework/core/webapp/src/site/apt/jottings.apt
------------------------------------------------------------------------------
    svn:executable = *

Modified: incubator/isis/trunk/framework/progmodels/dflt/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/progmodels/dflt/src/site/apt/index.apt?rev=1147227&r1=1147226&r2=1147227&view=diff
==============================================================================
--- incubator/isis/trunk/framework/progmodels/dflt/src/site/apt/index.apt (original)
+++ incubator/isis/trunk/framework/progmodels/dflt/src/site/apt/index.apt Fri Jul 15 16:42:48 2011
@@ -24,7 +24,7 @@ Default Programming Model (Java)
  
  This programming model is defined by specifying a collection of <<<FacetFactory>>>s, which are
  used to build up the metamodel.  The actual <<<FacetFactory>>>s are defined within the
- {{{../../../core/index.html}core}} framework (in the <<<progmodel>>> module).
+ {{{../../core/index.html}core}} framework (in the <<<progmodel>>> module).
  
 Alternatives
 
@@ -43,4 +43,4 @@ Alternatives
   []
 
   Note that these are <i>not</i> necessarily mutually exclusive (they can be combined). 
-  
\ No newline at end of file
+  

Modified: incubator/isis/trunk/framework/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/src/site/site.xml?rev=1147227&r1=1147226&r2=1147227&view=diff
==============================================================================
--- incubator/isis/trunk/framework/src/site/site.xml (original)
+++ incubator/isis/trunk/framework/src/site/site.xml Fri Jul 15 16:42:48 2011
@@ -17,138 +17,138 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<project name="Apache Isis">
-
-	<skin>
-		<groupId>org.apache.isis.skins</groupId>
-		<artifactId>classic-skin</artifactId>
-		<version>0.2.0-incubating-SNAPSHOT</version>
-	</skin>
-
-	<version position="right" />
-	<publishDate position="bottom" />
-
-	<body>
-		<breadcrumbs>
-			<item name="Apache Isis" href="index.html"/>
-		</breadcrumbs>
-
-		<menu name="Apache Isis">
-			<item name="Home" href="index.html" />
-			<item name="Who we are" href="who-we-are.html" />
-		</menu>
-
-		<menu name="Getting Started">
-            <item name="Quick start" href="where-to-start.html" />
-			<item name="Downloads" href="downloads.html" />
-            <item name="Documentation" href="documentation.html" />
-            <item name="Screencasts" href="screencasts.html"/>
+<project name="Apache Isis">
+
+	<skin>
+		<groupId>org.apache.isis.skins</groupId>
+		<artifactId>classic-skin</artifactId>
+		<version>0.2.0-incubating-SNAPSHOT</version>
+	</skin>
+
+	<version position="right" />
+	<publishDate position="bottom" />
+
+	<body>
+		<breadcrumbs>
+			<item name="Apache Isis" href="index.html"/>
+		</breadcrumbs>
+
+		<menu name="Apache Isis">
+			<item name="Home" href="index.html" />
+			<item name="Who we are" href="who-we-are.html" />
+		</menu>
+
+		<menu name="Getting Started">
+            <item name="Quick start" href="where-to-start.html" />
+			<item name="Downloads" href="downloads.html" />
+            <item name="Documentation" href="documentation.html" />
+            <item name="Screencasts" href="screencasts.html"/>
             <item name="Icons" href="icons.html" />
-            <item name="IDE Support" href="ide-support.html"/>
-            <item name="Cheat Sheet" href="IsisCheatSheet.pdf"/>
-		</menu>
-
-        <menu name="The Naked Objects Pattern">
-            <item name="An Introduction" href="naked-objects-pattern.html" />
-            <item name="OOUIs" href="oouis.html" />
-            <item name="Benefits" href="naked-objects-pattern-benefits.html" />
-            <item name="Case Study" href="naked-objects-case-study.html" />
-        </menu>
-
-		<!-- This 'global' menu is inherited -->
-		<menu name="Isis Modules" inherit="bottom" href="core/index.html">
-			<item name="Application Library" href="applib/index.html" />
-			<item name="Core Framework" href="core/index.html"/>
-            <item name="Viewers" href="viewer/index.html">
-                <item name="DnD" href="viewer/dnd/index.html" />
-                <item name="HTML" href="viewer/html/index.html" />
-                <item name="Scimpi" href="viewer/scimpi/index.html" />
-                <item name="Wicket" href="viewer/wicket/index.html" />
-                <item name="XHTML" href="viewer/xhtml/index.html" />
-                <item name="JSON" href="viewer/json/index.html" />
-                <item name="BDD (Concordion)" href="viewer/bdd/index.html" />
-                <item name="JUnit" href="viewer/junit/index.html" />
-            </item>
-			<item name="Runtimes" href="runtimes/index.html">
-				<item name="Default" href="runtimes/dflt/index.html">
-                    <item name="Bytecode Providers" href="runtimes/dflt/bytecode/index.html">
-                    </item>
-                    <item name="Object Stores" href="runtimes/dflt/objectstores/index.html">
-                    </item>
-					<item name="Profile Stores" href="runtimes/dflt/profilestores/index.html">
-		            </item>
-                    <item name="Remoting" href="runtimes/dflt/remoting/index.html">
-                    </item>
-                </item>
-                <item name="Embedded" href="runtimes/embedded/index.html">
-                </item>
-            </item>
-			<item name="Programming Model" href="progmodels/index.html">
-            </item>
-			<item name="Security" href="security/index.html">
-            </item>
-		</menu>
-
-		<menu name="Community and Help">
-			<item name="IRC" href="http://webchat.freenode.net/?channels=apache-isis&amp;uio=d4" />
-            <item name="Mailing List">
-                <item name="Post to"
-                    href="mailto:isis-dev@incubator.apache.org" />
-                <item name="Archives"
-                    href="http://mail-archives.apache.org/mod_mbox/incubator-isis-dev/" />
-                <item name="Subscribe"
-                    href="mailto:isis-dev-subscribe@incubator.apache.org" />
-                <item name="Markmail (RSS)"
-                    href="http://incubator.markmail.org/search/?q=isis-dev" />
-                <item name="Gmane (NNTP)"
-                    href="http://blog.gmane.org/gmane.comp.apache.incubator.isis.devel" />
-            </item>
-            <!-- 
-            <item name="Twitter (#ApacheIsis)" href="http://search.twitter.com/search?q=%23ApacheIsis" />
-            -->
-            <item name="Wiki" href="https://cwiki.apache.org/confluence/display/ISIS/Index" />
-            <item name="JIRA" href="https://issues.apache.org/jira/browse/ISIS" />
-            <item name="CI" href="https://builds.apache.org/hudson/job/isis-trunk-windows" />
-            <item name="Isis Extras" href="http://code.google.com/a/apache-extras.org/p/isis-extras/" />
-        </menu>
-
-		<menu name="Other Resources">
-			<item name="Blogs">
-				<item name="Dan Haywood's blog" href="http://danhaywood.com/" />
-			</item>
-			<item name="Naked Objects">
-				<item name="Books on Naked Objects" href="books.html" />
-				<item name="Richard Pawson's Thesis" href="Pawson-Naked-Objects-thesis.pdf" />
-    			<item name="Naked Objects for .NET" href="http://www.nakedobjects.net/" />
-			</item>
-            <item name="Presentation Materials (please reuse)">
-                <item name="Introducing Apache Isis">
-                    <item name="PPTX (Microsoft)" href="./presentations/IntroducingApacheIsis.pptx" />
-                    <item name="PPT (Microsoft)" href="./presentations/IntroducingApacheIsis.ppt" />
-                    <item name="ODP (OpenDocument)" href="./presentations/IntroducingApacheIsis.odp" />
-                    <item name="PDF slides" href="./presentations/IntroducingApacheIsis-slides.pdf" />
-                    <item name="PDF notes" href="./presentations/IntroducingApacheIsis-notes.pdf" />
-                </item>
-            </item>
-            <item name="Isis Roadmap" href="roadmap.html" />
-		</menu>
-
-        <menu name="For Contributors">
-            <item name="Contributor's Guide">
-                <item name="PDF" href="docbkx/pdf/${docbkxGuideName}.pdf" />
-                <item name="HTML" href="docbkx/html/guide/${docbkxGuideName}.html" />
-            </item>
-        </menu>
-
-        <menu name="Project Info" ref="reports"/>
-
-        <menu name="Apache">
-            <item name="Foundation" href="http://www.apache.org/" />
-            <item name="License" href="http://www.apache.org/licenses/" />
-            <item name="Sponsorship" href="http://www.apache.org/foundation/sponsorship.html" />
-            <item name="Thanks" href="http://apache.org/foundation/thanks.html" />
+            <item name="IDE Support" href="ide-support.html"/>
+            <item name="Cheat Sheet" href="IsisCheatSheet.pdf"/>
+		</menu>
+
+        <menu name="The Naked Objects Pattern">
+            <item name="An Introduction" href="naked-objects-pattern.html" />
+            <item name="OOUIs" href="oouis.html" />
+            <item name="Benefits" href="naked-objects-pattern-benefits.html" />
+            <item name="Case Study" href="naked-objects-case-study.html" />
+        </menu>
+
+		<!-- This 'global' menu is inherited -->
+		<menu name="Isis Modules" inherit="bottom" href="core/index.html">
+			<item name="Application Library" href="applib/index.html" />
+			<item name="Core Framework" href="core/index.html"/>
+            <item name="Viewers" href="viewer/index.html">
+                <item name="DnD" href="viewer/dnd/index.html" />
+                <item name="HTML" href="viewer/html/index.html" />
+                <item name="Scimpi" href="viewer/scimpi/index.html" />
+                <item name="Wicket" href="viewer/wicket/index.html" />
+                <item name="XHTML" href="viewer/xhtml/index.html" />
+                <item name="JSON" href="viewer/json/index.html" />
+                <item name="BDD (Concordion)" href="viewer/bdd/index.html" />
+                <item name="JUnit" href="viewer/junit/index.html" />
+            </item>
+			<item name="Runtimes" href="runtimes/index.html">
+				<item name="Default" href="runtimes/dflt/index.html">
+                    <item name="Bytecode Providers" href="runtimes/dflt/bytecode/index.html">
+                    </item>
+                    <item name="Object Stores" href="runtimes/dflt/objectstores/index.html">
+                    </item>
+					<item name="Profile Stores" href="runtimes/dflt/profilestores/index.html">
+		            </item>
+                    <item name="Remoting" href="runtimes/dflt/remoting/index.html">
+                    </item>
+                </item>
+                <item name="Embedded" href="runtimes/embedded/index.html">
+                </item>
+            </item>
+			<item name="Programming Model" href="progmodels/index.html">
+            </item>
+			<item name="Security" href="security/index.html">
+            </item>
+		</menu>
+
+		<menu name="Community and Help">
+			<item name="IRC" href="http://webchat.freenode.net/?channels=apache-isis&amp;uio=d4" />
+            <item name="Mailing List">
+                <item name="Post to"
+                    href="mailto:isis-dev@incubator.apache.org" />
+                <item name="Archives"
+                    href="http://mail-archives.apache.org/mod_mbox/incubator-isis-dev/" />
+                <item name="Subscribe"
+                    href="mailto:isis-dev-subscribe@incubator.apache.org" />
+                <item name="Markmail (RSS)"
+                    href="http://incubator.markmail.org/search/?q=isis-dev" />
+                <item name="Gmane (NNTP)"
+                    href="http://blog.gmane.org/gmane.comp.apache.incubator.isis.devel" />
+            </item>
+            <!-- 
+            <item name="Twitter (#ApacheIsis)" href="http://search.twitter.com/search?q=%23ApacheIsis" />
+            -->
+            <item name="Wiki" href="https://cwiki.apache.org/confluence/display/ISIS/Index" />
+            <item name="JIRA" href="https://issues.apache.org/jira/browse/ISIS" />
+            <item name="CI" href="https://builds.apache.org/hudson/job/isis-trunk-windows" />
+            <item name="Isis Extras" href="http://code.google.com/a/apache-extras.org/p/isis-extras/" />
+        </menu>
+
+		<menu name="Other Resources">
+			<item name="Blogs">
+				<item name="Dan Haywood's blog" href="http://danhaywood.com/" />
+			</item>
+			<item name="Naked Objects">
+				<item name="Books on Naked Objects" href="naked-objects-books.html" />
+				<item name="Richard Pawson's Thesis" href="Pawson-Naked-Objects-thesis.pdf" />
+    			<item name="Naked Objects for .NET" href="http://www.nakedobjects.net/" />
+			</item>
+            <item name="Presentation Materials (please reuse)">
+                <item name="Introducing Apache Isis">
+                    <item name="PPTX (Microsoft)" href="./presentations/IntroducingApacheIsis.pptx" />
+                    <item name="PPT (Microsoft)" href="./presentations/IntroducingApacheIsis.ppt" />
+                    <item name="ODP (OpenDocument)" href="./presentations/IntroducingApacheIsis.odp" />
+                    <item name="PDF slides" href="./presentations/IntroducingApacheIsis-slides.pdf" />
+                    <item name="PDF notes" href="./presentations/IntroducingApacheIsis-notes.pdf" />
+                </item>
+            </item>
+            <item name="Isis Roadmap" href="roadmap.html" />
+		</menu>
+
+        <menu name="For Contributors">
+            <item name="Contributor's Guide">
+                <item name="PDF" href="docbkx/pdf/${docbkxGuideName}.pdf" />
+                <item name="HTML" href="docbkx/html/guide/${docbkxGuideName}.html" />
+            </item>
+        </menu>
+
+        <menu name="Project Info" ref="reports"/>
+
+        <menu name="Apache">
+            <item name="Foundation" href="http://www.apache.org/" />
+            <item name="License" href="http://www.apache.org/licenses/" />
+            <item name="Sponsorship" href="http://www.apache.org/foundation/sponsorship.html" />
+            <item name="Thanks" href="http://apache.org/foundation/thanks.html" />
             <item name="More thanks" href="more-thanks.html" />
-        </menu>
-
-	</body>
-</project>
+        </menu>
+
+	</body>
+</project>

Modified: incubator/isis/trunk/framework/src/site/xdoc/naked-objects-books.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/src/site/xdoc/naked-objects-books.xml?rev=1147227&r1=1147226&r2=1147227&view=diff
==============================================================================
--- incubator/isis/trunk/framework/src/site/xdoc/naked-objects-books.xml (original)
+++ incubator/isis/trunk/framework/src/site/xdoc/naked-objects-books.xml Fri Jul 15 16:42:48 2011
@@ -17,106 +17,106 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<!DOCTYPE document PUBLIC "-//Apache Software Foundation//DTD XDOC 1.0//EN"
-"http://maven.apache.org/dtd/xdoc_1_0.dtd">
-<document>
-	<properties>
-		<title>Introduction to [[NAME]]</title>
-		<author email="isis-contributors@lists.sourceforge.net">[[NAME]] Contributors</author>
-	</properties>
-
-	<body>
-		<section name="">
-
-			<h3>[[NAME]]</h3>
-
-			<p>
-				<i>Richard Pawson and Robert Matthews, Wiley 2002</i>
-			</p>
-
-			<img align="left" alt="[[NAME]]" class="wrap-left"
-				src="images/isis-book.jpg" style="margin:0 20px 20px 0; border-style:solid; border-width:1px;" />
-			<p>This book describes the original ideas of [[NAME]]. Although
-				based on a very early version of the framework, it's still
-				definitely worth a read (and beautifully produced).</p>
-
-			<p>Amazon quotes: (avg 5 stars)</p>
-			<ul style="padding-left: 20px">
-				<li>
-					<cite>Brilliant argument and toolkit for information systems</cite>
-				</li>
-				<li>
-					<cite>Most thoughtful and beautiful technical book I have read
-					</cite>
-				</li>
-				<li>
-					<cite>Excellent presentation of an innovative practical idea</cite>
-				</li>
-			</ul>
-
-			<p>
-				The book is freely available online
-				<a href="book/">here</a>
-				. Or, you can
-				get a hardcopy of the book at
-				<a
-					href="http://eu.wiley.com/WileyCDA/WileyTitle/productCd-0470844205.html">Wiley (publisher)</a>
-				and
-				<a
-					href="http://www.amazon.com/[[NAME]]-Objects-Richard-Pawson/dp/0470844205">Amazon</a>
-				.
-			</p>
-
-			<p>&nbsp;</p>
-			<p>&nbsp;</p>
-			
-			<h3>Domain Driven Design using [[NAME]]</h3>
-
-			<p>
-				<i>Dan Haywood, Pragmatic Bookshelf 2009</i>
-			</p>
-
-			<img align="left" alt="Domain Driven Design using [[NAME]]"
-				class="wrap-left" src="images/dhnako.jpg"
-				style="margin:0 20px 20px 0; border-style:solid; border-width:1px;" />
-
-			<p>This more recent book draws the parallel between domain-driven
-				design and [[NAME]] (4.0). In the spirit of the Pragmatic
-				Bookshelf, it's a practical, hands-on
-				sort of book, building up a
-				case study as it goes and encouraging you to
-				build your own app as
-				you go.</p>
-
-			<p>Amazon quotes: (avg 4.5 stars)</p>
-			<ul style="padding-left: 20px">
-				<li>
-					<cite>Important Contribution to Domain-Driven Design</cite>
-				</li>
-				<li>
-					<cite>The easy-to-learn [[NAME]] Framework .. provide[s] a
-						masterful exposition on DDD</cite>
-				</li>
-				<li>
-					<cite>Clear and passionate book about a great subject</cite>
-				</li>
-				<li>
-					<cite>Excellent book and a great framework</cite>
-				</li>
-			</ul>
-
-			<p>
-				You can find the book at
-				<a
-					href="http://www.pragprog.com/titles/dhnako/domain-driven-design-using-isis">Pragmatic Bookshelf (publisher)</a>
-				and
-				<a
-					href="http://www.amazon.com/Domain-Driven-Design-Objects-Pragmatic-Programmers/dp/1934356441">Amazon.com</a>
-				.
-			</p>
-
-
-
-		</section>
-	</body>
-</document>
+<!DOCTYPE document PUBLIC "-//Apache Software Foundation//DTD XDOC 1.0//EN"
+"http://maven.apache.org/dtd/xdoc_1_0.dtd">
+<document>
+	<properties>
+		<title>Introduction to Naked Objects</title>
+		<author email="isis-dev@incubator.apache.org">Apache Isis Contributors</author>
+	</properties>
+
+	<body>
+		<section name="">
+
+			<h3>Naked Objects</h3>
+
+			<p>
+				<i>Richard Pawson and Robert Matthews, Wiley 2002</i>
+			</p>
+
+			<img align="left" alt="Naked Objects" class="wrap-left"
+				src="images/nakedobjects-book.jpg" style="margin:0 20px 20px 0; border-style:solid; border-width:1px;" />
+			<p>This book describes the original ideas of Naked Objects. Although
+				based on a very early version of the framework, it's still
+				definitely worth a read (and beautifully produced).</p>
+
+			<p>Amazon quotes: (avg 5 stars)</p>
+			<ul style="padding-left: 20px">
+				<li>
+					<cite>Brilliant argument and toolkit for information systems</cite>
+				</li>
+				<li>
+					<cite>Most thoughtful and beautiful technical book I have read
+					</cite>
+				</li>
+				<li>
+					<cite>Excellent presentation of an innovative practical idea</cite>
+				</li>
+			</ul>
+
+			<p>
+				The book is freely available online
+				<a href="book/">here</a>
+				. Or, you can
+				get a hardcopy of the book at
+				<a
+					href="http://eu.wiley.com/WileyCDA/WileyTitle/productCd-0470844205.html">Wiley (publisher)</a>
+				and
+				<a
+					href="http://www.amazon.com/Naked-Objects-Richard-Pawson/dp/0470844205">Amazon</a>
+				.
+			</p>
+
+			<p>&nbsp;</p>
+			<p>&nbsp;</p>
+			
+			<h3>Domain Driven Design using Naked Objects</h3>
+
+			<p>
+				<i>Dan Haywood, Pragmatic Bookshelf 2009</i>
+			</p>
+
+			<img align="left" alt="Domain Driven Design using Naked Objects"
+				class="wrap-left" src="images/dhnako.jpg"
+				style="margin:0 20px 20px 0; border-style:solid; border-width:1px;" />
+
+			<p>This more recent book draws the parallel between domain-driven
+				design and Naked Objects (4.0). In the spirit of the Pragmatic
+				Bookshelf, it's a practical, hands-on
+				sort of book, building up a
+				case study as it goes and encouraging you to
+				build your own app as
+				you go.</p>
+
+			<p>Amazon quotes: (avg 4.5 stars)</p>
+			<ul style="padding-left: 20px">
+				<li>
+					<cite>Important Contribution to Domain-Driven Design</cite>
+				</li>
+				<li>
+					<cite>The easy-to-learn Naked Objects Framework .. provide[s] a
+						masterful exposition on DDD</cite>
+				</li>
+				<li>
+					<cite>Clear and passionate book about a great subject</cite>
+				</li>
+				<li>
+					<cite>Excellent book and a great framework</cite>
+				</li>
+			</ul>
+
+			<p>
+				You can find the book at
+				<a
+					href="http://www.pragprog.com/titles/dhnako/domain-driven-design-using-naked-objects">Pragmatic Bookshelf (publisher)</a>
+				and
+				<a
+					href="http://www.amazon.com/Domain-Driven-Design-Objects-Pragmatic-Programmers/dp/1934356441">Amazon.com</a>
+				.
+			</p>
+
+
+
+		</section>
+	</body>
+</document>

Added: incubator/isis/trunk/framework/viewer/bdd/src/site/apt/jottings.apt
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/viewer/bdd/src/site/apt/jottings.apt?rev=1147227&view=auto
==============================================================================
--- incubator/isis/trunk/framework/viewer/bdd/src/site/apt/jottings.apt (added)
+++ incubator/isis/trunk/framework/viewer/bdd/src/site/apt/jottings.apt Fri Jul 15 16:42:48 2011
@@ -0,0 +1,24 @@
+~~  Licensed to the Apache Software Foundation (ASF) under one
+~~  or more contributor license agreements.  See the NOTICE file
+~~  distributed with this work for additional information
+~~  regarding copyright ownership.  The ASF licenses this file
+~~  to you under the Apache License, Version 2.0 (the
+~~  "License"); you may not use this file except in compliance
+~~  with the License.  You may obtain a copy of the License at
+~~
+~~        http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~  Unless required by applicable law or agreed to in writing,
+~~  software distributed under the License is distributed on an
+~~  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+~~  KIND, either express or implied.  See the License for the
+~~  specific language governing permissions and limitations
+~~  under the License.
+
+
+
+Jottings
+ 
+  This page is to capture any random jottings relating to this module prior 
+  to being moved into formal documentation. 
+ 

Propchange: incubator/isis/trunk/framework/viewer/bdd/src/site/apt/jottings.apt
------------------------------------------------------------------------------
    svn:executable = *