[jboss-svn-commits] JBL Code SVN: r22975 - labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/en/Chapter-Guvnor.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Sep 22 04:14:58 EDT 2008


Author: michael.neale at jboss.com
Date: 2008-09-22 04:14:58 -0400 (Mon, 22 Sep 2008)
New Revision: 22975

Added:
   labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/en/Chapter-Guvnor/WebDT-config.png
   labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/en/Chapter-Guvnor/WebDT.png
Modified:
   labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/en/Chapter-Guvnor/Section-UserGuide.xml
Log:
updating web DT doco

Modified: labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/en/Chapter-Guvnor/Section-UserGuide.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/en/Chapter-Guvnor/Section-UserGuide.xml	2008-09-22 08:08:51 UTC (rev 22974)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/en/Chapter-Guvnor/Section-UserGuide.xml	2008-09-22 08:14:58 UTC (rev 22975)
@@ -62,10 +62,10 @@
 
       <para>The supported server side platforms are mentioned in the
       installation guide. For browsers - the major ones are supported, this
-      includes Firefox (1.5 and up), IE6 and up, Opera, Safari etc. The
+      includes Firefox (1.5 and up), IE7 and up, Opera, Safari, Google Chrome etc. The
       preferred browser for most platforms is firefox, it is widely available
       and free, if you have any choice at all, Firefox is the preferred
-      platform, followed by safari on mac.</para>
+      platform, followed by safari on mac. IE6 users can experience some poor perforamnce, and as this is a dangerously insecure browser IE7 or a superior browser (such as Google Chrome, Firefox, Safari) is recommended.</para>
     </section>
 
     <section>
@@ -676,6 +676,45 @@
       </section>
 
       <section>
+	<title>Guided decision tables (web based)</title>
+	<para>The guided decision table feature allows decision tables to be edited in place on the web. This works similar to the guided editor by introspecting what facts and fields are available to guide the creation of a decision table.</para>
+
+	        <figure>
+          <title>Decision table</title>
+
+          <mediaobject>
+            <imageobject>
+              <imagedata align="center" fileref="WebDT.png"
+                         format="PNG" scalefit="1" />
+            </imageobject>
+          </mediaobject>
+        </figure>
+
+	<para>
+	  At the top right there is a button which shows the configuration area of the guided decision table: 
+	</para>
+
+	        <figure>
+          <title>Decision table config</title>
+
+          <mediaobject>
+            <imageobject>
+              <imagedata align="center" fileref="WebDT-config.png"
+                         format="PNG" scalefit="1" />
+            </imageobject>
+          </mediaobject>
+        </figure>
+
+	<para>
+	  It is in this section where condition and action columns are configured. "Attribute columns" are for setting attributes on a per rule (row) basis, such as salience. 
+
+Web based decision tables are compiled into DRL like all other rule assets. 
+
+	</para>
+
+	</section>
+
+      <section>
         <title>Rule flows</title>
 
         <para>Rule flows: Rule flows allow you to visually describe the steps
@@ -1240,6 +1279,10 @@
 
 </programlisting> The "cheese" object above can then be inserted into working
     memory just like a normal pojo based fact.</para>
+
+    <para>Note that the namespace of the declared type is the package
+    namespace where it was declared (in the above case
+    "org.drools.generatedbeans").</para>
   </section>
 
   <section>

Added: labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/en/Chapter-Guvnor/WebDT-config.png
===================================================================
(Binary files differ)


Property changes on: labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/en/Chapter-Guvnor/WebDT-config.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/en/Chapter-Guvnor/WebDT.png
===================================================================
(Binary files differ)


Property changes on: labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/en/Chapter-Guvnor/WebDT.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the jboss-svn-commits mailing list