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/11 00:23:53 UTC

svn commit: r897268 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/intro/getting-started/simple-archetype.html

Author: buildbot
Date: Mon Feb 10 23:23:53 2014
New Revision: 897268

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/intro/getting-started/simple-archetype.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Feb 10 23:23:53 2014
@@ -1 +1 @@
-1566835
+1566838

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Feb 10 23:23:53 2014
@@ -1 +1 @@
-1566835
+1566838

Modified: websites/staging/isis/trunk/content/intro/getting-started/simple-archetype.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/getting-started/simple-archetype.html (original)
+++ websites/staging/isis/trunk/content/intro/getting-started/simple-archetype.html Mon Feb 10 23:23:53 2014
@@ -321,7 +321,7 @@ mvn clean install
 
 <h3>Running the App</h3>
 
-<p>The <code>simple_wicket_restful_jdo</code> archetype generates a single WAR file, configured to run both the <a href="../components/viewers/wicket/about.html">Wicket viewer</a> and the <a href="../components/viewers/wicket/about.html">Restful Objects viewer</a>.  The archetype also configures the <a href="../components/objectstores/jdo/about.html">JDO Objectstore</a> to use an in-memory HSQLDB connection.  </p>
+<p>The <code>simple_wicket_restful_jdo</code> archetype generates a single WAR file, configured to run both the <a href="../../components/viewers/wicket/about.html">Wicket viewer</a> and the <a href="../../components/viewers/wicket/about.html">Restful Objects viewer</a>.  The archetype also configures the <a href="../../components/objectstores/jdo/about.html">JDO Objectstore</a> to use an in-memory HSQLDB connection.  </p>
 
 <p>Once you've built the app, you can run the WAR in a variety of ways. </p>
 
@@ -360,9 +360,9 @@ mvn jetty:run -D jetty.port=9090
 
 <h3>Modifying the App</h3>
 
-<p>Once you are familiar with the generated app, you'll want to start modifying it.  There is plenty of guidance on this site (check out the <a href="../documentation.html">getting started</a> section first).</p>
+<p>Once you are familiar with the generated app, you'll want to start modifying it.  There is plenty of guidance on this site; check out the 'programming model how-tos' section on the main <a href="../documentation.html">documentation</a> page first).</p>
 
-<p>If you use Eclipse, do also install the <a href="../getting-started/editor-templates.html">Eclipse templates</a>; these will help you follow the Isis naming conventions.  </p>
+<p>If you use Eclipse, do also install the <a href="../resources/editor-templates.html">Eclipse templates</a>; these will help you follow the Isis naming conventions.  </p>
 
 <h4>App Structure</h4>
 
@@ -373,11 +373,11 @@ mvn jetty:run -D jetty.port=9090
 <tr><td>myapp</td><td>The parent (aggregator) module</td></tr>
 <tr><td>myapp-dom</td><td>The domain object model, consisting of <tt>SimpleObject</tt> and <tt>SimpleObjects</tt> (repository) domain service.</td></tr>
 <tr><td>myapp-fixture</td><td>Domain object fixtures used for initializing the system when being demo'ed or for unit testing.</td></tr>
-<tr><td>myapp-integtests</td><td>End-to-end <a href="../core/integtestsupport.html">integration tests</a>, that exercise from the UI through to the database</td></tr>
+<tr><td>myapp-integtests</td><td>End-to-end <a href="../../core/integtestsupport.html">integration tests</a>, that exercise from the UI through to the database</td></tr>
 <tr><td>myapp-webapp</td><td>Run as a webapp (from <tt>web.xml</tt>) using either the Wicket viewer or the RestfulObjects viewer</td></tr>
 </table>
 
-<p>If you run into issues, please don't hesitate to ask for help on the <a href="../support.html">users mailing list</a>.</p>
+<p>If you run into issues, please don't hesitate to ask for help on the <a href="../../support.html">users mailing list</a>.</p>