Arrays and String enhancements in ColdFusion 2018

ColdFusion 2018 introduces a good set of enhancements on Language. In this port, we will be looking at all the feature enhancements around Arrays and Strings. Typed Arrays ColdFusion has always been a type-unaware language, with ColdFusion internally guessing the type of the object in order to perform appropriate actions on the object. ColdFusion 2018 addresses concerns on being more type friendly, while being backward compatible with two new features – Datatype Preservations and Typed Arrays. Datatype preservations ensure the […]

Update 1 for Adobe ColdFusion (2018 release) Public Beta

Adobe ColdFusion (2018 release) Public Beta Update 1 build is available for your testing and feedback. This update includes changes to named parameters, and also fixes on ApplicationGetMetadata(). For more details on what is new with this update , refer the following document,http://www.adobe.com/go/cf2018_beta_update1 Named Parameters are only supported for headless functions at this point. We plan on supporting them with member-functions as well. Installation Instructions : Go to CF Admin > Updates > Settings Change the Site URL to : http://cfdownload.adobe.com/pub/adobe/coldfusion/2018/publicBeta/updates.xml […]

ColdFusion Nginx Connector – Initial Performance Numbers

We recently announced the availability of Nginx connector for ColdFusion 2016. This post talks about the initial performance numbers we have seen with ColdFusion and Nginx. The numbers seen are only indicative. Continued efforts are being put to improve performance on Nginx Connectors.