MACROMEDIA COLDFUSION MX 7.0.2-USING COLDFUSION MX WITH FLEX 2 Use Manual page 39

Table of Contents

Advertisement

The destination can include the following:
<!-- ======================================== -->
<!-- ColdFusion Sample - Contact sample application -->
<!-- ======================================== -->
<destination id="cfcontact">
<!--
Use the ColdFusion adapter for any CF specific destinations
-->
<adapter ref="coldfusion-dao"/>
<!--
Use the ColdFusion configured channels which have
the instantiate-types flag set to false.
-->
<channels>
<channel ref="cf-dataservice-rtmp"/>
<channel ref="cf-polling-amf"/>
</channels>
<properties>
<!-- The component name or path on the CF server -->
<component>samples.contact.ContactAssembler</component>
<!-- Either "application" or "request"
<scope>request</scope>
<!--
The hostname or IP address of the CF host.
Optional, default is localhost.
<hostname>localhost</hostname>
-->
<!--
This is the ID of the ColdFusion Data Management server as configured
in the ColdFusion Administrator.
Only needed if you have more than one instance of CF on a machine.
<identity>default</identity>
-->
<!--
Credentials to pass to the assembler CFC for all clients
Generally better to use setRemoteCredentials() API on client
<remote-username></remote-username>
<remote-password></remote-password>
-->
<!-- Define the resolution rules and access level of the cfc being
invoked -->
<access>
-->
Application development and deployment process
39

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION MX 7.0.2-USING COLDFUSION MX WITH FLEX 2 and is the answer not in the manual?

This manual is also suitable for:

Coldfusion mx

Table of Contents