Drools is a business-rule management system (BRMS) with a forward-chaining-inference-based rules engine, more correctly known as a production rule system, using an enhanced implementation of the Rete algorithm.
I have simple JAVA bean with two int fields: 'a' and 'b'. I have two rules: rule "First rule" salience 10 …
java drools ruleCurrently I store all rules files on the file system (there are lots of versions of them) and load the …
database drools rulesHere is an example of a rule that uses "no-loop": rule "Even Number Rule" dialect "java" no-loop when n : Number( …
droolsWhat is the best practice to test drools rules with junit? Until now we used junit with dbunit to test …
junit drools rule-engine drools-flow jboss-rulesRecently I'm working with drools and I want to make some special checks on some objects. I need to use …
java function droolsWe have a business requirement to let power users edit rules for insurance rates and enrollments. We need a web …
c# rules droolsdoes anybody know if there is a way to do for loops in drools ?. I am trying to loop through …
droolsIs there any way I can get back the Integer value updated in Drools rule. I am passing the string …
java drools jbpm