For the complete experience, please enable JavaScript in your browser. Thank you!

  • Creative Cloud
  • Photoshop
  • Illustrator
  • InDesign
  • Premiere Pro
  • After Effects
  • Lightroom
  • See all
  • See plans for: businesses photographers students
  • Document Cloud
  • Acrobat DC
  • eSign
  • Stock
  • Elements
  • Marketing Cloud
  • Analytics
  • Audience Manager
  • Campaign
  • Experience Manager
  • Media Optimizer
  • Target
  • See all
  • Acrobat Reader DC
  • Adobe Flash Player
  • Adobe AIR
  • Adobe Shockwave Player
  • All products
  • Creative Cloud
  • Individuals
  • Photographers
  • Students and Teachers
  • Business
  • Schools and Universities
  • Marketing Cloud
  • Document Cloud
  • Stock
  • Elements
  • All products
  • Get Support
    Find answers quickly. Contact us if you need to.
    Start now >
  • Learn the apps
    Get started or learn new ways to work.
    Learn now >
  • Ask the community
    Post questions and get answers from experts.
    Start now >
    • About Us
    • Careers At Adobe
    • Investor Relations
    • Privacy  |  Security
    • Corporate Responsibility
    • Customer Showcase
    • Events
    • Contact Us
News
    • 3/22/2016
      Adobe Summit 2016: Are You An Experience Business?
    • 3/22/2016
      Adobe Announces Cross-Device Co-op to Enable People-Based Marketing
    • 3/22/2016
      Adobe and comScore Advance Digital TV and Ad Measurement
    • 3/22/2016
      Adobe Marketing Cloud Redefines TV Experience
ColdFusion Help / 

New in ColdFusion

Adobe Community Help


Applies to

  • ColdFusion

Contact support

 
By clicking Submit, you accept the Adobe Terms of Use.
 

New in ColdFusion 11

ColdFusion 11 has gone through a lot of changes and enhancements and this section highlights those changes:

End-to-end mobile development

The ColdFusion Mobile Platform aims at providing a server and development infrastructure that facilitates rapid and robust mobile application development, debugging, packaging, and deployment. The ColdFusion 11 release introduces rapid application development through ColdFusion Builder. This release of ColdFusion introduces full-fledged on-device debugging to quickly debug your ColdFusion-based mobile applications on devices.

You can quickly build a mobile application by reading the information provided in the following sections:

  • Building Mobile Applications
  • Debugging Mobile Applications
  • Inspecting Mobile Applications
  • Packaging Mobile Applications
  • Troubleshooting Mobile Applications
  • Device Detection
  • Client-side CFML
  • Mobile Templates
  • Getting Started Examples

A new lightweight edition

ColdFusion Express enables you to quickly setup a development or demonstration instance of a Server without following the installation procedure. ColdFusion Express is a new ‘lighter’ version of the ColdFusion Server and is ideally suited for developers to quickly setup and run a ColdFusion Server for testing and debugging purposes.

See Installing ColdFusion Express

Language enhancements

ColdFusion 11 has gone through various language enhancements that will provide a better development experience for ColdFusion developers. The core CFML language enhancements in ColdFusion 11 includes new language constructs, extended tag support, enhanced script functions, and support for new operations.

See ColdFusion Language Enhancements

WebSocket enhancements

ColdFusion 11 has introduced the proxy support for WebSocket. There is a new proxy module (that runs inside IIS and Apache Web Server) that can intercept the ColdFusion WebSocket requests and redirect the requests to the ColdFusion Server. 

See WebSocket enhancements

PDF generation enhancements

To generate high quality PDFs from HTML documents, 2 new tags, <cfhtmltopdf> and <cfhtmltopdfitem> have been introduced in ColdFusion 11.

See PDF generation enhancements

Security enhancements

ColdFusion 11 has a lot of security enhancements and bug fixes. This update fixes a few security issues and has strengthened the Server to a large extent. Some notable security enhancements are described in the following document:

See Security Enhancements (ColdFusion 11)

Social enhancements

ColdFusion 11 has introduced the support for dynamically generating Like button, Tweet button, and Comment box for social media sites. 

See Social Enhancements

REST enhancements

ColdFusion 11 now supports site-level REST applications and enables pluggable serializer and deserializer.

See REST Enhancements in ColdFusion 11

Charting enhancements

The server-side charting introduced in ColdFusion 10 that allowed you to create highly interactive charts has been further enhanced to produce visually more appealing charts.

See Charting enhancements

Compression enhancements

The following sections describe the enhancements made to the <cfzip> and <cfzipparam> tags:

  • cfzip
  • cfzipparam

Spreadsheet enhancements

New spreadsheet functions have been added to support page breaks and auto filters. Some existing spreadsheet functions have been enhanced to support auto resizing capabilities, and others to support datatype specification for columns.

See Spreadsheet functions

New functions and tags

See New and Changed Tags/Functions in ColdFusion 11.

Restrictions

When you are using ColdFusion Scheduler, output can be saved only as  .log or .txt files. However, the extension limitation can be changed by modifying the file cfusion\lib\neo-cron xml, and its string which by default reads "<string>log,txt</string>".

ColdFusion 11 has introduced a few file extension restrictions for the cfinclude tag. You can specify a list of file extensions, which will get compiled when included using the cfinclude tag. You can specify the extensions as:

  • A wildcard (*) value – Specifying a wildcard in the list makes the cfinclude tag to compile any file.
  • None – Only the files with the cfm and cfml extensions get compiled when included using the <cfinclude> tag. All the other files when included using the cfinclude tag will not get compiled but their content will be statically included. 
  • A list of file extensions – Files with the extensions specified, gets compiled when included using the cfinclude tag along with the other CFM/CFML files. All the other files when included using the cfinclude tag will not get compiled but their content will be statically included.  

A setting has been added at the server and application-level. While processing the <cfinclude> tag, ColdFusion checks for this application-level/server-level setting to decide whether to compile the content or to statically include the content. The setting value is a comma-separated list of file extensions. If file extensions are specified at the application-level, the server-level file extension list will be ignored and the application-level file extension list will be used. A new key/tag attribute compileextforinclude has been added to the application CFC/CFM to specify this file extension list. The server-level setting can be modified using the ColdFusion Administrator (Server Settings > Settings page).

By default, ColdFusion11 has the server-level setting  with the wildcard (*) value. So, all the files included using the cfinclude tag gets compiled. It is very important to identify all your non CFML files, remove the wildcard  and add those identified extensions to the compileextforinclude list. The ideal practice is to refactor the code to reduce the usage of non-CFML files in the cfinclude tag.

Deprecated

See the full deprecation list.

New in ColdFusion Builder 3

ColdFusion Builder has gone through a lot of changes and enhancements and this section highlights those changes:

ColdFusion Debugging Perspective

The ColdFusion Debugging perspective ( invoked through Run > Debug Configuration > Perspectives) contains tools to debug your ColdFusion applications as well as client-side applications. There are different views that let you add breakpoints to your code, step into functions, step over functions, or examine and evaluate expressions in your code. The editor works with the debugging tools to locate and highlight lines of code that need correction.

Debugging Perspective

Debugging mobile applications

See Debugging Mobile Applications

Bundled ColdFusion Server

See Bundled ColdFusion Server

This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License  Twitter™ and Facebook posts are not covered under the terms of Creative Commons.

Legal Notices   |   Online Privacy Policy

Choose your region United States (Change)   Products   Downloads   Learn & Support   Company
Choose your region Close

Americas

Europe, Middle East and Africa

Asia Pacific

  • Brasil
  • Canada - English
  • Canada - Français
  • Latinoamérica
  • México
  • United States
  • Africa - English
  • Österreich - Deutsch
  • Belgium - English
  • Belgique - Français
  • België - Nederlands
  • България
  • Hrvatska
  • Cyprus - English
  • Česká republika
  • Danmark
  • Eesti
  • Suomi
  • France
  • Deutschland
  • Greece - English
  • Magyarország
  • Ireland
  • Israel - English
  • ישראל - עברית
  • Italia
  • Latvija
  • Lietuva
  • Luxembourg - Deutsch
  • Luxembourg - English
  • Luxembourg - Français
  • Malta - English
  • الشرق الأوسط وشمال أفريقيا - اللغة العربية
  • Middle East and North Africa - English
  • Moyen-Orient et Afrique du Nord - Français
  • Nederland
  • Norge
  • Polska
  • Portugal
  • România
  • Россия
  • Srbija
  • Slovensko
  • Slovenija
  • España
  • Sverige
  • Schweiz - Deutsch
  • Suisse - Français
  • Svizzera - Italiano
  • Türkiye
  • Україна
  • United Kingdom
  • Australia
  • 中国
  • 中國香港特別行政區
  • Hong Kong S.A.R. of China
  • India - English
  • 日本
  • 한국
  • New Zealand
  • Southeast Asia (Includes Indonesia, Malaysia, Philippines, Singapore, Thailand, and Vietnam) - English
  • 台灣

Commonwealth of Independent States

  • Includes Armenia, Azerbaijan, Belarus, Georgia, Moldova, Kazakhstan, Kyrgyzstan, Tajikistan, Turkmenistan, Ukraine, Uzbekistan

Copyright © 2016 Adobe Systems Incorporated. All rights reserved.

Terms of Use | Privacy | Cookies

AdChoices