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

svn commit: r1563893 - in /isis/site/trunk/content: documentation.md getting-started/quickstart-archetype.md

Author: danhaywood
Date: Mon Feb  3 13:49:01 2014
New Revision: 1563893

URL: http://svn.apache.org/r1563893
Log:
de-emphasise the todo archetype

Modified:
    isis/site/trunk/content/documentation.md
    isis/site/trunk/content/getting-started/quickstart-archetype.md

Modified: isis/site/trunk/content/documentation.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/documentation.md?rev=1563893&r1=1563892&r2=1563893&view=diff
==============================================================================
--- isis/site/trunk/content/documentation.md (original)
+++ isis/site/trunk/content/documentation.md Mon Feb  3 13:49:01 2014
@@ -14,7 +14,6 @@ Title: Documentation
 ### Getting started
 
   - **[Simple Archetype](getting-started/simple-archetype.html) ([1.3.1](getting-started/release-notes/about.html))**
-  - [ToDo App (Quickstart) Archetype](getting-started/quickstart-archetype.html) ([1.3.1](getting-started/release-notes/about.html))
 
 }
 

Modified: isis/site/trunk/content/getting-started/quickstart-archetype.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/getting-started/quickstart-archetype.md?rev=1563893&r1=1563892&r2=1563893&view=diff
==============================================================================
--- isis/site/trunk/content/getting-started/quickstart-archetype.md (original)
+++ isis/site/trunk/content/getting-started/quickstart-archetype.md Mon Feb  3 13:49:01 2014
@@ -4,6 +4,8 @@ The todo app (quickstart) archetype will
 
 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 `ToDoItemContributions`; view models are demonstrated by `ToDoItemsByCategoryViewModel` and `ToDoItemsByDateRangeViewModel`; a dashboard is demonstrated by `ToDoAppDashboard`. 
 
+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.
+
 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 [simple archetype](simple-archetype.html).  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.
 
 ### Generating the App