[richfaces-svn-commits] JBoss Rich Faces SVN: r9170 - 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
Tue Jun 24 06:36:53 EDT 2008


Author: artdaw
Date: 2008-06-24 06:36:53 -0400 (Tue, 24 Jun 2008)
New Revision: 9170

Added:
   trunk/docs/cdkguide/en/src/main/docbook/includes/ccreate.xml
   trunk/docs/cdkguide/en/src/main/docbook/includes/csrenderer.xml
   trunk/docs/cdkguide/en/src/main/docbook/includes/pcreate.xml
   trunk/docs/cdkguide/en/src/main/docbook/includes/protoui.xml
   trunk/docs/cdkguide/en/src/main/docbook/includes/register.xml
   trunk/docs/cdkguide/en/src/main/docbook/includes/rssubclass.xml
   trunk/docs/cdkguide/en/src/main/docbook/includes/rules.xml
   trunk/docs/cdkguide/en/src/main/docbook/includes/skin.xml
   trunk/docs/cdkguide/en/src/main/docbook/includes/taghandler.xml
   trunk/docs/cdkguide/en/src/main/docbook/includes/template.xml
Removed:
   trunk/docs/cdkguide/en/src/main/docbook/includes/devcommand.xml
   trunk/docs/cdkguide/en/src/main/docbook/includes/devinput.xml
Modified:
   trunk/docs/cdkguide/en/src/main/docbook/master.xml
   trunk/docs/cdkguide/en/src/main/docbook/modules/compdev.xml
Log:
http://jira.jboss.com/jira/browse/RF-3692 - TOC was changed

Added: trunk/docs/cdkguide/en/src/main/docbook/includes/ccreate.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/includes/ccreate.xml	                        (rev 0)
+++ trunk/docs/cdkguide/en/src/main/docbook/includes/ccreate.xml	2008-06-24 10:36:53 UTC (rev 9170)
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section id="ccreate" xreflabel="ccreate">
+    <?dbhtml filename="ccreate.html"?>
+    <sectioninfo>
+        <keywordset>
+            <keyword>create</keyword>
+            <keyword>component</keyword>
+            <keyword>CDK</keyword>
+	    <keyword>Guide</keyword>
+        </keywordset>
+    </sectioninfo>
+    <title>Creating and building component</title>
+    <para>
+     Simple component (panel maybe) TBD
+    </para>
+	<section id="skeleton" xreflabel="skeleton">
+		<?dbhtml filename="skeleton.html"?>
+		<title>Building the component skeleton</title>
+		<para>
+		 TBD Skeleton
+		</para>
+	</section>
+	<section id="structure" xreflabel="structure">
+		<?dbhtml filename="structure.html"?>
+		<title>Component project structure</title>
+		<para>
+		 TBD structure
+		</para>
+	</section>
+</section>
+
+

Added: trunk/docs/cdkguide/en/src/main/docbook/includes/csrenderer.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/includes/csrenderer.xml	                        (rev 0)
+++ trunk/docs/cdkguide/en/src/main/docbook/includes/csrenderer.xml	2008-06-24 10:36:53 UTC (rev 9170)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section id="csrenderer" xreflabel="csrenderer">
+    <?dbhtml filename="csrenderer.html"?>
+    <sectioninfo>
+        <keywordset>
+            <keyword>renderer</keyword>
+            <keyword>UI</keyword>
+            <keyword>CDK</keyword>
+	    <keyword>Guide</keyword>
+        </keywordset>
+    </sectioninfo>
+		<title>Creating a client-specific Renderer</title>
+		<para>
+		 client-specific Renderer
+		</para>
+
+</section>
+
+

Deleted: trunk/docs/cdkguide/en/src/main/docbook/includes/devcommand.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/includes/devcommand.xml	2008-06-24 08:26:27 UTC (rev 9169)
+++ trunk/docs/cdkguide/en/src/main/docbook/includes/devcommand.xml	2008-06-24 10:36:53 UTC (rev 9170)
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<section id="devcommand" xreflabel="devcommand">
-    <?dbhtml filename="devcommand.html"?>
-    <sectioninfo>
-        <keywordset>
-            <keyword>development</keyword>
-	    <keyword>command</keyword>
-            <keyword>component</keyword>
-            <keyword>CDK</keyword>
-	    <keyword>Guide</keyword>
-        </keywordset>
-    </sectioninfo>
-    <title>Command Component Development</title>
-    <para>
-     TBD command components development
-    </para>
-</section>
\ No newline at end of file

Deleted: trunk/docs/cdkguide/en/src/main/docbook/includes/devinput.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/includes/devinput.xml	2008-06-24 08:26:27 UTC (rev 9169)
+++ trunk/docs/cdkguide/en/src/main/docbook/includes/devinput.xml	2008-06-24 10:36:53 UTC (rev 9170)
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<section id="devinput" xreflabel="devinput">
-    <?dbhtml filename="devinput.html"?>
-    <sectioninfo>
-        <keywordset>
-            <keyword>development</keyword>
-	    <keyword>input</keyword>
-            <keyword>component</keyword>
-            <keyword>CDK</keyword>
-	    <keyword>Guide</keyword>
-        </keywordset>
-    </sectioninfo>
-    <title>Input Component Development</title>
-    <para>
-     TBD input components development
-    </para>
-</section>
\ No newline at end of file

Added: trunk/docs/cdkguide/en/src/main/docbook/includes/pcreate.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/includes/pcreate.xml	                        (rev 0)
+++ trunk/docs/cdkguide/en/src/main/docbook/includes/pcreate.xml	2008-06-24 10:36:53 UTC (rev 9170)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section id="pcreate" xreflabel="pcreate">
+    <?dbhtml filename="pcreate.html"?>
+    <sectioninfo>
+        <keywordset>
+            <keyword>project</keyword>
+            <keyword>component</keyword>
+            <keyword>CDK</keyword>
+	    <keyword>Guide</keyword>
+        </keywordset>
+    </sectioninfo>
+    <title>Creating project for component</title>
+    <para>
+     Web Resources
+    </para>
+
+</section>
+
+

Added: trunk/docs/cdkguide/en/src/main/docbook/includes/protoui.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/includes/protoui.xml	                        (rev 0)
+++ trunk/docs/cdkguide/en/src/main/docbook/includes/protoui.xml	2008-06-24 10:36:53 UTC (rev 9170)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section id="protoui" xreflabel="protoui">
+    <?dbhtml filename="protoui.html"?>
+    <sectioninfo>
+        <keywordset>
+            <keyword>proptotype</keyword>
+            <keyword>UI</keyword>
+            <keyword>CDK</keyword>
+	    <keyword>Guide</keyword>
+        </keywordset>
+    </sectioninfo>
+		<title>Creating a UI prototype</title>
+		<para>
+			UI prototype
+		</para>
+
+</section>
+
+

Added: trunk/docs/cdkguide/en/src/main/docbook/includes/register.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/includes/register.xml	                        (rev 0)
+++ trunk/docs/cdkguide/en/src/main/docbook/includes/register.xml	2008-06-24 10:36:53 UTC (rev 9170)
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section id="register" xreflabel="register">
+	<?dbhtml filename="register.html"?>
+	<sectioninfo>
+		<keywordset>
+			<keyword>register</keyword>
+			<keyword>UI</keyword>
+			<keyword>CDK</keyword>
+			<keyword>Guide</keyword>
+		</keywordset>
+	</sectioninfo>			
+	<title>Registering UIComponent, Renderer and Component resources</title>
+	<para>
+		 Registering UIComponent, Renderer and component resources
+	</para>
+	<section id="regrenderer">
+		<title>Register the Renderer</title>
+		<para>
+			Register the Renderer
+		</para>
+	</section>
+	<section id="regsubclass">
+		<title>Register the Renderer-Specific Subclass</title>
+		<para>
+			Register the Renderer-Specific Subclass
+		</para>
+	</section>
+
+	<section id="regres">
+			<title>Component resources registration</title>
+			<para>
+				How to register component resources
+			</para>
+		<section id="resconf">
+			<title>resources-config.xml file format</title>
+			<para>
+				resources-config.xml file format
+			</para>
+		</section>
+	</section>
+</section>
\ No newline at end of file

Added: trunk/docs/cdkguide/en/src/main/docbook/includes/rssubclass.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/includes/rssubclass.xml	                        (rev 0)
+++ trunk/docs/cdkguide/en/src/main/docbook/includes/rssubclass.xml	2008-06-24 10:36:53 UTC (rev 9170)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section id="rssubclass" xreflabel="rssubclass">
+    <?dbhtml filename="rssubclass.html"?>
+    <sectioninfo>
+        <keywordset>
+            <keyword>renderer</keyword>
+            <keyword>UI</keyword>
+            <keyword>CDK</keyword>
+	    <keyword>Guide</keyword>
+        </keywordset>
+    </sectioninfo>
+		<title>Creating a renderer-specific subclass</title>
+		<para>
+		 renderer-specific subclass
+		</para>
+
+</section>
+
+

Added: trunk/docs/cdkguide/en/src/main/docbook/includes/rules.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/includes/rules.xml	                        (rev 0)
+++ trunk/docs/cdkguide/en/src/main/docbook/includes/rules.xml	2008-06-24 10:36:53 UTC (rev 9170)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section id="rules" xreflabel="rules">
+    <?dbhtml filename="rules.html"?>
+    <sectioninfo>
+        <keywordset>
+            <keyword>project</keyword>
+            <keyword>component</keyword>
+            <keyword>CDK</keyword>
+	    <keyword>Guide</keyword>
+        </keywordset>
+    </sectioninfo>
+		<title>Limitation and rules</title>
+		<para>
+			Rules
+		</para>
+
+</section>
+
+

Added: trunk/docs/cdkguide/en/src/main/docbook/includes/skin.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/includes/skin.xml	                        (rev 0)
+++ trunk/docs/cdkguide/en/src/main/docbook/includes/skin.xml	2008-06-24 10:36:53 UTC (rev 9170)
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section id="skin" xreflabel="skin">
+	<?dbhtml filename="skin.html"?>
+	<sectioninfo>
+		<keywordset>
+			<keyword>skin</keyword>
+			<keyword>UI</keyword>
+			<keyword>CDK</keyword>
+			<keyword>Guide</keyword>
+		</keywordset>
+	</sectioninfo>			
+	<title>Skinnability</title>
+	<para>
+		 creation
+	</para>
+	<section>
+		<title>XCSS Format</title>
+		<para>
+			XCSS
+		</para>
+	</section>
+
+	<section>
+		<title>Plug-n-Skin feature</title>
+		<para>
+			Feature
+		</para>
+	</section>
+</section>
\ No newline at end of file

Added: trunk/docs/cdkguide/en/src/main/docbook/includes/taghandler.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/includes/taghandler.xml	                        (rev 0)
+++ trunk/docs/cdkguide/en/src/main/docbook/includes/taghandler.xml	2008-06-24 10:36:53 UTC (rev 9170)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section id="taghandler" xreflabel="taghandler">
+	<?dbhtml filename="taghandler.html"?>
+	<sectioninfo>
+		<keywordset>
+			<keyword>taghandler</keyword>
+			<keyword>UI</keyword>
+			<keyword>CDK</keyword>
+			<keyword>Guide</keyword>
+		</keywordset>
+	</sectioninfo>			
+	<title>Creating a JSP tag handler and TLD</title>
+	<para>
+		Creating a JSP tag handler and TLD
+	</para>
+
+</section>
\ No newline at end of file

Added: trunk/docs/cdkguide/en/src/main/docbook/includes/template.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/includes/template.xml	                        (rev 0)
+++ trunk/docs/cdkguide/en/src/main/docbook/includes/template.xml	2008-06-24 10:36:53 UTC (rev 9170)
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section id="template" xreflabel="template">
+	<?dbhtml filename="template.html"?>
+	<sectioninfo>
+		<keywordset>
+			<keyword>templating</keyword>
+			<keyword>UI</keyword>
+			<keyword>CDK</keyword>
+			<keyword>Guide</keyword>
+		</keywordset>
+	</sectioninfo>			
+	<title>Templating</title>
+	<para>
+	How to write your renderer with the help of template.
+	</para>
+	<section id="tempex">
+		<title>Template example</title>
+		<para>
+		Example
+		</para>
+	</section>
+	<section id="tempmech">
+		<title>Templating mechanism</title>
+		<para>
+		Mechanism
+		</para>
+	</section>
+	<section id="temptags">
+		<title>Template tags overview</title>
+		<para>
+		tags
+		</para>
+	</section>
+</section>
\ No newline at end of file

Modified: trunk/docs/cdkguide/en/src/main/docbook/master.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/master.xml	2008-06-24 08:26:27 UTC (rev 9169)
+++ trunk/docs/cdkguide/en/src/main/docbook/master.xml	2008-06-24 10:36:53 UTC (rev 9170)
@@ -6,17 +6,23 @@
 <!ENTITY roadmap SYSTEM "modules/roadmap.xml">
 <!ENTITY namingconv SYSTEM "modules/namingconv.xml">
 <!ENTITY setup SYSTEM "modules/setup.xml">
-<!ENTITY pcreate SYSTEM "modules/pcreate.xml">
-<!ENTITY ccreate SYSTEM "modules/ccreate.xml">
 <!ENTITY compdev SYSTEM "modules/compdev.xml">
 <!ENTITY overview SYSTEM "modules/overview.xml">
 <!ENTITY ide SYSTEM "modules/ide.xml">
 <!ENTITY ref SYSTEM "modules/ref.xml">
 <!ENTITY test SYSTEM "modules/test.xml">
 
-<!ENTITY devinput SYSTEM "includes/devinput.xml">
-<!ENTITY devcommand SYSTEM "includes/devcommand.xml">
 
+<!ENTITY pcreate SYSTEM "includes/pcreate.xml">
+<!ENTITY ccreate SYSTEM "includes/ccreate.xml">
+<!ENTITY rules SYSTEM "includes/rules.xml">
+<!ENTITY protoui SYSTEM "includes/protoui.xml">
+<!ENTITY csrenderer SYSTEM "includes/csrenderer.xml">
+<!ENTITY rssubclass SYSTEM "includes/rssubclass.xml">
+<!ENTITY template SYSTEM "includes/template.xml">
+<!ENTITY skin SYSTEM "includes/skin.xml">
+<!ENTITY register SYSTEM "includes/register.xml">
+<!ENTITY taghandler SYSTEM "includes/taghandler.xml">
 <!--Check the links page -->
 <!ENTITY links SYSTEM "modules/links.xml">
 ]>
@@ -36,28 +42,65 @@
 	&roadmap;
 	&namingconv;
 	&setup;
+
+	
+<!--
 	&pcreate;
 	&ccreate;
 	&compdev;
+-->
+
+	
+
+
+
+<chapter id="compdev" xreflabel="compdev">
+    <?dbhtml filename="compdev.html"?>
+    <chapterinfo>
+        <keywordset>
+            <keyword>development</keyword>
+            <keyword>component</keyword>
+            <keyword>CDK</keyword>
+	    <keyword>Guide</keyword>
+        </keywordset>
+    </chapterinfo>
+    <title>Calendar component development</title>
+    <para>
+     Some info
+    </para>
+
+
+	&rules;
+	&pcreate;
+	&ccreate;
+	&protoui;
+	&csrenderer;
+	&rssubclass;
+	&template;
+	&skin;
+	&register;
+	&taghandler;
+
+</chapter>
+
 	&test;
 	&overview;
-
-	<chapter id="tutorial" xreflabel="tutorial">
-    <?dbhtml filename="tutorial.html"?>
+	
+	<chapter id="button" xreflabel="button">
+    <?dbhtml filename="button.html"?>
     <chapterinfo>
         <keywordset>
-            <keyword>tutorial</keyword>
+            <keyword>button</keyword>
             <keyword>component</keyword>
             <keyword>CDK</keyword>
 		    <keyword>Guide</keyword>
         </keywordset>
     </chapterinfo>
-		<title>CDK Tutorial</title>
+		<title>Button component development</title>
 		<para>
-			Input and command components TBD with RichFaces CDK
+			Command Ajax components TBD with RichFaces CDK
 		</para>
-		&devinput;
-		&devcommand;
+
 	</chapter>
 	&ide;
 	&ref;

Modified: trunk/docs/cdkguide/en/src/main/docbook/modules/compdev.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/modules/compdev.xml	2008-06-24 08:26:27 UTC (rev 9169)
+++ trunk/docs/cdkguide/en/src/main/docbook/modules/compdev.xml	2008-06-24 10:36:53 UTC (rev 9170)
@@ -19,6 +19,56 @@
 			Rules
 		</para>
 	</section>
+
+<section id="pcreate" xreflabel="pcreate">
+    <?dbhtml filename="pcreate.html"?>
+    <sectioninfo>
+        <keywordset>
+            <keyword>project</keyword>
+            <keyword>component</keyword>
+            <keyword>CDK</keyword>
+	    <keyword>Guide</keyword>
+        </keywordset>
+    </sectioninfo>
+    <title>Creating project for component</title>
+    <para>
+     Web Resources
+    </para>
+
+</section>
+
+
+<section id="ccreate" xreflabel="ccreate">
+    <?dbhtml filename="ccreate.html"?>
+    <sectioninfo>
+        <keywordset>
+            <keyword>create</keyword>
+            <keyword>component</keyword>
+            <keyword>CDK</keyword>
+	    <keyword>Guide</keyword>
+        </keywordset>
+    </sectioninfo>
+    <title>Creating and building component</title>
+    <para>
+     Simple component (panel maybe) TBD
+    </para>
+	<section id="skeleton" xreflabel="skeleton">
+		<?dbhtml filename="skeleton.html"?>
+		<title>Building the component skeleton</title>
+		<para>
+		 TBD Skeleton
+		</para>
+	</section>
+	<section id="structure" xreflabel="structure">
+		<?dbhtml filename="structure.html"?>
+		<title>Component project structure</title>
+		<para>
+		 TBD structure
+		</para>
+	</section>
+</section>
+
+
 	<section id="settings">
 		<title>Specifying component attributes</title>
 		<para>




More information about the richfaces-svn-commits mailing list