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 2014/05/01 12:42:15 UTC

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

Author: danhaywood
Date: Thu May  1 10:42:13 2014
New Revision: 1591590

URL: http://svn.apache.org/r1591590
Log:
IntelliJ screencast

Modified:
    isis/site/trunk/content/intro/getting-started/ide/eclipse.md
    isis/site/trunk/content/intro/getting-started/ide/intellij.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=1591590&r1=1591589&r2=1591590&view=diff
==============================================================================
--- isis/site/trunk/content/intro/getting-started/ide/eclipse.md (original)
+++ isis/site/trunk/content/intro/getting-started/ide/eclipse.md Thu May  1 10:42:13 2014
@@ -4,7 +4,7 @@ Title: Setting up Eclipse (with JDO/Data
 > 
 > * setting up [IntelliJ IDE](./intellij.html).  
 > * setting up [Eclipse and JRebel](../../../other/jrebel.html).  
-> * IDE templates for Eclipse(../../resources/editor-templates.html).  
+> * [IDE templates for Eclipse](../../resources/editor-templates.html).  
 > 
 
 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".

Modified: isis/site/trunk/content/intro/getting-started/ide/intellij.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/intro/getting-started/ide/intellij.md?rev=1591590&r1=1591589&r2=1591590&view=diff
==============================================================================
--- isis/site/trunk/content/intro/getting-started/ide/intellij.md (original)
+++ isis/site/trunk/content/intro/getting-started/ide/intellij.md Thu May  1 10:42:13 2014
@@ -4,7 +4,7 @@ Title: Setting up the IntelliJ IDE
 > 
 > * setting up [Eclipse IDE](./eclipse.html).  
 > * setting up [IntelliJ and JRebel](../../../other/jrebel.html).  
-> * IDE templates for IntelliJ(../../resources/editor-templates.html).  
+> * [IDE templates for IntelliJ](../../resources/editor-templates.html).  
 > 
 
 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.  One of the most popular IDEs is [IntelliJ IDEA](http://www.jetbrains.com/idea/), offering either a paid-for "Ultimate" edition or a free-to-use Community edition.  Either will do for Isis development.