Adobe
Products

Top destinations

  • Adobe Creative Cloud
  • Creative Suite
  • Adobe Marketing Cloud
  • Acrobat
  • Photoshop
  • SiteCatalyst
  • Students
  • Elements family

Adobe Creative Cloud

  • What is Adobe Creative Cloud?
  • Design
  • Web
  • Photography
  • Video
  • Students
  • Teams
  • Enterprise
  • Educational institutions

Design and photography

  • Photoshop
  • Illustrator
  • InDesign
  • Adobe Muse
  • Lightroom

Video

  • Adobe Premiere
  • After Effects

Web development and HTML5

  • Edge Tools & Services [opens in a new window]
  • Dreamweaver
  • Gaming [opens in a new window]

Adobe Marketing Cloud

  • What is Adobe Marketing Cloud?
  • Digital analytics
  • Social marketing
  • Web experience management
  • Testing and targeting
  • Media optimization

Analytics

  • SiteCatalyst
  • Adobe Discover
  • Insight

Social

  • Adobe Social

Experience Manager

  • CQ
  • Scene7

Target

  • Test&Target
  • Recommendations
  • Search&Promote

Media Optimizer

  • AdLens
  • AudienceManager
  • AudienceResearch

Document services

  • Acrobat
  • EchoSign [opens in a new window]
  • FormsCentral [opens in a new window]
  • SendNow [opens in a new window]
  • Acrobat.com [opens in a new window]

Publishing

  • Digital Publishing Suite

  • See all products
Business solutions

By business need

  • Digital analytics
  • Digital publishing
  • Document management
  • Media optimization
  • Social marketing
  • Testing and targeting
  • Video editing and serving
  • Web development [opens in a new window]
  • Web experience management
  • See all business needs

By industry

  • Broadcast
  • Education
  • Financial services
  • Government
  • Publishing
  • Retail
  • See all industries
Support & Learning

I need help

  • Products
  • Adobe Creative Cloud
  • Adobe Marketing Cloud
  • Forums [opens in a new window]

I want to learn

  • Training and tutorials
  • Certification [opens in a new window]
  • Adobe Developer Connection
  • Adobe Design Center
  • Adobe TV [opens in a new window]
  • Adobe Marketing Center
  • Adobe Labs [opens in a new window]
Download
  • Product trials
  • Adobe Flash Player
  • Adobe Reader
  • Adobe AIR
  • See all downloads
Company
  • Careers at Adobe
  • Investor Relations
  • Newsroom
  • Privacy
  • Corporate Social Responsibility
  • Customer Showcase
  • Contact us
  • More company info
Buy
  • For personal and professional use
  • For students, educators, and staff
  • For small and medium businesses
  • Volume Licensing
  • Special offers
  • Adobe Marketing Cloud sales [opens in a new window]
Search
 
Info Sign in
Why sign in? Sign in to manage your account and access trial downloads, product extensions, community areas, and more.
Welcome,
My Adobe
My orders
My information
My preferences
My products and services
Sign out
My cart
Privacy My Adobe
Adobe
Products Sections Buy   Search  
Solutions Company
Help Learning
Sign in Sign out Privacy My Adobe
Date Date
Qty:
Subtotal
Promotions
Estimated Shipping
VAT
Calculated at checkout
Total
Checkout
ColdFusion Help / 

What's new and changed in Adobe® ColdFusion® 9.0 Update 1

Adobe Community Help


Products Affected

  • ColdFusion

Contact support

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

 This document provides a summary of the new and changed features in ColdFusion 9 Update 1. For detailed information about the features, see the New Feature Notes.

Area

What’s new and changed

Language

Support for the following:

  • for-in construct (for arrays) in CFScript
  • var declaration within for loop in CFScript
  • Function argument metadata
  • Function equivalents for cfile action="upload" (FileUpload) and cffile action="uploadall" (FileUploadAll)

The following script functions have been implemented as CFCs: 

  • dbinfo
  • imap
  • pop
  • ldap
  • feed

Caching 

 

 

The following enhancements:

  • New function cacheGetSession
  • New parameter template in the function cacheGetMetadata.
  • cacheGetProperties and cacheSetProperties support diskSpoolBufferSizeMB, clearOnFlush, and diskExpiryThreadIntervalSeconds
  • Using user-defined caching regions in all cache functions except cacheGetProperties and cacheSetProperties

IIS 7 

IIS 7 configuration for ColdFusion has no dependency on IIS 6 Metabase compatibility.

Ajax

The following enhancements:

  • Support for CFCs outside webroot
  • ColdFusion.FileUpload.getselectedfiles returns the status of upload operation
  • While using cffileupload, the url attribute is now optional and it defaults to cgi.script_name
  • Support for selecting multiple rows in cfgrid
  • Support for turning on/off grid column headers
  • New attribute autoExpand in cfgridcolumn
  • Supports mask attribute for  HTML grids
  • The fileupload control now passes session information implicitly to the target page if session management is turned on either in Application.cfc or Application.cfm.

Added the following JavaScript Functions: 

  • ColdFusion.Autosuggest.getAutosuggestObject, 
  • ColdFusion.Layout.disableSourceBind
  • ColdFusion.Layout.enableSourceBind
  • Coldfusion.fileUpload.setUrl             
  •  ColdFusion.grid.getSelectedRows 
  • ColdFusion.Map.show 
  • ColdFusion.Map.hide 
  • ColdFusion.Map.refresh
  • ColdFusion.Grid.getTopToolbar 
  • ColdFusion.Grid.getBottomToolbar 
  • ColdFusion.Grid.showTopToolbar 
  • ColdFusion.Grid.hideTopToolbar 
  • ColdFusion.Grid.showBottomToolbar 
  • ColdFusion.Grid.hideBottomToolbar 
  • ColdFusion.Grid.refreshTopToolbar 
  • ColdFusion.Grid.refreshBottomToolbar 

ORM

You can use multiple data sources for ORM in ColdFusion applications.

Also, the following enhancements:

  • New attribute MappedSuperClass added to cfcomponent/component.
  • New attributes skipCFCWithError and automanagesession added to the ormsettings struct in the THIS scope of Application.cfc.
  • Attribute missingrowignored in cfproperty now supports one-to-one relationship.
  • The function EntityNew takes the property values as struct in a second argument.

Amazon S3 Support

ColdFusion customers can now store data in Amazon S3.

SpreadSheet

Support for the following:

  • New functions SpreadsheetRemoveSheet and SpreadsheetFormatCellRange
  • New attribute excludeHeaderRow in cfspreadsheet
  • Performance improvements for formatting huge number of rows and columns using the SpreadSheet format functions.
  • Preformatting of a cell while you use SpreadSheetformatcell or SpreadSheetformatcellrange
  • Vertical alignment in format struct using the key verticalalignment. 

AIR integration

 

 

 

 

 

The following enhancements:

  • Support for auto-generating primary keys
  • Support for encrypted database (introduced in AIR 1.5).
  • Cache file used by ActionScript ORM to track the operations on SQLite database is now in the applicationStoragedirectory instead of applicationDirectory. You can specify the location of the cahceDirectory in openSession API on syncmanager.
  • Self Join relationships for one-to-one, one-to-many and many-to-many database relationships.
  • Supports both Array and ArrayCollection for use in ActionScript Entity to represent a collection in a database relationship.
  • ActionScript ORM logs all the SQL statements that ORM uses to persist entities into the SQLite database.
  • New APIs keepClientObject and keepAllClientObjects to ensure that the server updates are not retained when ColdFusion server raises conflict.
  • The class SessionToken is dynamic and therefore, data can be stored on the token returned from the ORM APIs.
  • Supports autocommit mode

Flash Remoting 

A channel-definition construct has been introduced in services-config.xml (CF_root/wwroot/WEB-INF/flex/) named serialize-array-to-arraycollection.

BlazeDS 4 and LCDS     

Support for the following:

  • LCDS 3 and LCDS 3.1
  • BlazeDS 4.
  • New methods allowSend and allowSubscribe in ColdFusion Messaging Gateway CFCs.

Solr 

 

 

 

Apart from overall improvement in the accuracy of indexing, the following enhancements: 

  • Displays correct MIME types for all documents
  • Enhanced support for indexing of metadata for binary files
  • Support for the attribute previousCriteria (in the tag cfsearch) 
  • Both the tags cfindex and cfsearch support the attribute categoryTree.
  • Option to enable/disable term highlighting for entire document

Logging

 

The following enhancements:

  • ColdFusion generates log files for the following services: http, ftp, web service, Portlet, Derby, and Feed
  • Enable/Disable logging: A new icon has been added in the Actions column of the Log Files page (ColdFusion Administrator > Debugging & Logging).
  • Support for automatic logging of scheduled tasks.

Server Monitoring

 

Enhancements in this release help you use Server Monitoring effectively in load conditions. 

ColdFusion Administrator has the following monitoring options: Enable monitoring, Enable profiling, and Enable memory tracking.

Configurable seed for password encryption 

Option to specify a new seed value to encrypt data source passwords

OEM upgrades 

 

The following versions are supported:

  •  Microsoft .NET Framework 4
  • Ehcache 2.0
  • Hibernate 3.5.2
  • ExtJS 3.1
  • Solr 1.4
  • DataDirect Connect for JDBC 4.1
  • MySQL 5.1.11 

Other enhancements 

 

  • Application.cfc lets you specify data source authentication details in the attribute datasource. 
  • Support for HQL in cfquery
  • New actions for cfpdf AIR Proxy
  • The ActionScript proxy class for PDF service has the following new attributes: extracttext and extractimage
  • CFID, CFTOKEN, and jsessionid are marked httpOnly

© 2010 Adobe Systems Incorporated. All rights reserved

 

 

 

 

 

 

Keywords: cpsid_84725

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

Products

  • Adobe Creative Cloud
  • Creative Suite
  • Adobe Marketing Cloud
  • Acrobat
  • Photoshop
  • Digital Publishing Suite
  • Elements family
  • SiteCatalyst
  • For education

Download

  • Product trials
  • Adobe Reader
  • Adobe Flash Player
  • Adobe AIR

Support & Learning

  • Product help
  • Forums

Buy

  • For personal and professional use
  • For students, educators, and staff
  • For small and medium businesses
  • Volume Licensing
  • Special offers

Company

  • News room
  • Partner programs
  • Corporate social responsibility
  • Career opportunities
  • Investor Relations
  • Events
  • Legal
  • Security
  • Contact Adobe
Choose your region United States (Change)
Choose your region Close

North America

Europe, Middle East and Africa

Asia Pacific

  • Canada - English
  • Canada - Français
  • Latinoamérica
  • México
  • United States

South America

  • Brasil
  • Africa - English
  • Österreich - Deutsch
  • Belgium - English
  • Belgique - Français
  • België - Nederlands
  • България
  • Hrvatska
  • Česká republika
  • Danmark
  • Eastern Europe - English
  • Eesti
  • Suomi
  • France
  • Deutschland
  • Magyarország
  • Ireland
  • Israel - English
  • ישראל - עברית
  • Italia
  • Latvija
  • Lietuva
  • Luxembourg - Deutsch
  • Luxembourg - English
  • Luxembourg - Français
  • الشرق الأوسط وشمال أفريقيا - اللغة العربية
  • 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

Copyright © 2013 Adobe Systems Incorporated. All rights reserved.

Terms of Use | Privacy | Cookies

Ad Choices

Reviewed by TRUSTe: site privacy statement