Re: [rules-users] Doubts in Using RulesBase object

2011-01-19 Thread Gabor Szokoli
Hi, Without understanding the intricacies, just on general sw engineering principles: Is the number of possible package combinations too high to cache a rulebase instance for each combination, or at least the ones anybody used recently? If you have n toggle buttons on the GUI to include different

[rules-users] Doubts in Using RulesBase object

2011-01-19 Thread Nikhil S. Kulkarni
Hi All, I am using JBOSS Rules 5.0.0, in which I am creating multiple RuleBase object based on package passed to it. e.g. public RuleBase (Package pkg) { RuleBase rb = RuleBaseFactory.newRuleBase(); rb.addPackage(pkg); return rb; } Though I know that creating Rul