I am using Drool\'s resource scanner like so: ResourceChangeScannerConfiguration sconf = ResourceFactory.getResourceChangeScannerService().newResourceChangeScannerConfiguration();
How to get the perticular value in the drools when block. I am looking for something like this but its not working:开发者_JAVA技巧
I\'m having a strange issue with drools : I have the following rules : rule \"is my dog a baby?\" ruleflow-group \"dog\"
Is there a way to log / monitor the time taken for rule in a Drools rule 开发者_如何转开发set?
For our current project we have code formatting rules for java and xml fi开发者_运维百科les.Is there some way to configure Eclipse to format drools files (*.drl)?As far as I know you can\'t. The curre
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I need to integrate a ticketing system into my grails Web application, so that those running the small company can easily handle customer needs / complaints, etc., tying that in directly with their us
I\'ve used both spring-batch and drools on previous projects, separately. In my current project, I have a design where I need to process upto 500k xml objects, convert them to jaxB, apply rule on each
I have been trying to display the Rete Tree view for drools files using the drools plugin for eclipse. But it is failing for me with the following error :
This is more of a generic question. But I am trying to understand a concept of using a tool and why one would need this tool. I keep going round and round.