I finished reading a book on clips expert system shell before I heard about Jess.
I'm trying to implement a web based expert system. I've written the code on clips, but the program has to run from the command line, however I would like to implement it in jess so that I can use it with jsp.
I need to use jsp to ask questions and retrieve answers from the user and then use these answers as facts.
How can I do this with jess without having to rewrite everything again?