Adobe COLDFUSION 9 Manual page 612

Developing applications
Hide thumbs Also See for COLDFUSION 9:
Table of Contents

Advertisement

607
DEVELOPING COLDFUSION 9 APPLICATIONS
Flex and AIR Integration in ColdFusion
The following is a simplified representation of the relationship between Flash and ColdFusion:
SWF files
.SWFs
Mobile phone
PDA
Computer
Interactive TV
HTTP
Application Server
Web
services
Flash Remoting
Database
Planning your SWF application
When you are planning ColdFusion application development with Flash UIs, remember the importance of separating
display code from business logic. Separating display code from business logic enables your ColdFusion applications to
interact with multiple client types, such as SWF applications, web browsers, and web services.
When you build ColdFusion applications for multiple clients, your ColdFusion pages and components return
common data types, including strings, integers, query objects, structures, and arrays. Clients that receive the results
can process the passed data according to the client type, such as ActionScript with Flash, or CFML with ColdFusion.
Last updated 8/5/2010

Advertisement

Table of Contents
loading

Table of Contents