From: <jbo...@li...> - 2006-05-02 09:14:48
|
Author: mic...@jb... Date: 2006-05-02 05:14:42 -0400 (Tue, 02 May 2006) New Revision: 4036 Modified: labs/jbossrules/trunk/documentation/manual/en/Chapter-Examples/Section-Examples.xml Log: Modified: labs/jbossrules/trunk/documentation/manual/en/Chapter-Examples/Section-Examples.xml =================================================================== --- labs/jbossrules/trunk/documentation/manual/en/Chapter-Examples/Section-Examples.xml 2006-05-02 09:03:53 UTC (rev 4035) +++ labs/jbossrules/trunk/documentation/manual/en/Chapter-Examples/Section-Examples.xml 2006-05-02 09:14:42 UTC (rev 4036) @@ -2,9 +2,17 @@ <section> <title>Getting the examples</title> - <para>Some examples are included as "integration tests" in the Drools source code. On top of these, you can download the drools-examples module. This module is always having more samples added to it by users. A simple way to try it out is to use the Rule Workbench (Eclipse 3.2 + the plugin), and load up the drools-examples project (it has an eclipse project already setup). The rules all have example classes that execute the rules.</para> + <para>Some examples are included as "integration tests" in the Drools source + code. On top of these, you can download the drools-examples module. This + module is always having more samples added to it by users. The example + project in eclipse requires that you have the plugin instilled: load up the + drools-examples project (it has an eclipse project already setup). The rules + all have example classes that execute the rules. If you want to try the + examples in another project (or another IDE) then you will need to setup the + dependencies by hand of course.</para> - <para>The examples can be found at http://anonsvn.labs.jboss.com/labs/jbossrules/trunk/drools-examples/ (you can browse online, or use a subversion client and download the project into Eclipse</para> - - + <para>The examples can be found at + http://anonsvn.labs.jboss.com/labs/jbossrules/trunk/drools-examples/ (you + can browse online, or use a subversion client and download the project into + Eclipse</para> </section> \ No newline at end of file |