Hi,
I've developed a custom language to author simple rules specific to my system.
Currently, I compile it into Java then into bytecodes. The Java code calls our
internal API's when a condition or an action is executed.
Now I want to integrate Drools. What is the generally recommended best
practice for such a case?
Do I want to write a Transformer which would transform my lingo into Java and
then stuff the Java bits (imports, conditions, actions) into the generated DRL
file?
Or, do I want to make use of DSL - if so, how?
Thanks,
- Dmitry