[jboss-svn-commits] JBL Code SVN: r13390 - labs/jbossrules/trunk/documentation/manual/en/Chapter-BRMS.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Jul 12 02:24:43 EDT 2007


Author: michael.neale at jboss.com
Date: 2007-07-12 02:24:43 -0400 (Thu, 12 Jul 2007)
New Revision: 13390

Added:
   labs/jbossrules/trunk/documentation/manual/en/Chapter-BRMS/Section-ExamplesAndTutorials.xml
Modified:
   labs/jbossrules/trunk/documentation/manual/en/Chapter-BRMS/Section-UserGuide.xml
Log:
JBRULES-688

Added: labs/jbossrules/trunk/documentation/manual/en/Chapter-BRMS/Section-ExamplesAndTutorials.xml
===================================================================
--- labs/jbossrules/trunk/documentation/manual/en/Chapter-BRMS/Section-ExamplesAndTutorials.xml	                        (rev 0)
+++ labs/jbossrules/trunk/documentation/manual/en/Chapter-BRMS/Section-ExamplesAndTutorials.xml	2007-07-12 06:24:43 UTC (rev 13390)
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE section PUBLIC "-//OASIS//DTD Simplified DocBook XML V1.0//EN"
+"http://www.oasis-open.org/docbook/xml/simple/1.0/sdocbook.dtd">
+<section>
+  <title>Examples and tutorials</title>
+
+  <section>
+    <title>Fernando's discount insurance brokers</title>
+
+    <para>This example takes you through the key steps in using the BRMS, and using rules in a very
+    very simple application.</para>
+
+	<!-- this shows how to embed a PNG picture/screen shot 
+	
+		<figure>
+          <title>Package building</title>
+
+          <mediaobject>
+            <imageobject>
+              <imagedata align="center" fileref="PackageBuild.png"
+                         format="PNG" scalefit="1" />
+            </imageobject>
+          </mediaobject>
+        </figure>	
+	
+	-->
+
+  </section>
+</section>
\ No newline at end of file


Property changes on: labs/jbossrules/trunk/documentation/manual/en/Chapter-BRMS/Section-ExamplesAndTutorials.xml
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: labs/jbossrules/trunk/documentation/manual/en/Chapter-BRMS/Section-UserGuide.xml
===================================================================
--- labs/jbossrules/trunk/documentation/manual/en/Chapter-BRMS/Section-UserGuide.xml	2007-07-12 06:22:15 UTC (rev 13389)
+++ labs/jbossrules/trunk/documentation/manual/en/Chapter-BRMS/Section-UserGuide.xml	2007-07-12 06:24:43 UTC (rev 13390)
@@ -645,7 +645,22 @@
     <section>
       <title>Deployment management</title>
 
-      <para>Snapshots, URLS and binary packages</para>
+      <para>Snapshots, URLS and binary packages:</para>
+
+      <para>URLs are central to how built packages are provided. The BRMS
+      provides packages via URLs (for download and use by the Rule Agent).
+      These URLs take the form of:
+      http://&lt;server&gt;/drools-jbrms/org.drools.brms.JBRMS/package/&lt;packageName&gt;/&lt;packageVersion&gt;</para>
+
+      <para>&lt;packageName&gt; is the name you gave the package.
+      &lt;packageVersion&gt; is either the name of a snapshot, or "LATEST" (if
+      its LATEST, then it will be the latest built version from the main
+      package, not a snapshot). You can use these in the agent, or you can
+      paste them into your browser and it will download them as a file.</para>
+
+      <para>Refer to the section on the Rule Agent for details on how you can
+      use these URLs (and binary downloads) in your application, and how rules
+      can be updated on the fly.</para>
     </section>
 
     <section>




More information about the jboss-svn-commits mailing list