Search code examples
databaseexpert-systemjess

Read JESS Facts from Database


I am designing an Expert system in JESS and I would like to make it read facts from a Database instead of directly entering into Its interface.

Is there any predefined mechanism in JESS to do that? a sort of function maybe?

Thanks


Solution

  • No, there's no built in way, but it's easy to do directly in Jess, or in Java. A lot of what you'd need to do it from Java is in the 'Library' chapter of the manual.