[richfaces-svn-commits] JBoss Rich Faces SVN: r13380 - trunk/docs/cdkguide/en/src/main/docbook/modules.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Apr 3 12:58:38 EDT 2009


Author: artdaw
Date: 2009-04-03 12:58:37 -0400 (Fri, 03 Apr 2009)
New Revision: 13380

Modified:
   trunk/docs/cdkguide/en/src/main/docbook/modules/ide.xml
   trunk/docs/cdkguide/en/src/main/docbook/modules/test.xml
Log:
https://jira.jboss.org/jira/browse/RF-5969 - 'Creating projects in different IDEs' chapter

Modified: trunk/docs/cdkguide/en/src/main/docbook/modules/ide.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/modules/ide.xml	2009-04-03 15:54:29 UTC (rev 13379)
+++ trunk/docs/cdkguide/en/src/main/docbook/modules/ide.xml	2009-04-03 16:58:37 UTC (rev 13380)
@@ -5,13 +5,34 @@
         <keywordset>
             <keyword>ide</keyword>
             <keyword>CDK</keyword>
-	    <keyword>Guide</keyword>
+	    	<keyword>guide</keyword>
         </keywordset>
     </chapterinfo>
 
     <title>Creating projects in different IDEs</title>
+    <para>      
+	    As you could have mentioned the process of the JSF component creation
+	    is pretty labor-intensive but repeatable. 
+	    During the CDK Guide you have created a simple 
+	    <property><emphasis role="bold">&lt;rich:inputDate&gt;</emphasis></property> component.
+	    However when creating components in the wild you need debugger, class browser, 
+	    object inspector, class hierarchy diagram, etc.
+	    to simplify development process and maximize developer productivity. 
+	    In other words you need an IDE. 
+    </para>
     <para>
-      Work in progress...
+    	The question is what IDE is more suitable for the JSF component development.
+    	There is no one answer for this question and the right of private judgment in matters of choosing IDE, 
+    	is better secured to us than to any other people in the world.    
+    	Eclipse IDE seems to be more preferable for the rapid component creation process.
     </para>
-
+    
+    <tip>
+    	<title>Tip:</title>
+    	<para>
+    		RichFaces full support is implemented in 
+    		<ulink url="http://www.redhat.com/developers/rhds">JBoss Developer Studio</ulink> 
+    		and in <ulink url="http://www.jboss.org/tools">JBoss Tools</ulink>. 
+    	</para>
+    </tip>
 </chapter>
\ No newline at end of file

Modified: trunk/docs/cdkguide/en/src/main/docbook/modules/test.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/modules/test.xml	2009-04-03 15:54:29 UTC (rev 13379)
+++ trunk/docs/cdkguide/en/src/main/docbook/modules/test.xml	2009-04-03 16:58:37 UTC (rev 13380)
@@ -99,7 +99,7 @@
 		</listitem>
 	</itemizedlist>
 	<para>
-		 If all the tests have been run successfully, the &quot;BUILD SUCCESSFUL&quot; message will appeared.
+		 If all the tests have been run successfully, the &quot;BUILD SUCCESSFUL&quot; message will appear.
 	</para>
 	<para>
 		You could also find detailed tests information in the <property>surefire reports</property> placed in the 




More information about the richfaces-svn-commits mailing list