Author: danhaywood
Date: Wed Nov 19 16:00:09 2014
New Revision: 1640579
URL: http://svn.apache.org/r1640579
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=1640579&r1=1640578&r2=1640579&view=diff
==============================================================================
--- isis/site/trunk/content/intro/tutorials/apacheconeu-2014.md (original)
+++ isis/site/trunk/content/intro/tutorials/apacheconeu-2014.md Wed Nov 19
16:00:09 2014
@@ -581,6 +581,8 @@ unit
http://isis.apache.org/core/unittestsupport.html
+
+
### Integration testing
TODO
@@ -600,33 +602,13 @@ TODO
-# whether to show only object properties for object members
-# (on the object representation only)
-# Takes precedence over the other 'suppress' below.
-#isis.viewer.restfulobjects.objectPropertyValuesOnly=true
-isis.viewer.restfulobjects.objectPropertyValuesOnly=true
-
-# whether to suppress "describedby" links. Defaults to false.
-#isis.viewer.restfulobjects.suppressDescribedByLinks=true
+http://isis.apache.org/components/viewers/restfulobjects/simplified-object-representation.html
-# whether to suppress "update" links. Defaults to false.
-#isis.viewer.restfulobjects.suppressUpdateLink=true
-# whether to suppress "id" json-prop for object members. Defaults to false.
-#isis.viewer.restfulobjects.suppressMemberId=true
+<pre>
+isis.viewer.restfulobjects.objectPropertyValuesOnly=true
+</pre>
-# whether to suppress "links" json-prop for object members
-# (on the object representation only). Defaults to false.
-#isis.viewer.restfulobjects.suppressMemberLinks=true
-
-# whether to suppress "extensions" json-prop for object members
-# (on the object representation only). Defaults to false.
-#isis.viewer.restfulobjects.suppressMemberExtensions=true
-
-# whether to suppress "disabledReason" json-prop for object members
-# (on the object representation only). Defaults to false.
-#isis.viewer.restfulobjects.suppressMemberDisabledReason=true
-isis.viewer.restfulobjects.suppressMemberDisabledReason=true
@@ -637,6 +619,7 @@ isis.viewer.restfulobjects.suppressMembe
+
## Configuring to use an external database
TODO