[jboss-svn-commits] JBL Code SVN: r24353 - in labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US: Chapter-Features and 1 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Dec 11 10:07:59 EST 2008


Author: tsurdilovic
Date: 2008-12-11 10:07:59 -0500 (Thu, 11 Dec 2008)
New Revision: 24353

Added:
   labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/
   labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Chapter-Features.xml
   labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Section-EventProcessingModes.xml
   labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Section-Events.xml
   labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Section-Examples.xml
   labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Section-MemoryManagement.xml
   labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Section-RulebasePartitioning.xml
   labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Section-SessionClock.xml
   labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Section-SlidingWindows.xml
   labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Section-StreamsSupport.xml
   labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Section-TemporalReasoning.xml
   labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Introduction/
   labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Introduction/Chapter-Introduction.xml
   labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Introduction/Section-ComplexEventProcessing.xml
   labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Introduction/Section-DroolsFusion.xml
Removed:
   labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Fusion/
Modified:
   labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/master.xml
Log:
initial fusion docs.

Added: labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Chapter-Features.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Chapter-Features.xml	                        (rev 0)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Chapter-Features.xml	2008-12-11 15:07:59 UTC (rev 24353)
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter version="5.0" xmlns="http://docbook.org/ns/docbook"
+	xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude"
+	xmlns:svg="http://www.w3.org/2000/svg" xmlns:m="http://www.w3.org/1998/Math/MathML"
+	xmlns:html="http://www.w3.org/1999/xhtml" xmlns:db="http://docbook.org/ns/docbook">
+	<title>Drools Fusion Features</title>
+
+    <xi:include href="Section-Events.xml" />
+
+	<xi:include href="Section-SessionClock.xml" />
+
+	<xi:include href="Section-StreamsSupport.xml" />
+
+	<xi:include href="Section-TemporalReasoning.xml" />
+
+	<xi:include href="Section-EventProcessingModes.xml" />
+
+	<xi:include href="Section-SlidingWindows.xml" />
+
+	<xi:include href="Section-RulebasePartitioning.xml" />
+
+	<xi:include href="Section-MemoryManagement.xml" />
+
+	<xi:include href="Section-Examples.xml" /> 
+</chapter>
\ No newline at end of file

Added: labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Section-EventProcessingModes.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Section-EventProcessingModes.xml	                        (rev 0)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Section-EventProcessingModes.xml	2008-12-11 15:07:59 UTC (rev 24353)
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section version="5.0" xmlns="http://docbook.org/ns/docbook"
+	xmlns:xlink="http://www.w3.org/1999/xlink"
+	xmlns:xi="http://www.w3.org/2001/XInclude"
+	xmlns:svg="http://www.w3.org/2000/svg"
+	xmlns:m="http://www.w3.org/1998/Math/MathML"
+	xmlns:html="http://www.w3.org/1999/xhtml"
+	xmlns:db="http://docbook.org/ns/docbook" xml:base="../../">
+	<title>Event Processing Modes</title>	
+	
+	<section>
+		<title>Cloud Mode</title> 	
+	</section>
+	<section>
+		<title>Stream Mode</title> 	
+		
+			<section>
+				<title>Role of Session Clock in Stream mode</title>
+			</section>
+			<section>
+				<title>Negative Patterns in Stream Mode</title>
+			</section>
+	</section>	
+</section>

Added: labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Section-Events.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Section-Events.xml	                        (rev 0)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Section-Events.xml	2008-12-11 15:07:59 UTC (rev 24353)
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section version="5.0" xmlns="http://docbook.org/ns/docbook"
+	xmlns:xlink="http://www.w3.org/1999/xlink"
+	xmlns:xi="http://www.w3.org/2001/XInclude"
+	xmlns:svg="http://www.w3.org/2000/svg"
+	xmlns:m="http://www.w3.org/1998/Math/MathML"
+	xmlns:html="http://www.w3.org/1999/xhtml"
+	xmlns:db="http://docbook.org/ns/docbook" xml:base="../../">
+	<title>Events</title>	
+	
+	<section>
+		<title>Event Semantics</title> 	
+	</section>
+	<section>
+		<title>Event Declaration</title> 	
+	</section>
+	<section>
+		<title>Timestamps and Duration</title>
+	</section>
+</section>

Added: labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Section-Examples.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Section-Examples.xml	                        (rev 0)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Section-Examples.xml	2008-12-11 15:07:59 UTC (rev 24353)
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section version="5.0" xmlns="http://docbook.org/ns/docbook"
+	xmlns:xlink="http://www.w3.org/1999/xlink"
+	xmlns:xi="http://www.w3.org/2001/XInclude"
+	xmlns:svg="http://www.w3.org/2000/svg"
+	xmlns:m="http://www.w3.org/1998/Math/MathML"
+	xmlns:html="http://www.w3.org/1999/xhtml"
+	xmlns:db="http://docbook.org/ns/docbook" xml:base="../../">
+	<title>Examples</title>			
+</section>
\ No newline at end of file

Added: labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Section-MemoryManagement.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Section-MemoryManagement.xml	                        (rev 0)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Section-MemoryManagement.xml	2008-12-11 15:07:59 UTC (rev 24353)
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section version="5.0" xmlns="http://docbook.org/ns/docbook"
+	xmlns:xlink="http://www.w3.org/1999/xlink"
+	xmlns:xi="http://www.w3.org/2001/XInclude"
+	xmlns:svg="http://www.w3.org/2000/svg"
+	xmlns:m="http://www.w3.org/1998/Math/MathML"
+	xmlns:html="http://www.w3.org/1999/xhtml"
+	xmlns:db="http://docbook.org/ns/docbook" xml:base="../../">
+	<title>Memory Management</title>	
+	
+	<section>
+		<title>Explicit expiration policy</title> 	
+	</section>
+	<section>
+		<title>Inferred expiration policy</title> 						
+	</section>
+	<section>
+		<title>How expiration policy is implemented</title> 						
+	</section>		
+</section>
\ No newline at end of file

Added: labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Section-RulebasePartitioning.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Section-RulebasePartitioning.xml	                        (rev 0)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Section-RulebasePartitioning.xml	2008-12-11 15:07:59 UTC (rev 24353)
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section version="5.0" xmlns="http://docbook.org/ns/docbook"
+	xmlns:xlink="http://www.w3.org/1999/xlink"
+	xmlns:xi="http://www.w3.org/2001/XInclude"
+	xmlns:svg="http://www.w3.org/2000/svg"
+	xmlns:m="http://www.w3.org/1998/Math/MathML"
+	xmlns:html="http://www.w3.org/1999/xhtml"
+	xmlns:db="http://docbook.org/ns/docbook" xml:base="../../">
+	<title>Rulebase Partitioning</title>	
+	
+	<section>
+		<title>Multithreading management</title> 	
+	</section>
+	<section>
+		<title>When partitioning is useful</title> 						
+	</section>
+	<section>
+		<title>How to configure partitioning</title> 						
+	</section>		
+</section>
\ No newline at end of file

Added: labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Section-SessionClock.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Section-SessionClock.xml	                        (rev 0)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Section-SessionClock.xml	2008-12-11 15:07:59 UTC (rev 24353)
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section version="5.0" xmlns="http://docbook.org/ns/docbook"
+	xmlns:xlink="http://www.w3.org/1999/xlink"
+	xmlns:xi="http://www.w3.org/2001/XInclude"
+	xmlns:svg="http://www.w3.org/2000/svg"
+	xmlns:m="http://www.w3.org/1998/Math/MathML"
+	xmlns:html="http://www.w3.org/1999/xhtml"
+	xmlns:db="http://docbook.org/ns/docbook" xml:base="../../">
+	<title>Session Clock</title>	
+	
+	<section>
+		<title>Session Clock </title> 	
+	</section>
+	<section>
+		<title>Available Clock Implementations</title> 	
+		
+			<section>
+				<title>Real Time Clock</title>
+			</section>
+			<section>
+				<title>Pseudo Clock</title>
+			</section>
+	</section>
+	<section>
+		<title>How to implement new Clocks</title>
+	</section>
+</section>

Added: labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Section-SlidingWindows.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Section-SlidingWindows.xml	                        (rev 0)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Section-SlidingWindows.xml	2008-12-11 15:07:59 UTC (rev 24353)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section version="5.0" xmlns="http://docbook.org/ns/docbook"
+	xmlns:xlink="http://www.w3.org/1999/xlink"
+	xmlns:xi="http://www.w3.org/2001/XInclude"
+	xmlns:svg="http://www.w3.org/2000/svg"
+	xmlns:m="http://www.w3.org/1998/Math/MathML"
+	xmlns:html="http://www.w3.org/1999/xhtml"
+	xmlns:db="http://docbook.org/ns/docbook" xml:base="../../">
+	<title>Sliding Windows</title>	
+	
+	<section>
+		<title>Sliding Time Windows</title> 	
+	</section>
+	<section>
+		<title>Sliding Length Windows</title> 						
+	</section>	
+</section>
\ No newline at end of file

Added: labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Section-StreamsSupport.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Section-StreamsSupport.xml	                        (rev 0)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Section-StreamsSupport.xml	2008-12-11 15:07:59 UTC (rev 24353)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section version="5.0" xmlns="http://docbook.org/ns/docbook"
+	xmlns:xlink="http://www.w3.org/1999/xlink"
+	xmlns:xi="http://www.w3.org/2001/XInclude"
+	xmlns:svg="http://www.w3.org/2000/svg"
+	xmlns:m="http://www.w3.org/1998/Math/MathML"
+	xmlns:html="http://www.w3.org/1999/xhtml"
+	xmlns:db="http://docbook.org/ns/docbook" xml:base="../../">
+	<title>Streams Support</title>	
+	
+	<section>
+		<title>Streams of Events</title> 	
+	</section>
+	<section>
+		<title>Declaring and Using Streams</title> 						
+	</section>	
+</section>

Added: labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Section-TemporalReasoning.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Section-TemporalReasoning.xml	                        (rev 0)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Section-TemporalReasoning.xml	2008-12-11 15:07:59 UTC (rev 24353)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section version="5.0" xmlns="http://docbook.org/ns/docbook"
+	xmlns:xlink="http://www.w3.org/1999/xlink"
+	xmlns:xi="http://www.w3.org/2001/XInclude"
+	xmlns:svg="http://www.w3.org/2000/svg"
+	xmlns:m="http://www.w3.org/1998/Math/MathML"
+	xmlns:html="http://www.w3.org/1999/xhtml"
+	xmlns:db="http://docbook.org/ns/docbook" xml:base="../../">
+	<title>Temporal Reasoning</title>	
+	
+	<section>
+		<title>Temporal Operators</title> 	
+	</section>
+	<section>
+		<title>Available Temporal Operators</title> 						
+	</section>	
+</section>

Added: labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Introduction/Chapter-Introduction.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Introduction/Chapter-Introduction.xml	                        (rev 0)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Introduction/Chapter-Introduction.xml	2008-12-11 15:07:59 UTC (rev 24353)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter version="5.0" xmlns="http://docbook.org/ns/docbook"
+	xmlns:xlink="http://www.w3.org/1999/xlink"
+	xmlns:xi="http://www.w3.org/2001/XInclude"
+	xmlns:svg="http://www.w3.org/2000/svg"
+	xmlns:m="http://www.w3.org/1998/Math/MathML"
+	xmlns:html="http://www.w3.org/1999/xhtml"
+	xmlns:db="http://docbook.org/ns/docbook">
+	<title>Introduction</title>
+
+	<xi:include href="Section-ComplexEventProcessing.xml" />
+
+	<xi:include href="Section-DroolsFusion.xml" />
+
+</chapter>
\ No newline at end of file

Added: labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Introduction/Section-ComplexEventProcessing.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Introduction/Section-ComplexEventProcessing.xml	                        (rev 0)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Introduction/Section-ComplexEventProcessing.xml	2008-12-11 15:07:59 UTC (rev 24353)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section version="5.0" xmlns="http://docbook.org/ns/docbook"
+	xmlns:xlink="http://www.w3.org/1999/xlink"
+	xmlns:xi="http://www.w3.org/2001/XInclude"
+	xmlns:svg="http://www.w3.org/2000/svg"
+	xmlns:m="http://www.w3.org/1998/Math/MathML"
+	xmlns:html="http://www.w3.org/1999/xhtml"
+	xmlns:db="http://docbook.org/ns/docbook" xml:base="../../">
+	<title>Complex Event Processing</title>	
+
+</section>

Added: labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Introduction/Section-DroolsFusion.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Introduction/Section-DroolsFusion.xml	                        (rev 0)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Introduction/Section-DroolsFusion.xml	2008-12-11 15:07:59 UTC (rev 24353)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section version="5.0" xmlns="http://docbook.org/ns/docbook"
+	xmlns:xlink="http://www.w3.org/1999/xlink"
+	xmlns:xi="http://www.w3.org/2001/XInclude"
+	xmlns:svg="http://www.w3.org/2000/svg"
+	xmlns:m="http://www.w3.org/1998/Math/MathML"
+	xmlns:html="http://www.w3.org/1999/xhtml"
+	xmlns:db="http://docbook.org/ns/docbook" xml:base="../../">
+	<title>Drools Fusion</title>	
+
+</section>

Modified: labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/master.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/master.xml	2008-12-11 15:06:39 UTC (rev 24352)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/master.xml	2008-12-11 15:07:59 UTC (rev 24353)
@@ -43,7 +43,11 @@
     <para />
   </preface>
 -->      
-<xi:include href="Chapter-Fusion/Chapter-Fusion.xml" />  
-
-  <index/>
+<title>Drools Fusion</title>
+
+	<xi:include href="Chapter-Introduction/Chapter-Introduction.xml" />
+
+	<xi:include href="Chapter-Features/Chapter-Features.xml" />
+
+   <index/>
 </book>




More information about the jboss-svn-commits mailing list