JESS: Announcing wiki contributions

2007-07-03 Thread Wolfgang Laun
There are some recent contributions to the topic Design Patterns and to the User Function Examples section of the topic Jess Snippets on the Jess Wiki (http://www.jessrules.com/jesswiki/view). The design patterns (if that's what they are) demonstrate * the association of actions with facts

JESS: Module and Concurrency

2007-07-03 Thread folderman
Hi everyone, I'm currently integrating JESS into my web application and the architecture is typical; running rete.runUntilHalt() and asserting a shadow fact for an incoming HTTP request. But as more and more rules are developed, I'm thinking to partition the rules into modules. Now, suppose I