Respondents to the question know, of course, that ColdFusion is a Java EE application and can access all Java base classes, supports JSP custom tag libraries, etc. But I want to know when to write code in Java, compile it as a JAR, and reference it in CFML.
This is all in the context of a CF MVC application written as part of Fusebox, Mach-II, or Model-Glue.
source
share