I'm using the 30-day trial of Jess, and have already run into a problem:
Is there no engine.batch(InputStream) or equivalent for loading rule
sets? We have to deliver our *.clp files in eclipse plugins, and can
only access them by finding them in the Bundle and opening an input
stream. I can read the stream and create a temporary file, then blow
away the file after loading the engine, but having to do that is pretty
dumb (and slow).
engine.batch(String) would be convenient as well.
How does everyone else do this? Surely not everyone reads from a file
*always*??
-Eric