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 2013/10/16 09:42:48 UTC

svn commit: r1532669 - in /isis/site/trunk/content/getting-started: screencasts.md screenshots.md

Author: danhaywood
Date: Wed Oct 16 07:42:48 2013
New Revision: 1532669

URL: http://svn.apache.org/r1532669
Log:
reinstating screencasts (accidentally deleted), removing screenshots

Added:
    isis/site/trunk/content/getting-started/screencasts.md
Removed:
    isis/site/trunk/content/getting-started/screenshots.md

Added: isis/site/trunk/content/getting-started/screencasts.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/getting-started/screencasts.md?rev=1532669&view=auto
==============================================================================
--- isis/site/trunk/content/getting-started/screencasts.md (added)
+++ isis/site/trunk/content/getting-started/screencasts.md Wed Oct 16 07:42:48 2013
@@ -0,0 +1,43 @@
+Title: Screencasts
+
+We've prepared some screencasts to help you quickly see what Apache Isis has to offer.
+
+<table>
+  <tr>
+    <td>Quickstart Archetype<br/><br/><i>How to use the Apache Isis quickstart archetype to generate your first Apache Isis application</i></td>
+    <td>
+      <iframe width="420" height="315" src="http://www.youtube.com/embed/RH6J4gx8OoA" frameborder="0" allowfullscreen></iframe>
+    </td>
+  </tr>
+  <tr>
+    <td>Todo 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>
+    <td>
+      <iframe width="420" height="315" src="http://www.youtube.com/embed/1_vc01LIBUU" frameborder="0" allowfullscreen></iframe>
+    </td>
+  </tr>
+  <tr>
+    <td>Importing into Eclipse<br/><br/><i>How to import an Apache Isis maven-based application into Eclipse and configure to use with the JDO Objectstore</i></td>
+    <td>
+      <iframe width="420" height="315" src="http://www.youtube.com/embed/RgcYfjQ8yJA" frameborder="0" allowfullscreen></iframe>
+    </td>
+  </tr>
+  <tr>
+    <td>How it works<br/><br/><i>How Apache Isis builds a webapp from the underlying domain object model</i> </td>
+    <td>
+      <iframe width="420" height="315" src="http://www.youtube.com/embed/ludOLyi6VyY" frameborder="0" allowfullscreen></iframe>
+    </td>
+  </tr>
+  <tr>
+    <td>Dynamic layouts in the Wicket viewer<br/><br/><i>How to layout properties and collections dynamically (1.3.0-SNAPSHOT)</i> </td>
+    <td>
+      <iframe width="420" height="236" src="http://www.youtube.com/embed/zmrg49WeEPc" frameborder="0" allowfullscreen></iframe>
+    </td>
+  </tr>
+  <tr>
+    <td>Customizing the Wicket viewer<br/><br/><i>How to customize the Wicket viewer, integrating google maps.</i> </td>
+    <td>
+      <iframe width="420" height="315" src="http://www.youtube.com/embed/9o5zAME8LrM" frameborder="0" allowfullscreen></iframe>
+    </td>
+  </tr>
+<table>
+