JESS: Re: [s] Help Jess C#

2007-03-02 Thread Délio
Pls i need help on this, im trying do developd a study, about the the implementation of JESS in C#.net, i think the only way possible is converting JESS in XML and then convert XML to Rule engine suported by C#.net dont kwon if this is possible help me if anyone can pls, the finish of my

Re: JESS: Re: [s] Help Jess C#

2007-03-02 Thread Ernest Friedman-Hill
On Mar 2, 2007, at 5:21 AM, Délio wrote: Pls i need help on this, im trying do developd a study, about the the implementation of JESS in C#.net, i think the only way possible is converting JESS in XML and then convert XML to Rule engine suported by C#.net dont kwon if this is possible help

Re: JESS: Working with Exceptions

2007-03-02 Thread Ernest Friedman-Hill
On Mar 1, 2007, at 4:01 PM, Mrinal Khanvilkar wrote: Hi, Does anyone know how to catch exceptions in a RULE . I mean like (defrule someRule comment (Callhome (thing1 ?a)(thing2 ?b)) (try ( ?a ?b)catch (printout t they need to be integers crlf)) (test(eq ?b TRUE)) =

JESS: Commenting JESS files

2007-03-02 Thread rand
Greetings! Is there any way to do Java style commenting in JESS files? Like anything after /* and before */ is ignored by the loader? It would sure make coding a lot easier than having to put a ; at the beginning of every line. Rand

Re: JESS: Commenting JESS files

2007-03-02 Thread Ernest Friedman-Hill
On Mar 2, 2007, at 3:31 PM, [EMAIL PROTECTED] wrote: Is there any way to do Java style commenting in JESS files? Like anything after /* and before */ is ignored by the loader? It would sure make coding a lot easier than having to put a ; at the beginning of every line. Jess 7

JESS: removing modules

2007-03-02 Thread Krasnigor, Scott L (N-AST)
In our application, we are dynamically creating and removing rules from the engine. We are sent a set of rules that are associated with a certain module based on parameters passed to us along with the rules. We are notified when a rule is no longer needed and we remove the rule (or rules) from the

Re: JESS: Commenting JESS files

2007-03-02 Thread rand
Good news! Thanks. I just looked in the JESS in Action book and its not there. I didn't think to try the online version. But I will double check things next time. I tend to be a little lazy with online version since there is no index as there is with the book. Guess I am a little old fashioned