Re: JESS: Rule Translators?

2010-08-30 Thread pdl
Please note that I never intended to say that RIF core is RuleML (still can't see where that could be mixed up). My apologies if I did. For the translation between RIF core and both production systems: I thought I'd start there, so far so good. Admittedly the rules I experimented with could be

Re: JESS: Rule Translators?

2010-08-30 Thread Wolfgang Laun
On 30/08/2010, p...@agh.edu.pl p...@agh.edu.pl wrote: Please note that I never intended to say that RIF core is RuleML (still can't see where that could be mixed up). My apologies if I did. My remark was not directed at anything specifically, its a general statement. Sorry! -W For the

RE: JESS: Rule Translators?

2010-08-30 Thread Brian Rogosky
Donald, If your requirement is to involve non-programmers and to capture their expertise in a way that is intuitive for them, you may want to look at the knowledge engine offered by Discovery Machine (www.discoverymachine.com) whose products are targeted at exactly this use case. They offer a

Re: JESS: Rule Translators?

2010-08-29 Thread pdl
Hi, I'm currently working on a common interface for multi-rule-engine distributed systems. Part of my work has so far been to develop XSLTs to allow RIF core (W3C spec) translations to and from JessML. DroolsML is also supported so it's possible to exchange rules between Jess and Drools through

Re: JESS: Rule Translators?

2010-08-28 Thread Ernest Friedman-Hill
Be careful to distinguish RuleML, which is a proposed standard rule language, from JessML, which is an XML-based rule format natively supported by Jess. The point of JessML, really, is that it's easier to manipulate XML than the Lisp-like Jess rule language in code, so if you want to write