Author: buildbot
Date: Tue Nov 18 22:33:33 2014
New Revision: 929700
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/tutorials/apacheconeu-2014.html
Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 18 22:33:33 2014
@@ -1 +1 @@
-1640440
+1640442
Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 18 22:33:33 2014
@@ -1 +1 @@
-1640440
+1640442
Modified: websites/staging/isis/trunk/content/tutorials/apacheconeu-2014.html
==============================================================================
--- websites/staging/isis/trunk/content/tutorials/apacheconeu-2014.html
(original)
+++ websites/staging/isis/trunk/content/tutorials/apacheconeu-2014.html Tue Nov
18 22:33:33 2014
@@ -573,7 +573,9 @@ mvn clean install
[Owner|-firstName:String;-lastName:String]<0..1-0..*>[Pet]
</pre>
-<h2>Domain class</h2>
+<h2>Domain entity</h2>
+
+<p>Most domain objects in Apache Isis applications are persistent entities.</p>
<ul>
<li>rename the <code>SimpleObject</code> class</li>
@@ -588,6 +590,8 @@ mvn clean install
<h2>Domain service</h2>
+<p>Domain services either act as factories or repositories to entities, or
(more generally) can be used to "bridge across" to other domains/bounded
contexts. Most are application-scoped, but they can also be request-scoped if
required.</p>
+
<ul>
<li>rename the <code>SimpleObjects</code> class</li>
<li>review <code>create</code> action (acting as a factory)
@@ -839,6 +843,21 @@ mvn clean install
<p>TODO</p>
+<ul>
+<li>Bulk actions</li>
+</ul>
+
+<p>TODO</p>
+
+<h2>Performance tuning</h2>
+
+<p>TODO</p>
+
+<ul>
+<li>QueryResultsCache</li>
+<li>Scratchpad Services</li>
+</ul>
+
<h2>Extending the Wicket UI</h2>
<h3>Excel download</h3>