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 2017/10/31 06:15:09 UTC

[11/23] isis-site git commit: adds link to imworld video

http://git-wip-us.apache.org/repos/asf/isis-site/blob/d73cbc96/content/guides/rgant/rgant.html
----------------------------------------------------------------------
diff --git a/content/guides/rgant/rgant.html b/content/guides/rgant/rgant.html
index cf89bec..a522f3b 100644
--- a/content/guides/rgant/rgant.html
+++ b/content/guides/rgant/rgant.html
@@ -6566,15 +6566,11 @@ WrapperFactory wrapperFactory;</code></pre>
             </div> </li> 
            <li> <p><code>MIXIN</code><br></p> 
             <div class="paragraph"> 
-             <p>indicates that the domain object is part of the domain layer, and is contributing behaviour to objects of some other type as a mixin (also known as a trait).</p> 
+             <p>indicates that the domain object is part of the domain layer, and is contributing behaviour to objects of some other type as a mixin (also known as a trait).<br></p> 
+            </div> 
+            <div class="paragraph"> 
+             <p>Equivalent to annotating with <a href="../rgant/rgant.html#_rgant-Mixin"><code>@Mixin</code></a>. For further discussion on using mixins, see <a href="../ugfun/ugfun.html#_ugfun_building-blocks_types-of-domain-objects_mixins">mixins</a> in the user guide.</p> 
             </div> </li> 
-          </ul> 
-         </div> 
-         <div class="paragraph"> 
-          <p>Equivalent to annotating with <a href="../rgant/rgant.html#_rgant-Mixin"><code>@Mixin</code></a>. For further discussion on using mixins, see <a href="../ugfun/ugfun.html#_ugfun_building-blocks_types-of-domain-objects_mixins">mixins</a> in the user guide.</p> 
-         </div> 
-         <div class="ulist"> 
-          <ul> 
            <li> <p><code>VIEW_MODEL</code><br></p> 
             <div class="paragraph"> 
              <p>indicates that the domain object is conceptually part of the application layer, and exists to surfaces behaviour and/or state that is aggregate of one or more domain entities.</p> 
@@ -6582,9 +6578,6 @@ WrapperFactory wrapperFactory;</code></pre>
           </ul> 
          </div> 
          <div class="paragraph"> 
-          <p>The identity of an inmemory entity is determined solely by the state of entity’s properties. The framework will automatically recreate the domain object each time it is interacted with.</p> 
-         </div> 
-         <div class="paragraph"> 
           <p>Those natures that indicate the domain object is an entity (of some sort or another) mean then that the domain object is considered to be part of the domain model layer. As such the domain object’s class cannot be annotated with <a href="../rgant/rgant.html#_rgant-ViewModel"><code>@ViewModel</code></a> or implement the <a href="../rgcms/rgcms.html#_rgcms_classes_super_ViewModel"><code>ViewModel</code></a> interface.</p> 
          </div> 
          <div class="admonitionblock note">