Using Event Gateways

This chapter provides an introduction to Macromedia ColdFusion MX event gateways, and provides information on how to write applications that use these gateways. It also describes how to configure an event gateway for an application and how to deploy the application. The final sections of the chapter describe some of the event gateways and example applications that are provided with ColdFusion MX, and how to use them. Subsequent chapters describe how to write applications that use the instant messaging and SMS event gateway types that are provided with ColdFusion MX, and how to develop your own event gateways.

This chapter assumes that developers who write applications that use event gateways have a thorough knowledge of ColdFusion development concepts and practices, including ColdFusion components (CFCs). Developers who are writing applications for custom gateways that are not provided in ColdFusion MX must also know the details of the event gateway they are using and its requirements.

Note: ColdFusion MX Standard Edition does not support event gateways. In ColdFusion MX Developer Edition, some gateway types supplied with ColdFusion MX impose connection limitations.

Contents

About event gateways
Event gateway facilities and tools
Structure of an event gateway application
Configuring an event gateway instance
Developing an event gateway application
Deploying event gateways and applications
Using the CFML event gateway for asynchronous CFCs
Using the example event gateways and gateway applications

View comments in LiveDocs