Hello listers,
I am testing the integration of Drools 4 with Spring and I want to use the
following:
1. Load rules from a database
My approach was to store rules in a table with the columns: name, conditions,
actions. Then build a string with the various rules and load it with a
package builder from the String's InputStream.
Is there a better way to do this?
2. Use Spring beans in the rules
I want to use spring beans and DAOs in the rules. Can I do this? How?
I hope that someone can help me.
Best regards,
Miguel
Show replies by date