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

svn commit: r1626468 - /isis/site/trunk/content/intro/getting-started/ide/eclipse.md

Author: kevin
Date: Sat Sep 20 16:14:33 2014
New Revision: 1626468

URL: http://svn.apache.org/r1626468
Log:
Minor edits for English

Modified:
    isis/site/trunk/content/intro/getting-started/ide/eclipse.md

Modified: isis/site/trunk/content/intro/getting-started/ide/eclipse.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/intro/getting-started/ide/eclipse.md?rev=1626468&r1=1626467&r2=1626468&view=diff
==============================================================================
--- isis/site/trunk/content/intro/getting-started/ide/eclipse.md (original)
+++ isis/site/trunk/content/intro/getting-started/ide/eclipse.md Sat Sep 20 16:14:33 2014
@@ -1,7 +1,7 @@
 Title: Setting up Eclipse (with JDO/DataNucleus)
 
-> See also:
-> 
+> See also:
+> 
 > * setting up [IntelliJ IDE](./intellij.html).  
 > * setting up [Eclipse and JRebel](../../../other/jrebel.html).  
 > * [IDE templates for Eclipse](../../resources/editor-templates.html).  
@@ -9,7 +9,7 @@ Title: Setting up Eclipse (with JDO/Data
 
 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 [Eclipse](http://www.eclipse.org), which can be downloaded in various configurations, all of which are free for use.  We recommend you download the "Eclipse JEE package".
 
-If using the [JDO Objectstore](../../../components/objectstores/jdo/about.html) (the default if using the [simple](../simple-archetype.html) or [quickstart](../quickstart-archetype.html) archetypes), then the development environment must be configured such that the Java bytecode can be enhanced by a [JDO enhancer](http://db.apache.org/jdo/enhancement.html).  If working in Eclipse, then JDO enhancement is most easily done by installing [DataNucleus' plugin](http://www.datanucleus.org/products/datanucleus/jdo/guides/eclipse.html).  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).
+If using the [JDO Objectstore](../../../components/objectstores/jdo/about.html) (the default if using the [simple](../simple-archetype.html) or [quickstart](../quickstart-archetype.html) archetypes), then the development environment must be configured such that the Java bytecode can be enhanced by a [JDO enhancer](http://db.apache.org/jdo/enhancement.html).  If working in Eclipse, then JDO enhancement is most easily done by installing the [DataNucleus' plugin](http://www.datanucleus.org/products/datanucleus/jdo/guides/eclipse.html).  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).
 
 The steps are therefore:
 
@@ -19,7 +19,7 @@ The steps are therefore:
 
 ## <a name="screencast"></a>Screencast
 
-The following screencast shows how import an Apache Isis maven-based application into Eclipse and configure to use with the JDO Objectstore
+The following screencast shows how to import an Apache Isis maven-based application into Eclipse and configure to use with the JDO Objectstore
 
 <iframe width="640" height="480" src="http://www.youtube.com/embed/RgcYfjQ8yJA" frameborder="0" allowfullscreen></iframe>