This is purely personal opinion, but I prefer JDT for stand alone deployments and JANINO for embedded deployments. JDT is more complete in terms of features and syntax, but sometimes you will get classpath clashes in some production environments, like when running inside Tomcat. JANINO is an excellent compiler for embedded applications, and does not has as many classpath clash problems, but is not as complete as JDT (last time I looked, there was no support for Generics, just to mention one example).
[]s Edson 2008/11/21 techy <[EMAIL PROTECTED]> > > Hello, > 1.Is there any situation where one compiler can be preferred over other? > 2. which compiler is ideal choice for production environment? > > Please clarify. > Thanks > -- > View this message in context: > http://www.nabble.com/Pros-n-Cons-of-JANINO---ECLIPSE-JDT-tp20630943p20630943.html > Sent from the drools - user mailing list archive at Nabble.com. > > _______________________________________________ > rules-users mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-users > -- Edson Tirelli JBoss Drools Core Development JBoss, a division of Red Hat @ www.jboss.com
_______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
