Thanks Thomas for directing me to the detailed drools documentation. <br>I learned a lot about drools. Earlier I was googling &amp; getting the information in bits &amp; pieces.<br><br><br><br><div class="gmail_quote">2010/9/23 Swindells, Thomas <span dir="ltr">&lt;<a href="mailto:TSwindells@nds.com">TSwindells@nds.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">





<div link="blue" vlink="purple" lang="EN-GB">
<div>
<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);">Have a look here:</span></p>
<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);"><a href="http://www.jboss.org/drools/documentation.html" target="_blank">http://www.jboss.org/drools/documentation.html</a></span></p>
<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>
<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);">it contains lots of useful documentation, in particular you probably want to read the Drools Expert (rules engine) documentation as this describes the syntax
 of the rules and explains stuff in more detail – though you seem to be on the write track with your understanding below.</span></p>
<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>
<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);">Thomas</span></p>
<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>
<div style="border-width: medium medium medium 1.5pt; border-style: none none none solid; border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color blue; padding: 0cm 0cm 0cm 4pt;">
<div>
<div style="border-width: 1pt medium medium; border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; padding: 3pt 0cm 0cm;">
<p class="MsoNormal"><b><span style="font-size: 10pt;" lang="EN-US">From:</span></b><span style="font-size: 10pt;" lang="EN-US"> <a href="mailto:rules-users-bounces@lists.jboss.org" target="_blank">rules-users-bounces@lists.jboss.org</a> [mailto:<a href="mailto:rules-users-bounces@lists.jboss.org" target="_blank">rules-users-bounces@lists.jboss.org</a>]
<b>On Behalf Of </b>Harshit Bapna<br>
<b>Sent:</b> 23 September 2010 10:15<br>
<b>To:</b> <a href="mailto:rules-users@lists.jboss.org" target="_blank">rules-users@lists.jboss.org</a><br>
<b>Subject:</b> [rules-users] How does drools loads a modified rule ?</span></p>
</div>
</div><div><div></div><div class="h5">
<p class="MsoNormal"> </p>
<div>
<p class="MsoNormal">Hi All,<br>
<br>
I am new to Rule Engine concept. I am investigating the Drools 5.0 to check if it meets our requirements.<br>
<br>
Questions:<br>
1. I am not able to find a resource to learn the syntax of drool rules.<br>
    I have gone through the shopping example in Drools 5.1 examples but not able to get the basics right.<br>
        $c : Customer()          -- what does this mean ? Is it that all objects of type Customer in the working memory are matched are taken one by ones and assigned to c ?<br>
        $d : Discount( customer == $c )               -- Each discount objects which have the matching customer are assigned to d. How can I debug this process in eclipse ?<br clear="all">
<br>
Please provide a resource where I can learn the drl syntax. <br>
Also what are differences in drl when dialect is java and not mvel.<br>
<br>
2. How would a rule engine behave when rules are running on the facts and simultaneously the rules are updated in the knowledge base?</p>
</div>
<p class="MsoNormal"> </p>
</div></div></div>
</div>
<br>
<hr>
<font color="Gray" face="Arial" size="1"><br>
**************************************************************************************<br>
This message is confidential and intended only for the addressee. If you have received this message in error, please immediately notify the <a href="mailto:postmaster@nds.com" target="_blank">postmaster@nds.com</a> and delete it from your system as well as any copies. The content of e-mails as well as traffic data
 may be monitored by NDS for employment and security purposes. To protect the environment please do not print this e-mail unless necessary.<br>
<br>
NDS Limited. Registered Office: One London Road, Staines, Middlesex, TW18 4EX, United Kingdom. A company registered in England and Wales. Registered no. 3080780. VAT no. GB 603 8808 40-00<br>
**************************************************************************************<br>
</font>
</div>

<br>_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>-- Harshit Bapna<br><br>