Hello,
I have prepared a sample decision table and made it run as a java application by integrating Drools in Eclipse. Now how do I integrate
decision table file (xls) into web application so that next time when any rule changes or a new one is added, I just have to make change in xls file and things would start working without any other change ?
For example:
I have created PF rule(12% of basic) in a decision table and now I want to integrate this decision table in my application so that next time PF rule changes
(e.g. 15% of basic) I just have to modify from 12 to 15 and it would start reflecting the updated rule.
Hope it sounds clear.
Thanks
Kripa