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 2013/05/23 11:39:46 UTC

svn commit: r862843 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/applib-guide/applib-guide-intro.html

Author: buildbot
Date: Thu May 23 09:39:45 2013
New Revision: 862843

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/applib-guide/applib-guide-intro.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu May 23 09:39:45 2013
@@ -1 +1 @@
-1485627
+1485628

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu May 23 09:39:45 2013
@@ -1 +1 @@
-1485627
+1485628

Modified: websites/staging/isis/trunk/content/applib-guide/applib-guide-intro.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/applib-guide-intro.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/applib-guide-intro.html Thu May 23 09:39:45 2013
@@ -253,35 +253,36 @@
 
 <p><em>Apache Isis</em> works using convention-over-configuration; you write your domain objects following a set of conventions, and these are interpreted by the framework in order to render, persist, remote or otherwise interact with your domain model.</p>
 
-<p>These conventions are together known as the Apache Isis Programming Model. The Apache Isis Application Library - or AppLib - constitutes those elements of the programming model that are declarative (such as annotations and interfaces). It also contains the <code>DomainObjectContainer</code> interface, which is normally injected into your domain objects and represents the only point of coupling from your domain into the framework.</p>
+<p>These conventions are together known as the <em>Apache Isis Programming Model</em>. The Apache Isis Application Library - or AppLib - constitutes those elements of the programming model that are declarative (such as annotations and interfaces). It also contains the <code>DomainObjectContainer</code> interface, which is normally injected into your domain objects and represents the only point of coupling from your domain into the framework.</p>
 
 <p>This guide to the programming model breaks into three main parts:</p>
 
-<ul>
-<li>How-tos</p>
+<h2>How-tos</h2>
 
 <ul>
 <li><a href="./how-tos/000-about.html">How-to write Domain Entities</a></li>
 <li><a href="./domain-services/000-about.html">Domain Services, Repositories and Factories</a></li>
 <li><a href="./value-types/000-about.html">Value Types</a></li>
-</ul></li>
-<li>Supporting Features</p>
+</ul>
 
-<ul>
-<li><a href="./supporting-features/000-about.html">Clock, Fixtures, etc</a></li>
-</ul></li>
-<li>Reference:</p>
+<h2>Supporting Features</h2>
 
 <ul>
-<li><a href="./reference/Recognized-Methods-and-Prefixes.html">Recognized Methods and Prefixes</a></li>
-<li><a href="./reference/recognized-annotations/000-about.html">Recognized Annotations</a></li>
-<li><a href="./reference/DomainObjectContainer.html">DomainObjectContainer interface</a></li>
-<li><a href="./reference/Security.html">Security</a></li>
-<li><a href="./reference/Utility.html">Applib Utility Classes</a></li>
-<li><a href="./reference/Event.html">Applib Events</a></li>
-</ul></li>
+<li><a href="./supporting-features/000-about.html">Clock, Fixtures, etc</a></li>
 </ul>
 
+<h2>Reference</h2>
+
+<pre><code>* [Recognized Methods and Prefixes](./reference/Recognized-Methods-and-Prefixes.html)
+* [Recognized Annotations](./reference/recognized-annotations/000-about.html)
+* [DomainObjectContainer interface](./reference/DomainObjectContainer.html)
+* [Security](./reference/Security.html)
+* [Applib Utility Classes](./reference/Utility.html)
+* [Applib Events](./reference/Event.html)
+</code></pre>
+
+<h2>Remarks</h2>
+
 <p>To a large extent the conventions of the programming 
 model can be described as 'intentional' - they convey an intention as to 
 how domain objects, their properties and behaviours, are to be made