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 2014/02/03 14:49:12 UTC

svn commit: r896259 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/documentation.html content/getting-started/quickstart-archetype.html

Author: buildbot
Date: Mon Feb  3 13:49:12 2014
New Revision: 896259

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/documentation.html
    websites/staging/isis/trunk/content/getting-started/quickstart-archetype.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Feb  3 13:49:12 2014
@@ -1 +1 @@
-1560846
+1563893

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Feb  3 13:49:12 2014
@@ -1 +1 @@
-1560846
+1563893

Modified: websites/staging/isis/trunk/content/documentation.html
==============================================================================
--- websites/staging/isis/trunk/content/documentation.html (original)
+++ websites/staging/isis/trunk/content/documentation.html Mon Feb  3 13:49:12 2014
@@ -292,8 +292,7 @@
 <h3>Getting started</h3>
 
 <ul>
-<li><strong><a href="getting-started/simple-archetype.html">Simple Archetype</a> (<a href="getting-started/release-notes/about.html">1.3.1</a>)</strong></li>
-<li><a href="getting-started/quickstart-archetype.html">ToDo App (Quickstart) Archetype</a> (<a href="getting-started/release-notes/about.html">1.3.1</a>)
+<li><strong><a href="getting-started/simple-archetype.html">Simple Archetype</a> (<a href="getting-started/release-notes/about.html">1.3.1</a>)</strong>
 </div>
 <div class="col-md-4"></p>
 

Modified: websites/staging/isis/trunk/content/getting-started/quickstart-archetype.html
==============================================================================
--- websites/staging/isis/trunk/content/getting-started/quickstart-archetype.html (original)
+++ websites/staging/isis/trunk/content/getting-started/quickstart-archetype.html Mon Feb  3 13:49:12 2014
@@ -281,6 +281,8 @@
 
 <p>While not quite a "kitchen-sink" example (there is, after all, just a single domain class), the app nevertheless demonstrates a good number of Isis' capabilities.  In particular, the use of contributed actions etc is demonstrated by <code>ToDoItemContributions</code>; view models are demonstrated by <code>ToDoItemsByCategoryViewModel</code> and <code>ToDoItemsByDateRangeViewModel</code>; a dashboard is demonstrated by <code>ToDoAppDashboard</code>. </p>
 
+<p>The archetype also (from 1.4.0-SNAPSHOT onwards) demonstrates Isis' support for in-built profiling, auditing, event publishing and background actions.  The last of these integrates with the Quartz scheduler, executing queued-up actions every 10 seconds.</p>
+
 <p>Running this archetype is a good way to get familiar with the structure of a not-too-complex Isis application.  However, to get started with your own application, we generally recommend that you can run the alternative <a href="simple-archetype.html">simple archetype</a>.  This will generate a completely stripped back and minimal application for you to refactor and extend; you can then use this ToDo app to guide your own development.</p>
 
 <h3>Generating the App</h3>