You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2014/12/05 08:03:33 UTC

svn commit: r1643166 [2/2] - in /isis/site/trunk/content: components/viewers/wicket/ how-tos/ intro/learning-more/ intro/tutorials/ more-advanced-topics/ reference/ reference/recognized-annotations/ reference/services/ reference/ui/

Modified: isis/site/trunk/content/reference/services/developer-utilities-service.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/reference/services/developer-utilities-service.md?rev=1643166&r1=1643165&r2=1643166&view=diff
==============================================================================
--- isis/site/trunk/content/reference/services/developer-utilities-service.md (original)
+++ isis/site/trunk/content/reference/services/developer-utilities-service.md Fri Dec  5 07:03:32 2014
@@ -4,7 +4,7 @@ Title: Developer Utilities Service
 In 1.6.0 this implementation was released as part of *org.apache.isis.core:isis-module-devutils-jdo:1.6.0* and was also released as an [Isis addon](http://github.com/isisaddons/isis-module-devutils) module.  **In 1.7.0+ only the [Isis addon](http://github.com/isisaddons/isis-module-devutils) implementation is released.**
 }
 
-The `DeveloperUtilitiesService` service provides a number of development-time utilities, mostly related to accessing/interacting with the Isis metamodel.  These are visible in the UI, either as menu actions or as contributed actions.  All actions are annotated with [@Prototype](../recognized-annotations/Prototype.html), so are suppressed in [production mode](../deployment-type.html).
+The `DeveloperUtilitiesService` service provides a number of development-time utilities, mostly related to accessing/interacting with the Isis metamodel.  These are visible in the UI, either as menu actions or as contributed actions.  All actions are annotated with [@Prototype](../recognized-annotations/Prototype-deprecated.html), so are suppressed in [production mode](../deployment-type.html).
 
 
 ###API
@@ -30,19 +30,19 @@ The API defined by `DeveloperUtilitiesSe
 
 where:
 
-* `downloadMetaModel()` allows the developer to download a CSV spreadsheet of the Isis metamodel.  
- 
-    The developer can then review the metadata that has Isis has captured about each domain type: for example whether a business rule (hide/disable/validate) has been implemented for each member (also indicating the implementation) 
-
-* `downloadLayouts()` allows the developer can download a ZIP file of `Xxx.layout.json` files for each domain type in the Isis metamodel.  
- 
-    This is useful if converting a domain model to use [dynamic layouts](../../components/viewers/wicket/dynamic-layouts.html).
-
-*  `downloadLayout()` (contributed action) allows the developer can download the `Xxx.layout.json` for an individual object
+* `downloadMetaModel()` allows the developer to download a CSV spreadsheet of the Isis metamodel.  
+ 
+    The developer can then review the metadata that has Isis has captured about each domain type: for example whether a business rule (hide/disable/validate) has been implemented for each member (also indicating the implementation) 
+
+* `downloadLayouts()` allows the developer can download a ZIP file of `Xxx.layout.json` files for each domain type in the Isis metamodel.  
+ 
+    This is useful if converting a domain model to use [dynamic layouts](../../components/viewers/wicket/dynamic-layouts.html).
+
+*  `downloadLayout()` (contributed action) allows the developer can download the `Xxx.layout.json` for an individual object
 
 *  `refreshServices()` allows the developer to rebuild the Isis metamodel of all domain services.  This is particularly useful for picking up changes to [contributed actions](../../more-advanced-topics/how-to-01-062-How-to-decouple-dependencies-using-contributions.html)
 
-The `refreshLayout()` (which rebuild the Isis metamodel of the current object so that the UI refreshes) has been deprecated and hidden; the [Wicket viewer](../../components/viewers/wicket/about.html)) (when running in prototype mode) now automatically does this does this.
+The `refreshLayout()` (which rebuild the Isis metamodel of the current object so that the UI refreshes) has been deprecated and hidden; the [Wicket viewer](../../components/viewers/wicket/about.html)) (when running in prototype mode) now automatically does this does this.
 
 
 ###Implementations

Added: isis/site/trunk/content/reference/ui/ActionPositioning.pdf
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/reference/ui/ActionPositioning.pdf?rev=1643166&view=auto
==============================================================================
Binary file - no diff available.

Propchange: isis/site/trunk/content/reference/ui/ActionPositioning.pdf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: isis/site/trunk/content/reference/ui/ActionPositioning.pptx
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/reference/ui/ActionPositioning.pptx?rev=1643166&view=auto
==============================================================================
Binary file - no diff available.

Propchange: isis/site/trunk/content/reference/ui/ActionPositioning.pptx
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream