How to build Drools rules in Java dynamically instead of providing static drl file?
I have a set of matching rules defined in xml that I need to parse and be able to reload it in runtime. Is there any way to build Drools rules dynamically? Couldn't find it in the docs.