searching for a rule engine that compiles rules, no reflection

N

NOBODY

Hi,

Does anyone have heard of rules engines (could be really basic ones) that
generates byte code to perform the evaluations instead of
using reflection and interpretation?

I have searched a while, but the docs are always about features, not so
much implementations.

Thanks.
 
N

NOBODY

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,023
Latest member
websitedesig25

Latest Threads

Top