Hey there, I\'ve got a project at work that may require me to load/unload rules to 开发者_如何学JAVAa stateful Drools session during the run of the program. (Eventually using JMX, but for now I\'m jus
I\'m trying to use Drools as the rule engine for a grammar relations to semantics mapping framework. The rule base is in excess of 5000 rules even now and will get extended. In using Drools currently
I have following Drools rule to which I send map filled with element , but when it gets executed I have element . Why do I get null when it should be \"Y\" for the value? When I put breakpoint in ACDe
Closed. This question is opinion-based. It is not currently accepting answers. 开发者_高级运维 Want to improve this question? Update the question so it can be answered with facts and citati
I have an application which will require a \"dynamic business rules\" engine. Some of the business rules changes very frequently. Some of then applies for a lim开发者_运维问答ited set of business acco
I have a project that builds on a framework that uses drools. The model classes are already defined. I create the rules using drools guvnor and upload the jar with the model classes. But when I click
I\'m currently teaching myself Drools Expert/Flow as well as GWT. I want to use Drools Flow as an event/command bus and business rule engine to achieve loose coupling between different parts of the ap
I\'m trying to follow along with the examples in the book \"JBoss Drools Business Rules\" (which, like most other Packt Publishing books, is a poorly edited mess of misspellings, bad edits, and errors
Is it possible with the drools4 api generate a decision 开发者_如何学Pythontable spreadsheet (.xls) from a .drl file?There is no tool for this in Drools. You can only generate DRL from XLS.
I have a knowledge base for performing validation of my data model. Modification events from the UI are posted asynchronously to a separate thread that updates the know开发者_开发知识库ledge base and