How do I (and can I) import Drools rules or functions into another Drools rules file?
Asked
Active
Viewed 1,398 times
2 Answers
1
This isn't necessary.
If you load two different rule files using the knowledge builder all the rules in both files will be available.
There's no need to import rules from a different DRL file because when you compile the rules are all in the same binary package.
0
There is no import rule facility in drools. It does not allow importing rule from another package.

Jeronimo Pat
- 1
- 2