If it is java dialect - then either eclipse JDT is used to compile the RHS, or Janino. If it is MVEL dialect - than MVEL "compiles" it (which also involves some potential JITing - but in any case it isn't quite the same as java compiling of JDT).
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
_______________________________________________
rules-dev mailing list
rules-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-dev