[richfaces-svn-commits] JBoss Rich Faces SVN: r13597 - in trunk/docs/cdkguide/en/src/main/docbook: includes and 1 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Apr 15 08:33:03 EDT 2009


Author: artdaw
Date: 2009-04-15 08:33:03 -0400 (Wed, 15 Apr 2009)
New Revision: 13597

Modified:
   trunk/docs/cdkguide/en/src/main/docbook/includes/rendererbase.xml
   trunk/docs/cdkguide/en/src/main/docbook/master.xml
   trunk/docs/cdkguide/en/src/main/docbook/modules/devsample.xml
   trunk/docs/cdkguide/en/src/main/docbook/modules/ide.xml
Log:
https://jira.jboss.org/jira/browse/RF-5655 - files were verified

Modified: trunk/docs/cdkguide/en/src/main/docbook/includes/rendererbase.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/includes/rendererbase.xml	2009-04-15 12:30:38 UTC (rev 13596)
+++ trunk/docs/cdkguide/en/src/main/docbook/includes/rendererbase.xml	2009-04-15 12:33:03 UTC (rev 13597)
@@ -186,8 +186,8 @@
 	return valueString;
 }
 ...]]></programlisting>
-	</section>
 	<para>
 		You could find the whole example of the <code>InputDateRendererBase</code> class <ulink url="examples/InputDateRendererBase.java">here</ulink>.
 	</para>
+        </section>
 </section>

Modified: trunk/docs/cdkguide/en/src/main/docbook/master.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/master.xml	2009-04-15 12:30:38 UTC (rev 13596)
+++ trunk/docs/cdkguide/en/src/main/docbook/master.xml	2009-04-15 12:33:03 UTC (rev 13597)
@@ -23,55 +23,53 @@
 <!ENTITY taghandler SYSTEM "includes/taghandler.xml">
 <!ENTITY rendererbase SYSTEM "includes/rendererbase.xml">
 <!--Check the links page -->
-<!ENTITY links SYSTEM "modules/links.xml">
-
+<!ENTITY links SYSTEM "modules/links.xml">
 <!ENTITY forEach SYSTEM "tags/forEach.xml">
-<!ENTITY cif SYSTEM "tags/cif.xml">
-<!ENTITY cset SYSTEM "tags/cset.xml">
-<!ENTITY fattribute SYSTEM "tags/fattribute.xml">
-<!ENTITY finsert SYSTEM "tags/finsert.xml">
-<!ENTITY fclientid SYSTEM "tags/fclientid.xml">
-<!ENTITY fcall SYSTEM "tags/fcall.xml">
-<!ENTITY fparameter SYSTEM "tags/fparameter.xml">
-<!ENTITY fresource SYSTEM "tags/fresource.xml">
-<!ENTITY froot SYSTEM "tags/froot.xml">
-<!ENTITY uinsertFacet SYSTEM "tags/uinsertFacet.xml">
-<!ENTITY fpassThru SYSTEM "tags/fpassThru.xml">
-<!ENTITY vcpbody SYSTEM "tags/vcpbody.xml">
-<!ENTITY vcpmock SYSTEM "tags/vcpmock.xml">
-<!ENTITY ajaxupdate SYSTEM "tags/ajaxupdate.xml">
-<!ENTITY cobject SYSTEM "tags/cobject.xml">
-<!ENTITY hscripts SYSTEM "tags/hscripts.xml">
-<!ENTITY hstyles SYSTEM "tags/hstyles.xml">
-<!ENTITY jspscriptlet SYSTEM "tags/jspscriptlettag.xml">
-<!ENTITY jspdirectivepage SYSTEM "tags/jspdirectivepage.xml">
-<!ENTITY jspdeclaration SYSTEM "tags/jspdeclaration.xml">
+<!ENTITY cif SYSTEM "tags/cif.xml">
+<!ENTITY cset SYSTEM "tags/cset.xml">
+<!ENTITY fattribute SYSTEM "tags/fattribute.xml">
+<!ENTITY finsert SYSTEM "tags/finsert.xml">
+<!ENTITY fclientid SYSTEM "tags/fclientid.xml">
+<!ENTITY fcall SYSTEM "tags/fcall.xml">
+<!ENTITY fparameter SYSTEM "tags/fparameter.xml">
+<!ENTITY fresource SYSTEM "tags/fresource.xml">
+<!ENTITY froot SYSTEM "tags/froot.xml">
+<!ENTITY uinsertFacet SYSTEM "tags/uinsertFacet.xml">
+<!ENTITY fpassThru SYSTEM "tags/fpassThru.xml">
+<!ENTITY vcpbody SYSTEM "tags/vcpbody.xml">
+<!ENTITY vcpmock SYSTEM "tags/vcpmock.xml">
+<!ENTITY ajaxupdate SYSTEM "tags/ajaxupdate.xml">
+<!ENTITY cobject SYSTEM "tags/cobject.xml">
+<!ENTITY hscripts SYSTEM "tags/hscripts.xml">
+<!ENTITY hstyles SYSTEM "tags/hstyles.xml">
+<!ENTITY jspscriptlet SYSTEM "tags/jspscriptlettag.xml">
+<!ENTITY jspdirectivepage SYSTEM "tags/jspdirectivepage.xml">
+<!ENTITY jspdeclaration SYSTEM "tags/jspdeclaration.xml">
 ]>
 
 <book>
     <bookinfo>
         <title>RichFaces CDK Developer Guide</title>
-	<subtitle>This documentation is work in progress, thus some mistakes or incompleteness is possible</subtitle>
 	<author>
 		<firstname>Gleb</firstname>
 		<surname>Galkin</surname>
 		<email>ggalkin at exadel.com</email>
 	</author>   
         <copyright>
-            <year>2008</year>
+            <year>2008, 2009</year>
             <holder>Red Hat</holder>
         </copyright>
 
 <abstract>
    <title/>
        <para>
-       	<ulink url="../pdf/CDK_Developer_Guide.pdf">PDF version</ulink>
+       	<ulink url="http://www.jboss.org/file-access/default/members/jbossrichfaces/freezone/docs/cdkguide/en/pdf/CDK_Developer_Guide.pdf">PDF version</ulink>
        </para>
 </abstract>
 
 
-    </bookinfo>
-    <toc/> 
+    </bookinfo>
+	<toc/> 
     
     &intro; 
     &roadmap; 
@@ -182,24 +180,10 @@
 </chapter> 
 	&overview; 
 	&devsample;
-	&test; 
+	&test; 
 	&ide;
-<chapter id="button"  xreflabel="button">
-        <?dbhtml filename="button.html"?>
-        <chapterinfo>
-            <keywordset>
-                <keyword>button</keyword>
-                <keyword>component</keyword>
-                <keyword>CDK</keyword>
-                <keyword>Guide</keyword>
-            </keywordset>
-        </chapterinfo>
-        <title>Button component development</title>
-        <para> Work in progress... </para>
-
-    </chapter>  &namingconv;
-    
-    <chapter id="temptags" xreflabel="temptags">
+	&namingconv;
+	<chapter id="temptags" xreflabel="temptags">
     <?dbhtml filename="temptags.html"?>
     <chapterinfo>
         <keywordset>
@@ -208,27 +192,27 @@
 	    <keyword>Guide</keyword>
         </keywordset>
     </chapterinfo>
-<title>Template tags overview</title>
-&ajaxupdate;
-&cif;
-&cobject;
-&cset;
-&fattribute;
-&fclientid;
-&forEach;
-&fcall;
-&fparameter;
-&finsert;
-&fresource;
-&froot;
-<!--&fpassThru;-->
-&hscripts;
-&hstyles;
-&jspdeclaration;
-&jspdirectivepage;
-&jspscriptlet;
-&uinsertFacet;
-&vcpbody;
-&vcpmock;
-</chapter>
-</book>
+<title>Template tags overview</title>
+&ajaxupdate;
+&cif;
+&cobject;
+&cset;
+&fattribute;
+&fclientid;
+&forEach;
+&fcall;
+&fparameter;
+&finsert;
+&fresource;
+&froot;
+<!--&fpassThru;-->
+&hscripts;
+&hstyles;
+&jspdeclaration;
+&jspdirectivepage;
+&jspscriptlet;
+&uinsertFacet;
+&vcpbody;
+&vcpmock;
+</chapter>
+</book>
\ No newline at end of file

Modified: trunk/docs/cdkguide/en/src/main/docbook/modules/devsample.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/modules/devsample.xml	2009-04-15 12:30:38 UTC (rev 13596)
+++ trunk/docs/cdkguide/en/src/main/docbook/modules/devsample.xml	2009-04-15 12:33:03 UTC (rev 13597)
@@ -146,8 +146,8 @@
 	    <programlisting role="XML"><![CDATA[mvn install]]></programlisting>
 	<para>
 		The final step is to deploy and run the project on a server. 
-		One of the convenient features of Maven is the <link url="http://mojo.codehaus.org/jetty-maven-plugin/usage.html">Jetty plugin</link>.
-		<link url="http://www.mortbay.org/jetty/">Jetty</link> is an open-source web server implemented entirely in Java. 
+		One of the convenient features of Maven is the <ulink url="http://mojo.codehaus.org/jetty-maven-plugin/usage.html">Jetty plugin</ulink>.
+		<ulink url="http://www.mortbay.org/jetty/">Jetty</ulink> is an open-source web server implemented entirely in Java. 
 		In order to deploy and run the project on the <property>Jetty</property> you should take the following steps:   
 	</para>
 	<itemizedlist>

Modified: trunk/docs/cdkguide/en/src/main/docbook/modules/ide.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/modules/ide.xml	2009-04-15 12:30:38 UTC (rev 13596)
+++ trunk/docs/cdkguide/en/src/main/docbook/modules/ide.xml	2009-04-15 12:33:03 UTC (rev 13597)
@@ -14,7 +14,7 @@
 	    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.
+	    <emphasis role="bold"><property>&lt;rich:inputDate&gt;</property></emphasis> 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 productivity. 
@@ -23,8 +23,8 @@
     <para>
     	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.
-    </para>
+    	is better secured to us than to any other people in the world.
+    </para>
     <para>    
     	<ulink url="http://www.eclipse.org/downloads">Eclipse IDE</ulink> seems to be more preferable for 
     	the rapid component creation process.
@@ -57,7 +57,7 @@
     		<ulink url="http://www.eclipse.org/downloads">Eclipse IDE for Java EE Developers</ulink>. 
     	</para>
     	<para>
-    		After that you need to build  <property><emphasis role="bold">&lt;rich:inputDate&gt;</emphasis></property> component and 
+    		After that you need to build  <emphasis role="bold"><property>&lt;rich:inputDate&gt;</property></emphasis> component and 
     		it&apos;s sample project for the import as existing Eclipse projects. 
     		It is necessary to proceed to the <property>Sandbox/inputDate</property> and <property>Sandbox/inputDate-sample</property>
     		directories and launch the following command:    
@@ -82,7 +82,7 @@
         </mediaobject>
     </figure>
     <para>
-    	Now it is necessary to define  <property><emphasis role="bold">&lt;rich:inputDate&gt;</emphasis></property> component JAR
+    	Now it is necessary to define  <emphasis role="bold"><property>&lt;rich:inputDate&gt;</property></emphasis> component JAR
     	you have imported on the build path of the <property>inputDate-sample</property> project.  	
     </para>
     <para>
@@ -109,12 +109,12 @@
                 <imagedata fileref="images/addProject.png"/>
             </imageobject>
         </mediaobject>
-    </figure>
-    <para>
-    	Finally you should select <emphasis><property>Java EE Module Dependecies</property></emphasis>,
-    	uncheck <property>var/M2_REPO/org/mycompany/inputDate/1.0-SNAPSHOT/inputDate-1.0-SNAPSHOT.jar</property>,
-    	and check imported <property>inputDate</property> module.
-    </para>
+    </figure>
+    <para>
+    	Finally you should select <emphasis><property>Java EE Module Dependecies</property></emphasis>,
+    	uncheck <property>var/M2_REPO/org/mycompany/inputDate/1.0-SNAPSHOT/inputDate-1.0-SNAPSHOT.jar</property>,
+    	and check imported <property>inputDate</property> module.
+    </para>
     <figure>
         <title>Java EE Module Dependecies selection</title>
         <mediaobject> 
@@ -124,10 +124,10 @@
         </mediaobject>
     </figure>
     <para>
-    	That&apos;s all! Now it is possible to 
-    	create a server (<ulink url="http://help.eclipse.org/ganymede/topic/org.eclipse.jst.server.ui.doc.user/topics/tomcat.html">Apache Tomcat</ulink>, for example)
-    	and run <property>inputDate-sample</property>.
-    </para>
+    	That&apos;s all! Now it is possible to 
+    	create a server (<ulink url="http://help.eclipse.org/ganymede/topic/org.eclipse.jst.server.ui.doc.user/topics/tomcat.html">Apache Tomcat</ulink>, for example)
+    	and run <property>inputDate-sample</property>.
+    </para>
     <para>
     	Actually you can build/rebuild your projects for the import
     	at any time you want.
@@ -136,12 +136,12 @@
     	In order to rebuild existing project for the import you should use
     	the following command:
     </para>
-    	<programlisting role="XML"><![CDATA[mvn eclipse:clean eclipse:eclipse -Dwtpversion=1.5]]></programlisting>
-    <para>
-   	In conclusion it should be pointed out that binding <property><emphasis role="bold">&lt;rich:inputDate&gt;</emphasis></property> component project and 
-    	developer sample give you more advantages such as editing any sources on-the-fly, debugging JavaScript, etc.
+    	<programlisting role="XML"><![CDATA[mvn eclipse:clean eclipse:eclipse -Dwtpversion=1.5]]></programlisting>
+    <para>
+   	In conclusion it should be pointed out that binding <emphasis role="bold"><property>&lt;rich:inputDate&gt;</property></emphasis> component project and 
+    	developer sample give you more advantages such as editing any sources on-the-fly, debugging JavaScript, etc.
     </para>
-    </section>
+    </section>
      <section>
     	<sectioninfo>
 	    	<keywordset>
@@ -150,17 +150,17 @@
 		    	<keyword>guide</keyword>
 	        </keywordset>
     	</sectioninfo>
-    	<title>Creating project in NetBeans IDE</title>
-    	<para>
-    		NetBeans is another free, open-source IDE that provides plenty of features and tools 
-    		you need to create professional enterprise, web applications.
-    	</para>
-    	<para>
-    		Once you have built your projects for Eclipse IDE
-    		you can easily migrate to NetBeans IDE.
-    		You can get all necessary information at
-    		<ulink url="http://www.netbeans.org/kb/articles/import-eclipse.html">Automatically Import Your Projects From Eclipse to NetBeans IDE</ulink>
-    		page.
-    	</para>
+    	<title>Creating project in NetBeans IDE</title>
+    	<para>
+    		NetBeans is another free, open-source IDE that provides plenty of features and tools 
+    		you need to create professional enterprise, web applications.
+    	</para>
+    	<para>
+    		Once you have built your projects for Eclipse IDE
+    		you can easily migrate to NetBeans IDE.
+    		You can get all necessary information at
+    		<ulink url="http://www.netbeans.org/kb/articles/import-eclipse.html">Automatically Import Your Projects From Eclipse to NetBeans IDE</ulink>
+    		page.
+    	</para>
 	</section>
-</chapter>
+</chapter>




More information about the richfaces-svn-commits mailing list