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/01/13 17:57:57 UTC

svn commit: r1432657 - in /isis/site/trunk/content: components/objectstores/jdo/hints-and-tips.md getting-started/screencasts.md

Author: danhaywood
Date: Sun Jan 13 16:57:57 2013
New Revision: 1432657

URL: http://svn.apache.org/viewvc?rev=1432657&view=rev
Log:
isis site - another screencast

Modified:
    isis/site/trunk/content/components/objectstores/jdo/hints-and-tips.md
    isis/site/trunk/content/getting-started/screencasts.md

Modified: isis/site/trunk/content/components/objectstores/jdo/hints-and-tips.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/objectstores/jdo/hints-and-tips.md?rev=1432657&r1=1432656&r2=1432657&view=diff
==============================================================================
--- isis/site/trunk/content/components/objectstores/jdo/hints-and-tips.md (original)
+++ isis/site/trunk/content/components/objectstores/jdo/hints-and-tips.md Sun Jan 13 16:57:57 2013
@@ -1,8 +1,8 @@
 Title: Using JDO in Maven and Eclipse
 
-{{{note
+{note
 See also the screencast describing how to [import an application into Eclipse](../../../getting-started/screencasts.html)
-}}}
+}
 
 By leveraging the JDO/Datanucleus ORM, Isis' JDO objectstore is very powerful. However, with such power comes a little bit of complexity to the development environment: all domain objects must be enhanced through the [JDO enhancer](http://db.apache.org/jdo/enhancement.html).  So the enhancer must, in one way or another, be integrated into your development environment.
 

Modified: isis/site/trunk/content/getting-started/screencasts.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/getting-started/screencasts.md?rev=1432657&r1=1432656&r2=1432657&view=diff
==============================================================================
--- isis/site/trunk/content/getting-started/screencasts.md (original)
+++ isis/site/trunk/content/getting-started/screencasts.md Sun Jan 13 16:57:57 2013
@@ -6,13 +6,13 @@ We've prepared some screencasts to help 
   <tr>
     <td>Quickstart Archetype</td>
     <td>
-      <iframe width="480" height="360" src="http://www.youtube.com/embed/RH6J4gx8OoA" frameborder="0" allowfullscreen></iframe>
+      <iframe width="420" height="315" src="http://www.youtube.com/embed/RH6J4gx8OoA" frameborder="0" allowfullscreen></iframe>
     </td>
   </tr>
   <tr>
     <td>Todo app walkthrough</td>
     <td>
-      <iframe width="480" height="360" src="http://www.youtube.com/embed/1_vc01LIBUU" frameborder="0" allowfullscreen></iframe>
+      <iframe width="420" height="315" src="http://www.youtube.com/embed/1_vc01LIBUU" frameborder="0" allowfullscreen></iframe>
     </td>
   </tr>
   <tr>