[jboss-svn-commits] JBL Code SVN: r34390 - labs/jbossrules/trunk/drools-docs/drools-docs-integration/src/main/docbook/en-US/Chapter-Spring.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Jul 29 23:16:35 EDT 2010
Author: mark.proctor at jboss.com
Date: 2010-07-29 23:16:34 -0400 (Thu, 29 Jul 2010)
New Revision: 34390
Modified:
labs/jbossrules/trunk/drools-docs/drools-docs-integration/src/main/docbook/en-US/Chapter-Spring/Chapter-Spring.xml
Log:
-spring doc improvements
Modified: labs/jbossrules/trunk/drools-docs/drools-docs-integration/src/main/docbook/en-US/Chapter-Spring/Chapter-Spring.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-integration/src/main/docbook/en-US/Chapter-Spring/Chapter-Spring.xml 2010-07-30 03:12:10 UTC (rev 34389)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-integration/src/main/docbook/en-US/Chapter-Spring/Chapter-Spring.xml 2010-07-30 03:16:34 UTC (rev 34390)
@@ -17,9 +17,40 @@
<section>
<title>Define a Resource</title>
- <para>Defines a resource to be referenced from other tags</para>
+ <para>Execution nodes are a context to regsiter ksessions and kbases
+ against for lookup.</para>
<section>
+ <title><drools:execution-node>'s parameters as
+ attributes:</title>
+
+ <table>
+ <tgroup align="left" cols="3" colsep="1" rowsep="1">
+ <thead>
+ <row>
+ <entry align="center">Attribute</entry>
+
+ <entry align="center">Description</entry>
+
+ <entry align="center">Required</entry>
+ </row>
+ </thead>
+
+ <tbody>
+ <row>
+ <entry>id</entry>
+
+ <entry>Bean's <emphasis>id</emphasis> is the name to be
+ reference from other beans.</entry>
+
+ <entry>Yes</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ </section>
+
+ <section>
<title><drools:resource>'s parameters as attributes:</title>
<table>
@@ -145,6 +176,15 @@
<entry>Yes</entry>
</row>
+
+ <row>
+ <entry>node</entry>
+
+ <entry>Execution-Node context to register the kbase
+ with</entry>
+
+ <entry>no</entry>
+ </row>
</tbody>
</tgroup>
</table>
@@ -332,6 +372,15 @@
<entry>No; defaults to <emphasis>id</emphasis> when
omitted.</entry>
</row>
+
+ <row>
+ <entry>node</entry>
+
+ <entry>Execution-Node context to register the ksession
+ with</entry>
+
+ <entry>no</entry>
+ </row>
</tbody>
</tgroup>
</table>
More information about the jboss-svn-commits
mailing list