April 2013
Intermediate to advanced
360 pages
11h 24m
English
In This Chapter
About CFML and Java Integration
New: Dynamic Application-Specific Class Loading with this.javaSettings
Enhancement: Calling CFCs from Java with CFCProxy
New: Proxying CFCs as Java Objects with createDynamicProxy
ColdFusion 10 enhances CFML support for Java integration, solving various problems that have challenged such integration:
• Dynamic application-specific class loading with this.javaSettings
• Enhanced capability to call CFCs from Java with CFCProxy
• Capability to proxy CFCs as Java objects with createDynamicProxy
• Capability to loop over Java arrays in CFML
Each of these features is available in ColdFusion Standard and Enterprise. ...