Re: JESS: Jess questions

2009-05-07 Thread Johnny Bravo
Thanks a lot, I will get back to you with some more questions ;-) -jb On Thu, May 7, 2009 at 12:04 AM, Wolfgang Laun wolfgang.l...@gmail.comwrote: Jess will handle memory just like any well written Java program does. You should not load facts that aren't necessary for your rules. The way

JESS: Jess questions

2009-05-06 Thread Johnny Bravo
Hi Jess Users, I am new to rule based system and little confused about few things, Please help me out in clearing my doubts. We have decided to use Jess in our application to find out the changes in working memory as well as to process the changed data. The facts in the memory will be loaded from

Re: JESS: Jess questions

2009-05-06 Thread Wolfgang Laun
Jess will handle memory just like any well written Java program does. You should not load facts that aren't necessary for your rules. The way the rule emgine forms the in-memory network depends on your rules. The best practice of writing good rules depends on your application. But, as a general