Hi Mark,<br><br>We are using Drools for issuing dynamic discounts. <br><br>1) Let say a customer buys a pair of jeans but no T-Shirt, then we dynamically issue a discount on T-Shirt using drools.<br> 2) A customer has bought bread but no eggs and milk, then issue a combo discount on those.<br>
<br>These are very basic examples, but more complicated rules are also used. Hope this helps.<br><br>Regards,<br>piyush<br><br><div class="gmail_quote">On Tue, Jan 25, 2011 at 7:35 AM, Jevon Wright <span dir="ltr">&lt;<a href="mailto:jevon@jevon.org">jevon@jevon.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi Mark,<br>
<br>
I use Drools extensively as part of my model-driven Ph.D. work, where<br>
I take a basic model instance and &quot;complete&quot; it to an intended model.<br>
This means that a developer only has to implement a simple model, and<br>
inference rules (in Drools) completes it into a model that can be<br>
fully translated into code. Ideally this makes development of complex<br>
web applications simpler.<br>
<br>
The project itself is IAML: A modelling language for Rich Internet<br>
Applications, including a graphical CASE environment, code generation<br>
and runtime environment. The implementation is free software under the<br>
EPL.<br>
<br>
<a href="http://openiaml.org/#completion" target="_blank">http://openiaml.org/#completion</a><br>
<br>
Cheers :)<br>
<font color="#888888">Jevon<br>
</font><div><div></div><div class="h5"><br>
On Thu, Jan 13, 2011 at 7:06 AM, Mark Proctor &lt;<a href="mailto:mproctor@codehaus.org">mproctor@codehaus.org</a>&gt; wrote:<br>
&gt; We often get complaints about not enough real world examples in Drools.<br>
&gt; We have a large community now, so surely a few of you must be able to<br>
&gt; write up examples based on your work? So please, please, please, please<br>
&gt; take the time to help us here.<br>
&gt;<br>
&gt; Thanks<br>
&gt;<br>
&gt; Mark<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; rules-users mailing list<br>
&gt; <a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
&gt;<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>
</div></div></blockquote></div><br>