Author: danhaywood
Date: Sun Jan 13 16:52:04 2013
New Revision: 1432655

URL: http://svn.apache.org/viewvc?rev=1432655&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
    isis/site/trunk/templates/isis-template.html

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=1432655&r1=1432654&r2=1432655&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:52:04 2013
@@ -1,5 +1,9 @@
 Title: Using JDO in Maven and Eclipse
 
+{{{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.
 
 If working from the Maven command line, JDO enhancement is done using the 
`maven-datanucleus-plugin`.

Modified: isis/site/trunk/content/getting-started/screencasts.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/getting-started/screencasts.md?rev=1432655&r1=1432654&r2=1432655&view=diff
==============================================================================
--- isis/site/trunk/content/getting-started/screencasts.md (original)
+++ isis/site/trunk/content/getting-started/screencasts.md Sun Jan 13 16:52:04 
2013
@@ -15,5 +15,11 @@ We've prepared some screencasts to help 
       <iframe width="480" height="360" 
src="http://www.youtube.com/embed/1_vc01LIBUU"; frameborder="0" 
allowfullscreen></iframe>
     </td>
   </tr>
+  <tr>
+    <td>Importing into Eclipse</td>
+    <td>
+      <iframe width="420" height="315" 
src="http://www.youtube.com/embed/RgcYfjQ8yJA"; frameborder="0" 
allowfullscreen></iframe>
+    </td>
+  </tr>
 <table>
 

Modified: isis/site/trunk/templates/isis-template.html
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/templates/isis-template.html?rev=1432655&r1=1432654&r2=1432655&view=diff
==============================================================================
--- isis/site/trunk/templates/isis-template.html (original)
+++ isis/site/trunk/templates/isis-template.html Sun Jan 13 16:52:04 2013
@@ -178,6 +178,7 @@
           <ul class="nav">
             <li><a href="{{base}}index.html">Home</a></li>
             <li><a href="{{base}}download.html">Download</a></li>
+            <li><a 
href="{{base}}getting-started/screencasts.html">Screencasts</a></li>
             <li><a href="{{base}}documentation.html">Documentation</a></li>
             <li><a href="{{base}}support.html">Support</a></li>
 


Reply via email to