Hello,
I am new using Drools and I have a question you could maybe help me with.
I would like to know if I can change the rules in the system without having to recompile, but still persisting the rules.
I am currently importing the kie-ci 6.1.0.Final (although I do not currently have any constraint on the version to use) in my project using Maven. I am also using Spring Boot if it makes any difference.
What I have been doing
1 - I create the DRL rules in a separate file.
2 - Create the XML configuration.
3 - Run mvn package
4 - Deploy the jar file.
If I want to change any rule I need to change the DRL, stop the current jar, package again and redeploy.
Other options
It seems this option also requires that both the template and the spreadsheet are available before packaging and deployment. In other words, I will need to recompile anyway.
I seem mistaken because the Workbench REST API also has mvn calls of the following type:
Any thoughts or directions you could point me on this problem?
Best Regards,
Bianca