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/08/14 20:34:15 UTC

[06/24] isis-site git commit: ISIS-1521: updates for 1.15.0 release (bump up from -SNAPSHOT)

http://git-wip-us.apache.org/repos/asf/isis-site/blob/83a95eb0/content/guides/rgmvn/rgmvn.html
----------------------------------------------------------------------
diff --git a/content/guides/rgmvn/rgmvn.html b/content/guides/rgmvn/rgmvn.html
index 749f80f..ae9288e 100644
--- a/content/guides/rgmvn/rgmvn.html
+++ b/content/guides/rgmvn/rgmvn.html
@@ -200,7 +200,9 @@ table.CodeRay td.code>pre{padding:0}
         <li><a href="../../release-notes/release-notes.html">Release Notes</a></li> 
         <li><a href="../../migration-notes/migration-notes.html">Migration Notes</a></li> 
         <li role="separator" class="divider"></li> 
-        <li><a href="../../guides/ugfun/ugfun.html#_ugfun_getting-started_simpleapp-archetype">Maven archetype</a></li> 
+        <li class="dropdown-header">Maven archetypes</li> 
+        <li><a href="../../guides/ugfun/ugfun.html#_ugfun_getting-started_helloworld-archetype">helloworld</a></li> 
+        <li><a href="../../guides/ugfun/ugfun.html#_ugfun_getting-started_simpleapp-archetype">simpleapp</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
         <li><a href="https://github.com/apache/isis">Github mirror</a></li> 

http://git-wip-us.apache.org/repos/asf/isis-site/blob/83a95eb0/content/guides/rgmvn/rgmvn.pdf
----------------------------------------------------------------------
diff --git a/content/guides/rgmvn/rgmvn.pdf b/content/guides/rgmvn/rgmvn.pdf
index 8bbad89..1d106fc 100644
--- a/content/guides/rgmvn/rgmvn.pdf
+++ b/content/guides/rgmvn/rgmvn.pdf
@@ -4,8 +4,8 @@
 << /Title (Apache Isis Maven plugin)
 /Creator (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
 /Producer (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
-/CreationDate (D:20170801163807+01'00')
-/ModDate (D:20170801163807+01'00')
+/CreationDate (D:20170814204339+01'00')
+/ModDate (D:20170814204339+01'00')
 >>
 endobj
 2 0 obj

http://git-wip-us.apache.org/repos/asf/isis-site/blob/83a95eb0/content/guides/rgsvc/rgsvc.html
----------------------------------------------------------------------
diff --git a/content/guides/rgsvc/rgsvc.html b/content/guides/rgsvc/rgsvc.html
index ce44354..e6174d7 100644
--- a/content/guides/rgsvc/rgsvc.html
+++ b/content/guides/rgsvc/rgsvc.html
@@ -200,7 +200,9 @@ table.CodeRay td.code>pre{padding:0}
         <li><a href="../../release-notes/release-notes.html">Release Notes</a></li> 
         <li><a href="../../migration-notes/migration-notes.html">Migration Notes</a></li> 
         <li role="separator" class="divider"></li> 
-        <li><a href="../../guides/ugfun/ugfun.html#_ugfun_getting-started_simpleapp-archetype">Maven archetype</a></li> 
+        <li class="dropdown-header">Maven archetypes</li> 
+        <li><a href="../../guides/ugfun/ugfun.html#_ugfun_getting-started_helloworld-archetype">helloworld</a></li> 
+        <li><a href="../../guides/ugfun/ugfun.html#_ugfun_getting-started_simpleapp-archetype">simpleapp</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
         <li><a href="https://github.com/apache/isis">Github mirror</a></li> 
@@ -1700,12 +1702,12 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_view_models_code_1_15_0_snapshot_code">3.8.3. View models (<code>1.15.0-SNAPSHOT</code>)</h4> 
+          <h4 id="_view_models">3.8.3. View models</h4> 
           <div class="paragraph"> 
            <p>Hints are stored against the <code>Bookmark</code> of a domain object, essentially the identifier of the domain object. For a domain entity this identifier is fixed and unchanging but for a view models the identifier changes each time the view model’s state changes (the identifier is basically a digest of the object’s state). This means that any hints stored against the view model’s bookmark are in effect lost as soon as the view model is modified.</p> 
           </div> 
           <div class="paragraph"> 
-           <p>To address this issue the <code>HintStore</code> (as of <code>1.15.0-SNAPSHOT</code>) provides an optional interface that the view model can implement, the intent of which is to expose the "logical" identity of the view model. This interface is:</p> 
+           <p>To address this issue the <code>HintStore</code> provides an optional interface that the view model can implement, the intent of which is to expose the "logical" identity of the view model. This interface is:</p> 
           </div> 
           <div class="listingblock"> 
            <div class="content"> 
@@ -3866,7 +3868,7 @@ org.quartz.plugin.jobInitializer.failOnFileNotFound = true</code></pre>
          <div class="sect3"> 
           <h4 id="_implementation_15">4.6.2. Implementation</h4> 
           <div class="paragraph"> 
-           <p>The core framework provides a default implementation of this service (in <code>1.15.0-SNAPSHOT</code>, this is <code>o.a.i.core.runtime.services.message.MessageServiceDefault</code> ).</p> 
+           <p>The core framework provides a default implementation of this service, <code>o.a.i.core.runtime.services.message.MessageServiceDefault</code>.</p> 
           </div> 
          </div> 
          <div class="sect3"> 
@@ -4040,7 +4042,7 @@ org.quartz.plugin.jobInitializer.failOnFileNotFound = true</code></pre>
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_rgsvc_application-layer-api_TransactionService">4.9. <code>TransactionService2</code> (<code>1.15.0-SNAPSHOT</code>)</h3>
+         <h3 id="_rgsvc_application-layer-api_TransactionService">4.9. <code>TransactionService2</code></h3>
          <div class="btn-group" style="float: right; font-size: small; padding: 6px; margin-top: -55px; ">
           <button type="button" class="btn btn-xs btn-default" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/guides/rgsvc/_rgsvc_application-layer-api_TransactionService.adoc&quot;"><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button>
           <button type="button" class="btn btn-xs btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><span class="caret"></span><span class="sr-only">Toggle Dropdown</span></button>
@@ -4052,7 +4054,7 @@ org.quartz.plugin.jobInitializer.failOnFileNotFound = true</code></pre>
           </ul>
          </div> 
          <div class="paragraph"> 
-          <p>The <code>TransactionService2</code> (<code>1.15.0-SNAPSHOT</code>) provides a small number of methods to allow domain objects to influence user transactions.</p> 
+          <p>The <code>TransactionService2</code> provides a small number of methods to allow domain objects to influence user transactions.</p> 
          </div> 
          <div class="admonitionblock note"> 
           <table> 
@@ -4212,7 +4214,7 @@ org.quartz.plugin.jobInitializer.failOnFileNotFound = true</code></pre>
          <div class="sect3"> 
           <h4 id="_implementation_18">4.9.2. Implementation</h4> 
           <div class="paragraph"> 
-           <p>The core framework provides a default implementation of this service, <code>o.a.i.core.metamodel.services.xactn.TransactionServiceInternalDefault</code> (renamed to <code>TransactionServiceDefault</code> in <code>1.15.0-SNAPSHOT</code>).</p> 
+           <p>The core framework provides a default implementation of this service, <code>o.a.i.core.metamodel.services.xactn.TransactionServiceDefault</code>.</p> 
           </div> 
          </div> 
          <div class="sect3">