Author: danhaywood
Date: Wed Nov 19 15:58:16 2014
New Revision: 1640578
URL: http://svn.apache.org/r1640578
Log:
tutorial
Modified:
isis/site/trunk/content/intro/tutorials/apacheconeu-2014.md
Modified: isis/site/trunk/content/intro/tutorials/apacheconeu-2014.md
URL:
http://svn.apache.org/viewvc/isis/site/trunk/content/intro/tutorials/apacheconeu-2014.md?rev=1640578&r1=1640577&r2=1640578&view=diff
==============================================================================
--- isis/site/trunk/content/intro/tutorials/apacheconeu-2014.md (original)
+++ isis/site/trunk/content/intro/tutorials/apacheconeu-2014.md Wed Nov 19
15:58:16 2014
@@ -565,8 +565,8 @@ Also, if using Isis' REST API then the R
To support these use cases, Isis therefore allows you to write a [view
model](http://isis.apache.org/reference/recognized-annotations/ViewModel.html),
either by annotating the class with
[@ViewModel](http://isis.apache.org/reference/recognized-annotations/ViewModel.html)
or (for more control) by implementing the `ViewModel` interface.
-
-TODO
+* build a view model summarizing the state of the app (a "dashboard")
+* write a new `@HomePage` domain service action returning this dashboard
viewmodel (and remove the `@HomePage` annotation from any other domain service
if present)
## Testing