Author: buildbot
Date: Wed Nov 19 15:58:22 2014
New Revision: 929787
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/tutorials/apacheconeu-2014.html
Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Nov 19 15:58:22 2014
@@ -1 +1 @@
-1640575
+1640578
Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Nov 19 15:58:22 2014
@@ -1 +1 @@
-1640575
+1640578
Modified:
websites/staging/isis/trunk/content/intro/tutorials/apacheconeu-2014.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/tutorials/apacheconeu-2014.html
(original)
+++ websites/staging/isis/trunk/content/intro/tutorials/apacheconeu-2014.html
Wed Nov 19 15:58:22 2014
@@ -1063,7 +1063,10 @@ mvn clean install
<p>To support these use cases, Isis therefore allows you to write a <a
href="http://isis.apache.org/reference/recognized-annotations/ViewModel.html">view
model</a>, either by annotating the class with <a
href="http://isis.apache.org/reference/recognized-annotations/ViewModel.html">@ViewModel</a>
or (for more control) by implementing the <code>ViewModel</code> interface.</p>
-<p>TODO</p>
+<ul>
+<li>build a view model summarizing the state of the app (a "dashboard")</li>
+<li>write a new <code>@HomePage</code> domain service action returning this
dashboard viewmodel (and remove the <code>@HomePage</code> annotation from any
other domain service if present)</li>
+</ul>
<h2>Testing</h2>