
Signature
43rd Law of Computing: Anything that can go wr
fortune: Segmentation violation -- Core dumped
>> See http://mindprod.com/jgloss/rules.html
>> for a long list of rules engines. I don't know which might work that
>> way.
>
>Not Found
try http://mindprod.com/jgloss/rule.html
Whever I screw up, just look up the word in the index. It will
usually be a typo, a pluralisation error or part of speech.
see http://mindprod.com/jgloss/jgloss.html

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
Koos Pol - 14 Apr 2006 17:07 GMT
> try http://mindprod.com/jgloss/rule.html
>
> Whever I screw up, just look up the word in the index. It will
> usually be a typo, a pluralisation error or part of speech.
I knew that :-) I was just triggering a response from you to keep the
archives (Google!) happy.
Cheers,
Koos

Signature
43rd Law of Computing: Anything that can go wr
fortune: Segmentation violation -- Core dumped
NOBODY - 19 Apr 2006 00:29 GMT
> try http://mindprod.com/jgloss/rule.html
After a lot of browsing, I hit something even better (for me) than rules
engine:
BCEL, Javassist, and Janino.
BCEL is a byte code engineering library.
Javassist and janino can create/augment classes from standard sourcecode
snippets.
All very powerful to translate user made expressions into fullspeed java
code. Seem a branch of 'Drools' (the 'Groovy' project) is using one of
these.
There is no mention of security manager constraints, so watch out.
Have fun!