How can I access the DRL generated within a DSLR file in Drools开发者_Go百科?DSLs are just preprocessed DRL.I think the following link gives you an example on how to get DRL out of a DSLR.
I have a .dslr file consiting of a rule(dslr) and a dsl file. I need to get the XML output of the DRL from this dslr.
Our team is using Drools ruleflows for evaluations. Now we are planning to migrate to decision tables instead.
I\'ll use a university\'s library system to explain my use case. Students register in the library system and provide their profile: gender, age, department, previously completed courses, currently reg
I can upload RuleFlow (.rf) files to Guvnor (both 5.1 M1 and 5.0) and execute them with rules on the server. If I want to use Guvnor as a repository, is there any way I can download the RuleFlow files
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 citations by editing
I\'m new to maven and drools, so this could be obvious... I\'m trying to work off of the drools snapshot repository using maven/eclipse. I\'d like to be able to link开发者_运维知识库 the sources/java
I am doing ksession.insert(list) and after that I have to fire rule 1 in the drl file, then ksession.insert(list) and fire rule 2 in the drl.
I am very new to drool rules. I have four fields, for which I want to write drools rules in excel. Scenario is, based on selection of product, values for customerType will be populated and based on se