Hi All,

I'm trying to find out what Drools does at runtime with rules written in drl. The RHS is obviously converted to java somehow. Is this done using a library like asm or javassist? I want to run Drools on a dalvik vm and I think this may impact what I can do.

Thanks!

Justin King