drools
Timing learning Drools
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[详细]
2023-02-19 06:23 分类:问答Drools: How to update only specific rules?
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[详细]
2023-02-18 14:03 分类:问答Drools - centralize rules without centralizing the domain model
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.[详细]
2023-02-17 12:18 分类:问答Drools for test case formulation
I am testing a rather complex system, which behaves according to some business rules (written as semi-formal text).[详细]
2023-02-14 02:50 分类:问答Check all elements of a list (Drools Expert)
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[详细]
2023-02-13 09:23 分类:问答Drools Decision table rules not using updated values
I am using Drools Rules Server as a service.We are using a decision table Pre Rules Movie Object: actor: \"unknown\"[详细]
2023-02-13 09:21 分类:问答Continuation of a process after a system crash/restart - Drools Flow
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.[详细]
2023-02-12 04:41 分类:问答JBoss Drools Working Memory multiple facts
This is my rule: rule \"Your First Rule\" when $testRule : TestRule(count >= 100) then System.out.println(\"100 PACKETS!\");[详细]
2023-02-11 03:53 分类:问答Drools 5 load drl rule file from file system
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).[详细]
2023-02-10 21:28 分类:问答Drools conflict resolver with salience problem
I\'ve found strange behavior of drools engine. I have two rules with different saliences. As described in drools documentation[详细]
2023-02-10 21:05 分类:问答