javascriptdroolsrule-enginejrules

Rule Engine in JavaScript


Is there any Rule engine in JavaScript?

The question is in this context:

(PS: I've tried the AJAX route and seen that the application becomes a lot less responsive, making it hard to sell to users who've been accustomed to a hand-coded, pure-javascript version.)


Solution

  • JSR-94 is a Java specification, so I don't see what it has to do with the browser.

    There's Google JSON rules:

    http://code.google.com/p/jsonrules/

    You said you tried the AJAX route. Does that mean a rules engine running on the server and an asynch call to access it?