Re: JESS: [EXTERNAL] How to persist the fact and rule base from a given session?

2012-12-03 Thread Ernest Friedman-Hill
Hi Grant, Sorry nobody answered this earlier. The bsave and bload commands save and restore the binary state of a Jess engine to a file, and they're probably just what you're looking for. On Mon, Nov 26, 2012 at 5:21 PM, Grant Rettke gret...@acm.org wrote: Hi, I would like to be able to

JESS: [EXTERNAL] How to persist the fact and rule base from a given session?

2012-11-27 Thread Grant Rettke
Hi, I would like to be able to turn off a Jess session so that all of its rules and facts would be persisted so that later I could start it up again. The scenario is something like... there are things we want to handle but the user has stopped the program, so we turn it off, but when we turn it