drools
Is it possible to add a new rule to a running Drools session?
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[详细]
2023-01-28 21:59 分类:问答quick loading of a drools knowledge base
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[详细]
2023-01-26 02:15 分类:问答Maps and strings in Drools rules
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[详细]
2023-01-24 23:51 分类:问答What are the myths about rules engine? [closed]
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[详细]
2023-01-24 02:50 分类:问答Dynamic business rules engine for ruby on rails
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[详细]
2023-01-23 09:40 分类:问答Drools: is it required to upload all dependencies?
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[详细]
2023-01-18 04:56 分类:问答Best practices for using Drools Expert/Flow in a Web Application
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[详细]
2023-01-17 19:52 分类:问答Drools guided editor gives error "Note: No model has been defined." How to define one?
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[详细]
2023-01-15 03:22 分类:问答Generate Excel .xls from .drl in JBoss Drools 4
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.[详细]
2023-01-12 23:10 分类:问答Receiving notification of Drools logical retraction events
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[详细]
2023-01-11 04:13 分类:问答