The drools-jsr94 module adds a Java Rule Engine API compatibility layer to the Drools engine, allowing client code to access the Rete-OO core using the standardized javax.rules API.
Drools is nearly certified for JSR94.
nalex: Here is a snippet of a conversation that I recently had with Daniel Selman, from JavaRules.org:
I was easily able to port the Jess rules to Drools and wire up the main() method. At first we were missing a rule-set description attribute from the main Drools Rule Language, but I added one and wired it all up. Now we should be ready to try against the full TCK.
Output from the Main test:
Additional Documentation
"The Logic of the Bottom Line, an Introduction to JSR-94 and Drools"
