I\'m making开发者_开发问答 a thesis on Drools. But I have no idea on the workloard learning Drools. Could someone give a number from 1 to 10 on Expert, Flow, Fusion and Guvnor. I just have to test the
We use Drools with an interface where users can update / edit rules. Those rules are then stored (and versioned) in a database. Afterwards the rules are fetched again from database and added one by on
We have set up a SOA with a few common framework pojos and a lot of service-specific pojos. I now want to set up drools brm, preferably with guvnor.
I am testing a rather complex system, which behaves according to some business rules (written as semi-formal text).
I\'m trying to write rules in Drools Expert. In the when part of the rule, I check some properties of an Application object. This object contains a List and I would like to check if a bunch of rules a
I am using Drools Rules Server as a service.We are using a decision table Pre Rules Movie Object: actor: \"unknown\"
I\'ve been playing with examples I downloaded with the book Drools JBoss Rules 5.0.To my relief they work :)Drools Flow has been my point of interest as a possible workflow engine replacement.
This is my rule: rule \"Your First Rule\" when $testRule : TestRule(count >= 100) then System.out.println(\"100 PACKETS!\");
I devloped a custom rule editor able to create drl file and save them in file system under a given directory. (e.g. c:\\savedRules\\rule.drl).
I\'ve found strange behavior of drools engine. I have two rules with different saliences. As described in drools documentation