<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
There is no .java file, all compilation is in memory. you can, if you
change the code and re-compile by hand, dump the resulting template
files.<br>
<br>
Mark<br>
Godmar Back wrote:
<blockquote
 cite="mid:719dced30709241044i4724ef7sc09aff3cc2ff98ad@mail.gmail.com"
 type="cite">
  <pre wrap="">BTW, when using Java, is there a way to save the .java files created
by the compiler?  I would like to understand the specific
environment/scope in which consequences are compiled. Right now, if
something goes wrong, the .java are deleted right away. I looked at
PackageBuilderOptions, but didn't see anything there.

 - Godmar

On 9/24/07, Mark Proctor <a class="moz-txt-link-rfc2396E" href="mailto:mproctor@codehaus.org">&lt;mproctor@codehaus.org&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Java is more mature in tooling and implementation and is still currently
the default implementation and the recommended one if you are not sure.
MVEL will eventually become the default dialect when it matures, its
advantage is in the simpler language it provides, which helps make rules
easier to read and write. It can also operate in reflection mode, which
can really help for large rule based systems that have perm gen issues.

Mark
ekke wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">can someone tell me, when to use java or mvel as dialect ?

I've experienced that in some cases inside the drl editor using java
gives me more context-help then using mvel

but: what can I do with java and not with mvel
and what advantages has mvel compared with java

which dialect is more performant ?

thx for infos from insiders

ekke

      </pre>
    </blockquote>
    <pre wrap="">_______________________________________________
rules-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a>

    </pre>
  </blockquote>
  <pre wrap=""><!---->_______________________________________________
rules-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a>

  </pre>
</blockquote>
<br>
</body>
</html>