1: Java code in DRL files refers to the classes as if it itself was ordinary
java code (mostly). It is "compiled" dynamically at the last moment when
building a RuleBase object (however, if you use Jython, then it is not
compiled at all, but interpreted, and can access classes using jython
semantics).
2: No, not as yet. Most likely in the future a translation layer to and from
a certain DRL format will be supported (if not directly).

On 1/31/06, ywchen <[EMAIL PROTECTED]> wrote:
>
> I have two questions regarding applications of Drools.
>
> 1. What's the relationship between the classes used in DRL files and Java
> code
> embeded in those files?
> 2. Is it possible for Drools to work with RuleML?
>
>
> Thanks.
>
>

Reply via email to