Hi,
I am new to Jess, just could not figure out if there is a way to add rules to a running jess engine. I am calling jess command from a
java application. All my rules are in a clp file, I use Rete.executeCommand("(batch *.clp)") to get all rules, then in a while loop I add some facts, call reset and run. It works fine if there is no need to change the rules in the clp file. I know I can move Rete.executeCommand("(batch *.clp)") into the while loop, but not sure if it's the right way to go since the rule file should not be changed very often. Please help!
Thanks in advance.
[ September 10, 2004: Message edited by: Hope Zhu ]