You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2014/09/20 18:14:43 UTC

svn commit: r922959 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/intro/getting-started/ide/eclipse.html

Author: buildbot
Date: Sat Sep 20 16:14:43 2014
New Revision: 922959

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/intro/getting-started/ide/eclipse.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Sep 20 16:14:43 2014
@@ -1 +1 @@
-1624482
+1626468

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Sep 20 16:14:43 2014
@@ -1 +1 @@
-1624482
+1626468

Modified: websites/staging/isis/trunk/content/intro/getting-started/ide/eclipse.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/getting-started/ide/eclipse.html (original)
+++ websites/staging/isis/trunk/content/intro/getting-started/ide/eclipse.html Sat Sep 20 16:14:43 2014
@@ -429,7 +429,7 @@
 
 <p>We highly recommend that you develop your Isis application using an IDE.  Isis is built with Maven, and all modern IDEs can import Maven projects.  The most commonly used IDE is <a href="http://www.eclipse.org">Eclipse</a>, which can be downloaded in various configurations, all of which are free for use.  We recommend you download the "Eclipse JEE package".</p>
 
-<p>If using the <a href="../../../components/objectstores/jdo/about.html">JDO Objectstore</a> (the default if using the <a href="../simple-archetype.html">simple</a> or <a href="../quickstart-archetype.html">quickstart</a> archetypes), then the development environment must be configured such that the Java bytecode can be enhanced by a <a href="http://db.apache.org/jdo/enhancement.html">JDO enhancer</a>.  If working in Eclipse, then JDO enhancement is most easily done by installing <a href="http://www.datanucleus.org/products/datanucleus/jdo/guides/eclipse.html">DataNucleus' plugin</a>.  This hooks the bytecode enhancement of your domain objects into Eclipse's normal incremental compilation.  This plugin needs to be configured for each of your domain modules (usually just one in any given app).</p>
+<p>If using the <a href="../../../components/objectstores/jdo/about.html">JDO Objectstore</a> (the default if using the <a href="../simple-archetype.html">simple</a> or <a href="../quickstart-archetype.html">quickstart</a> archetypes), then the development environment must be configured such that the Java bytecode can be enhanced by a <a href="http://db.apache.org/jdo/enhancement.html">JDO enhancer</a>.  If working in Eclipse, then JDO enhancement is most easily done by installing the <a href="http://www.datanucleus.org/products/datanucleus/jdo/guides/eclipse.html">DataNucleus' plugin</a>.  This hooks the bytecode enhancement of your domain objects into Eclipse's normal incremental compilation.  This plugin needs to be configured for each of your domain modules (usually just one in any given app).</p>
 
 <p>The steps are therefore:</p>
 
@@ -441,7 +441,7 @@
 
 <h2><a name="screencast"></a>Screencast</h2>
 
-<p>The following screencast shows how import an Apache Isis maven-based application into Eclipse and configure to use with the JDO Objectstore</p>
+<p>The following screencast shows how to import an Apache Isis maven-based application into Eclipse and configure to use with the JDO Objectstore</p>
 
 <p><iframe width="640" height="480" src="http://www.youtube.com/embed/RgcYfjQ8yJA" frameborder="0" allowfullscreen></iframe></p>