User Guide
Data translation 47
The previous example specifies the location of the keystore for Flex Data Services with
integrated JRun, installed using the default settings. If you are using a different server,
specify the location of the cacerts file for the JRE that you are using. For example, if you
are using JBoss, you specify the keystore location as
$JAVA_HOME/jre/lib/security/
cacerts.
To enable SSL in the ColdFusion MX Administrator:
1. In the ColdFusion MX Administrator, select Data & Services > Flex Integration, and
specify the keystore file in the Full Path to Keystore text box.
2. Specify the keystore password in the Keystore password text box.
3. Select the Enable RMI over SSL for Data Management option, and then click Submit
Changes.
If you specify an invalid keystore file or password, ColdFusion does not enable SSL, and
disables Flex Data Management Support.
Data translation
The following table lists the ColdFusion data types and the corresponding Adobe Flash or
ActionScript data type: [arrays become lists - which are AS arrayCollections; ask mike]
ColdFusion data type Flash data type
String String
Array [] = Array
Struct {} = untyped Object
Query Array of untyped Objects
CFC Class = typed Object (if a matching ActionScript class exists,
otherwise the CFC becomes a generic untyped Object (map) in
ActionScript)
CFC Date ActionScript Date
CFC String ActionScript String
CFC Numeric ActionScript Numeric
ColdFusion XML Object ActionScript XML Object