informationsavvy.com Home Page

Macromedia ColdFusion has been 100% Java since the release of MX6. CFML is really just a high-level Java scripting language. ColdFusion provides so many features and functions to the developer that there is rarely a need for special functionality.

But when the need for special functionality arises, Java is a natural fit for CF. What kind of special functionality?

Writing large files, reading large files, and building large strings are not strong points for ColdFusion. But for smaller concatenate or append, and file operations, ColdFusion does a great job.



ColdFusion really makes it easy to use Java. As most CF developers know, ColdFusion is a loosely typed language. Java is not. Anytime you pass data from ColdFusion to Java, you should always javaCast() your variables to the appropriate Java type. A CFC works well as a wrapper to the Java classes.

Below is a list of ColdFusion Java CFCs, and what they're used for. If you find them useful, feel free to download as many as you like.

For a more detailed description of each ColdFusion CFC and what it does, check out my
'CF_This_Helps' blog for ColdFusion and Java CFC.

    


Get your news fast and fresh at SyndicatePig.com! Your one-stop shop for news.


Environmental Impact Statement Comment Response System (EICRS) - Bringing success to comment management



webmaster email
Copyright © 2002-2009 informationsavvy.com