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/10/14 08:10:03 UTC

svn commit: r1631629 - in /isis/site/trunk/content: documentation.md intro/tutorials/screencasts.md

Author: danhaywood
Date: Tue Oct 14 06:10:02 2014
New Revision: 1631629

URL: http://svn.apache.org/r1631629
Log:
isis addon modules and screencasts

Modified:
    isis/site/trunk/content/documentation.md
    isis/site/trunk/content/intro/tutorials/screencasts.md

Modified: isis/site/trunk/content/documentation.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/documentation.md?rev=1631629&r1=1631628&r2=1631629&view=diff
==============================================================================
--- isis/site/trunk/content/documentation.md (original)
+++ isis/site/trunk/content/documentation.md Tue Oct 14 06:10:02 2014
@@ -333,15 +333,15 @@ summarized [here](./reference/services.h
 Profiling, extended auditing.
 
 * [API](./reference/services/command-service.html) <a href="./reference/services/command-context.html#screencast"><img src="./images/tv_show-25.png"></a> 
-* [Isis addons implementation](components/objectstores/jdo/services/command-service-jdo.html) 
+* [Isis addons implementation](http://github.com/isisaddons/isis-module-command)  <a href="./intro/tutorials/screencasts.html"><img src="./images/tv_show-25.png"></a>
 
 #### <a name="isis-module-command">Background Command Service</a>
 
 Background/async execution
 
 * [API](./reference/services/background-command-service.html)
-* [Isis addons implementation](components/objectstores/jdo/services/command-service-jdo.html) 
-* [Background Execution](./reference/non-ui/background-command-execution.html) ([Impl](components/objectstores/jdo/non-ui/background-command-execution-jdo.html))
+* [Background Execution](./reference/non-ui/background-command-execution.html)
+* [Isis addons implementation](http://github.com/isisaddons/isis-module-command) (for both)
 
 }
 
@@ -349,34 +349,36 @@ Background/async execution
 
 #### <a name="isis-module-auditing">Auditing</a>
 
-* [Auditing API](./reference/services/auditing-service.html) [Implementation](components/objectstores/jdo/services/auditing-service-jdo.html)
+* [Auditing API](./reference/services/auditing-service.html)
+* [Isis addons implementation](http://github.com/isisaddons/isis-module-audit)  <a href="./intro/tutorials/screencasts.html"><img src="./images/tv_show-25.png"></a>
 
 #### <a name="isis-module-publishing">Publishing Service</a>
 
 * [API](./reference/services/publishing-service.html)
-* [Implementation](components/objectstores/jdo/services/publishing-service-jdo.html) 
+* [Isis addons implementation](http://github.com/isisaddons/isis-module-publishing)  <a href="./intro/tutorials/screencasts.html"><img src="./images/tv_show-25.png"></a>
 
 
-#### <a name="isis-module-settings">Settings Service</a>
-
-* [API](./reference/services/settings-services.html)
-* [Implementation](components/objectstores/jdo/services/settings-services-jdo.html)
-
 }
 
 {col-md-4
 
+#### <a name="isis-module-settings">Settings Service</a>
+
+* [API](./reference/services/settings-services.html)
+* [Isis addons implementation](http://github.com/isisaddons/isis-module-settings) 
+
 #### <a name="isis-module-devutils">Developer Utilities</a>
 
 * [API](./reference/services/developer-utilities-service.html)
+* [Isis addons implementation](http://github.com/isisaddons/isis-module-devutils) 
 
-#### <a name="modules-isisaddons">Isis Addons</a>
+#### <a name="modules-isisaddons">Other Isis Addons</a>
 
 Hosted at [isisaddons.org](http://www.isisaddons.org).
 
 * [Docx Mail merge](http://github.com/isisaddons/isis-module-docx)
 * [Excel download/upload](http://github.com/isisaddons/isis-module-excel) <a href="./intro/tutorials/screencasts.html"><img src="./images/tv_show-25.png"></a>
-* [Scheduler](http://github.com/isisaddons/isis-module-scheduler)
+* [Security](http://github.com/isisaddons//isis-module-security) <a href="./intro/tutorials/screencasts.html"><img src="./images/tv_show-25.png"></a>
 * [String interpolator](http://github.com/isisaddons//isis-module-stringinterpolator)
 * [Tags](http://github.com/isisaddons/isis-module-tags)
 

Modified: isis/site/trunk/content/intro/tutorials/screencasts.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/intro/tutorials/screencasts.md?rev=1631629&r1=1631628&r2=1631629&view=diff
==============================================================================
--- isis/site/trunk/content/intro/tutorials/screencasts.md (original)
+++ isis/site/trunk/content/intro/tutorials/screencasts.md Tue Oct 14 06:10:02 2014
@@ -9,29 +9,33 @@ We've prepared some screencasts to help 
       </td>
   </tr>
   <tr>
-    <td>How it works<br/><br/><i>How Apache Isis builds a webapp from the underlying domain object model</i>
+    <td>How it works (v1.1.0)<br/><br/><i>How Apache Isis builds a webapp from the underlying domain object model</i>
     <br/><br/>
     See <a href="../elevator-pitch/common-use-cases.html#screencast">common use cases</a>
     <br/><br/>
-    This screencast is for Isis v1.1.0 (ie somewhat out of date)
+    <i>This screencast is for Isis v1.1.0 (ie very out of date)</i>
     </td>
     <td>
       <iframe width="420" height="315" src="http://www.youtube.com/embed/ludOLyi6VyY" frameborder="0" allowfullscreen></iframe>
     </td>
   </tr>
   <tr>
-    <td>Todo (quickstart) app walkthrough<br/><br/><i>A run-through of the main features of the todo application generated by the Apache Isis quickstart archetype</i>
+    <td>Todo app walkthrough (v.1.4.0)<br/><br/><i>A run-through of the main features of the todo application generated by the Apache Isis todoapp archetype</i>
     <br/><br/>
-    Learn how to generate this app <a href="../getting-started/quickstart-archetype.html#screencast">here</a>
+    Learn how to generate this app <a href="../getting-started/todoapp-archetype.html#screencast">here</a>
+    <br/><br/>
+    <i>nb: the todoapp was previously called the 'quickstart' app</i>
     </td>
     <td>
       <iframe width="420" height="210" src="//www.youtube.com/embed/2leQwavWxeg" frameborder="0" allowfullscreen></iframe>
       </td>
   </tr>
   <tr>
-    <td>Quickstart Archetype<br/><br/><i>How to use the Apache Isis quickstart archetype to generate your first Apache Isis application</i>
+    <td>Todoapp (quickstart) Archetype<br/><br/><i>How to use the Apache Isis quickstart archetype to generate your first Apache Isis application</i>
+    <br/><br/>
+    Learn how to use the <a href="../getting-started/todoapp-archetype.html#screencast">quickstart archetype</a> here
     <br/><br/>
-    Learn how to use the <a href="../getting-started/quickstart-archetype.html#screencast">quickstart archetype</a> here
+    <i>nb: the todoapp was previously called the 'quickstart' app</i>
     </td>
     <td>
       <iframe width="420" height="315" src="http://www.youtube.com/embed/RH6J4gx8OoA" frameborder="0" allowfullscreen></iframe>
@@ -54,7 +58,7 @@ We've prepared some screencasts to help 
     </td>
   </tr>
   <tr>
-    <td>Setting up IntelliJ<br/><br/><i>How to import an Apache Isis maven-based application into IntelliJ and run the app.
+    <td>Setting up IntelliJ<br/><br/><i>How to import an Apache Isis maven-based application into IntelliJ and run the app.</i>
     <br/><br/>
     Learn more <a href="../getting-started/ide/intellij.html#screencast">here</a>
     </td>
@@ -63,73 +67,100 @@ We've prepared some screencasts to help 
     </td>
   </tr>
 
-  
+
   <tr>
-      <td colspan="2">
-        <h2>Wicket Viewer</h2>
-      </td>
+    <td colspan="2">
+        <h2>Isis Add-on Modules</h2>
+    </td>
   </tr>
   <tr>
-    <td>Dynamic layouts in the Wicket viewer<br/><br/><i>How to layout properties and collections dynamically</i>
+    <td>Commands and Auditing (v1.6.0)<br/><br/><i>Configuring the command and auditing add-on modules for the simpleapp application (as per by the <a href="../getting-started/simpleapp-archetype.html">archetype</a>.</i>
     <br/><br/>
-    Learn more <a href="../../components/viewers/wicket/dynamic-layouts.html#screencast">here</a>
+    Learn more at the <a href="http://github.com/isisaddons/isis-module-command.html">isis-module-command</a> and <a href="http://github.com/isisaddons/isis-module-audit.html">isis-module-audit</a> github repos.
     </td>
     <td>
-      <iframe width="420" height="236" src="http://www.youtube.com/embed/zmrg49WeEPc" frameborder="0" allowfullscreen></iframe>
-    </td>
+      <iframe width="420" height="236" src="//www.youtube.com/embed/g01tK58MxJ8" frameborder="0" allowfullscreen></iframe>
+  </td>
   </tr>
   <tr>
-    <td>Bulk updates in Isis<br/><br/><i>Using the <code>isis-module-excel</code> module (in <a href="http://www.isisaddons.org">Isis Add-ons</a> and view models to perform bulk updates).</i>
+    <td>Security (v1.6.0)<br/><br/><i>Configuring the security add-on module for the simpleapp application (as per by the <a href="../getting-started/simpleapp-archetype.html">archetype</a>..</i>
     <br/><br/>
-    See also the <a href="http://github.com/isisaddons/isis-module-excel.html">github repo</a>
+    Learn more at the <a href="http://github.com/isisaddons/isis-module-security.html">isis-module-security</a> github repo.
     </td>
     <td>
-      <iframe width="420" height="315" src="http://www.youtube.com/embed/8SsRDhCUuRc" frameborder="0" allowfullscreen></iframe>
+      <iframe width="420" height="236" src="//www.youtube.com/embed/bj8735nBRR4" frameborder="0" allowfullscreen></iframe>
+  </td>
+  </tr>
+  <tr>
+    <td>Commands, Auditing, Publishing (v1.5.0)<br/><br/><i>A run-through of the command (profiling) service, auditing service, publishing service.  Also shows how commands can be run in the background either explicitly by scheduling through the background service or implicitly by way of a framework annotation.</i>
+    <br/><br/>
+    Learn more at the <a href="http://github.com/isisaddons/isis-module-command.html">isis-module-command</a>, <a href="http://github.com/isisaddons/isis-module-audit.html">isis-module-audit</a> and <a href="http://github.com/isisaddons/isis-module-publishing.html">isis-module-publishing</a> github repos.
+    <br/><br/>
+    See also the <a href="../../reference/services/command-context.html#screencast">Command context domain service</a> page
     </td>
+    <td>
+      <iframe width="420" height="210" src="//www.youtube.com/embed/tqXUZkPB3EI" frameborder="0" allowfullscreen></iframe>
+  </td>
   </tr>
   <tr>
-    <td>Customizing the Wicket viewer<br/><br/><i>How to customize the Wicket viewer, integrating the <code>isis-module-gmap3</code> google maps extension (in <a href="http://www.isisaddons.org">Isis Add-ons</a>).</i>
+    <td>Bulk updates in Isis (v1.5.0)<br/><br/><i>Using the <code>isis-module-excel</code> module (in <a href="http://www.isisaddons.org">Isis Add-ons</a> and view models to perform bulk updates).</i>
     <br/><br/>
-    See also the <a href="http://github.com/isisaddons/isis-wicket-excel.html">github repo</a>
+    Learn more at the  <a href="http://github.com/isisaddons/isis-module-excel.html">isis-module-excel</a> github repo.
     </td>
     <td>
-      <iframe width="420" height="315" src="http://www.youtube.com/embed/9o5zAME8LrM" frameborder="0" allowfullscreen></iframe>
+      <iframe width="420" height="315" src="http://www.youtube.com/embed/8SsRDhCUuRc" frameborder="0" allowfullscreen></iframe>
     </td>
   </tr>
 
+
+  
   <tr>
       <td colspan="2">
-        <h2>Restful Objects Viewer</h2>
+        <h2>Wicket Viewer</h2>
       </td>
   </tr>
   <tr>
-    <td>Using Chrome Tools<br/><br/><i>Interacting with the REST API using Chrome Plugins</i>
+    <td>Dynamic layouts in the Wicket viewer<br/><br/><i>How to layout properties and collections dynamically</i>
     <br/><br/>
-    Learn more <a href="../../components/viewers/restfulobjects/using-chrome-tools.html">here</a>
+    Learn more <a href="../../components/viewers/wicket/dynamic-layouts.html#screencast">here</a>
     </td>
     <td>
-      <iframe width="420" height="236" src="//www.youtube.com/embed/_-TOvVYWCHc" frameborder="0" allowfullscreen></iframe>)
+      <iframe width="420" height="236" src="http://www.youtube.com/embed/zmrg49WeEPc" frameborder="0" allowfullscreen></iframe>
     </td>
   </tr>
 
-
-
   
   <tr>
     <td colspan="2">
-        <h2>Domain Services</h2>
+        <h2>Isis Add-on Wicket Viewer Extensions</h2>
     </td>
   </tr>
   <tr>
-    <td>Commands, Auditing, Publishing<br/><br/><i>A run-through of the command (profiling) service, auditing service, publishing service.  Also shows how commands can be run in the background either explicitly by scheduling through the background service or implicitly by way of a framework annotation.</i>
+    <td>Customizing the Wicket viewer<br/><br/><i>How to customize the Wicket viewer, integrating the <code>isis-module-gmap3</code> google maps extension (in <a href="http://www.isisaddons.org">Isis Add-ons</a>).</i>
     <br/><br/>
-    See also the <a href="../../reference/services/command-context.html#screencast">Command context domain service</a> page
+    Learn more at the <a href="http://github.com/isisaddons/isis-wicket-excel.html">github repo</a>
     </td>
     <td>
-      <iframe width="420" height="210" src="//www.youtube.com/embed/tqXUZkPB3EI" frameborder="0" allowfullscreen></iframe>
-  </td>
+      <iframe width="420" height="315" src="http://www.youtube.com/embed/9o5zAME8LrM" frameborder="0" allowfullscreen></iframe>
+    </td>
   </tr>
 
+
+  <tr>
+      <td colspan="2">
+        <h2>Restful Objects Viewer</h2>
+      </td>
+  </tr>
+  <tr>
+    <td>Using Chrome Tools<br/><br/><i>Interacting with the REST API using Chrome Plugins</i>
+    <br/><br/>
+    Learn more <a href="../../components/viewers/restfulobjects/using-chrome-tools.html">here</a>
+    </td>
+    <td>
+      <iframe width="420" height="236" src="//www.youtube.com/embed/_-TOvVYWCHc" frameborder="0" allowfullscreen></iframe>)
+    </td>
+  </tr>
+  
   
   <tr>
       <td colspan="2">