I have an application (web-based) based on Optaplanner and it reads in scoring constraints from a static .drl file in the classpath to solve against. However, I am now trying to allow the customer to create/change the rules via the Drools Workbench product. I am having no luck finding any documentation or examples related to integrating rules created using Workbench into my app. As far as I can tell, the output of Workbench is a jar file.
- How do I dynamically use that jar in Optaplanner to solve against the rules in the jar file?
- Is there any examples out there I am missing?
I read this blog post by Geoffrey De Smet (http://www.optaplanner.org/blog/2014/04/17/PutTheUserInControlOfTheScoreConstraints.html) where he suggested he would demonstrate in a future post, but hasn't yet. This is exactly what I'm looking for. Thanks for your help!