Tagged Questions
3
votes
1answer
1k views
How to share individual rules between .drl files in JBoss Rules?
We are using JBoss Rules (a.k.a. Drools) and have several .drl files that each contain several rules. Is there a way to avoid duplication between files, so that we can define common rules that are ...