Features for ColdFusion developers

Dreamweaver MX provides a wide variety of code editing features for ColdFusion developers, including the following:

To use Dreamweaver MX to build the sample ColdFusion application in this tutorial, see the following sections for information about configuring Dreamweaver for ColdFusion development.

Configuring Dreamweaver MX for ColdFusion development

Before you use Dreamweaver MX to create the sample application in this tutorial, you must configure Dreamweaver to use the ColdFusion MX 7 Extensions for Dreamweaver, which are included with ColdFusion MX 7. You must also define the connection to the sample database file. The Extensions simplify the process of configuring database connections.

To configure Dreamweaver MX to create the sample application:

  1. Install the ColdFusion MX 7 Extensions for Dreamweaver by double-clicking the cfmx7dreamweaverextensions.mxp file, which is located in the cf_root/wwwroot/CFIDE/installers directory.
  2. Create a site that contains the tutorial files.
  3. Specify ColdFusion as the application document type.
  4. Specify ColdFusion as the site application server technology. For information about how to perform these steps, see the Dreamweaver MX online Help or Using Dreamweaver MX.
  5. Specify the RDS login information for the site.

    Tip: If you are a new Dreamweaver MX user, you can perform the Dreamweaver MX tutorial before using Dreamweaver MX to build the sample application. The tutorial in this book does not describe how to use Dreamweaver. The purpose of this tutorial is to teach you how to build ColdFusion applications using ColdFusion Markup Language (CFML).