[jboss-svn-commits] JBL Code SVN: r24991 - labs/jbossrules/trunk/drools-docs.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Jan 29 03:19:38 EST 2009
Author: ellenzhao
Date: 2009-01-29 03:19:38 -0500 (Thu, 29 Jan 2009)
New Revision: 24991
Modified:
labs/jbossrules/trunk/drools-docs/doc-authoring-guideline-and-cheatsheet.txt
Log:
added "Citations" and "Show source of reference" sections
Modified: labs/jbossrules/trunk/drools-docs/doc-authoring-guideline-and-cheatsheet.txt
===================================================================
--- labs/jbossrules/trunk/drools-docs/doc-authoring-guideline-and-cheatsheet.txt 2009-01-29 07:20:50 UTC (rev 24990)
+++ labs/jbossrules/trunk/drools-docs/doc-authoring-guideline-and-cheatsheet.txt 2009-01-29 08:19:38 UTC (rev 24991)
@@ -110,9 +110,41 @@
Citations:
---------
-TODO
+<para>To quote a Drools mailing list regular:
+<blockquote>
+ <attribution>Dave Hamu</attribution>
+ <para>It seems to me
+ that in the excitement of working with rules engines, that people forget
+ that a rules engine is only one piece of a complex application or
+ solution. Rules engines are not really intended to handle workflow or
+ process executions nor are workflow engines or process management tools
+ designed to do rules. Use the right tool for the job. Sure, a pair of
+ pliers can be used as a hammering tool in a pinch, but that's not what
+ it's designed for.</para>
+ </blockquote>
+</para>
+You can see the effect of the above example code here:
+https://hudson.jboss.org/hudson/job/drools/lastSuccessfulBuild/artifact/trunk/target/docs/drools-expert/html/ch01.html#d0e231
+
+Show source of reference:
+-------------------------
+<para>The term "Production Rule" originates from formal grammar - where it
+ is described as "an abstract structure that describes a formal language
+ precisely, i.e., a set of rules that mathematically delineates a (usually
+ infinite) set of finite-length strings over a (usually finite) alphabet"
+ (<ulink url="http://en.wikipedia.org/wiki/Formal_grammar">
+ <citetitle>wikipedia</citetitle>
+ </ulink>).
+</para>
+
+You can see the the effect of the above example code here:
+https://hudson.jboss.org/hudson/job/drools/lastSuccessfulBuild/artifact/trunk/target/docs/drools-expert/html/ch01.html#d0e41
+
+You can of course combine the <blockquote>, <ulink> and <citetitle> together.
+
+
Footnotes:
----------
TODO
More information about the jboss-svn-commits
mailing list