Whatever message this page gives is out now! Go check it out!
Directory | Purpose |
cfc | Event gateway application CFCs. ColdFusion is installed with an Administrator Mapping between /gateway and this cfc directory. |
cfc/examples | Code for the ColdFusion sample applications. |
config | Configuration files for all ColdFusion event gateways, including standard ColdFusion event gateways, such as SMS, and example event gateways, such as the directory watcher event gateway. |
doc/api | JavaDoc for the Gateway, and GatewayHelper interfaces, and the CFEvent, GatewayServices, and GenericGateway classes that gateway developer use when writing gateways. This documentation is a subset of the information in Gateway development interfaces and classes in the CFML Reference. |
lib | Executable code for example and user-developed event gateway classes. The ColdFusion class loader includes this directory on its classpath and includes any JAR files that are in that directory on the class path. The examples.jar file in this directory contains the class files for the DirectoryWatcherGateway, EmptyGateway, and SocketGateway classes. |
src/examples | Source code for the example event gateway classes that Adobe provides. Includes the EmptyGateway.java file and the following subdirectories:
|