Nov 24
I had an interesting question from a Belgian user recently : do we have a CFSRIPT version of CFPOP and CFIMAP ?
Well the answer is no. And yes :-)
In addition to core language level support for various programming elements in cfscript, we have added support for only selected functionality already available thru tag syntax like ftp, http, mail, pdf, query, storedproc.
They are all implemented as CFCs and are present in CustomTags\com\adobe\coldfusion folder.
And these CFCs are all open source and can be extended as per customers requirement. One can easily extend cfscript support for unsupported tags by writing and dropping the CFCs in these folders and these CFCs would automatically be imported into default namespace and available with syntax like new someCFC() directly.
PS.: Thanks to Sanjeev for helping me out on this one.
Nov 22
I've been through this issue earlier this week, so simply let me reproduce Josh Adam's blog entry about this :
We've recently seen an issue where the ColdFusion 9 installation
program on 64-bit Linux will not accept valid ColdFusion 9 Standard
license keys (we have not seen any issue with it accepting valid
ColdFusion 9 Enterprise license keys). The workaround for this issue is
to install ColdFusion 9 as Trial (that is, do not enter the license key
during installation) and then enter the license key via the ColdFusion
Administrator after the installation has completed.
Nov 21
And I immediately decided to work and analyze this one this week-end :-)

Nov 21
Our partner Herrlich & Ramuschkat will host ColdFusion 9 workshops in the Adobe facilities in Munich (Nov 26) and Cologne (Nov 27).
If you would like to participate you can fill this form to register.
Recent Comments