Adobe COLDFUSION 9 Manual page 1346

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

Advertisement

DEVELOPING COLDFUSION 9 APPLICATIONS
Using External Resources
ColdFusion/Ajax Application wizard
The ColdFusion/Ajax Application wizard creates a ColdFusion create, read, update, and delete (CRUD) application
that contains Ajax elements. For information about using the wizard, see
page 1338.
You start the wizard just as you start the ColdFusion/Flex Application wizard, except that you select the
ColdFusion/Ajax Application wizard. Unlike the ColdFusion/Flex Application wizard, the ColdFusion/Ajax
Application wizard does not generate login screens.
ActionScript to CFC wizard
The ActionScript to CFC wizard lets you create a ColdFusion component (CFC) based on an ActionScript class file.
Use the ActionScript to CFC wizard
In Flash Builder or Eclipse, go to the Project Navigator.
1
Right-click an ActionScript class file.
2
3
Select ColdFusion Wizards > Create CFC.
4
Enter the location of the CFC file in the Save to Project Folder text box, or click Browse and select the location.
Enter the filename of the CFC in the CFC Filename text box.
5
6
To replace an existing file, select Overwrite file.
7
To create get and set methods in the CFC, in addition to property definitions, select Generate Get/Set Methods.
To specify the property scope, select public or private.
8
Click Finish.
9
CFC to ActionScript wizard
The CFC to ActionScript wizard lets you create an ActionScript file based on a ColdFusion component (CFC) Value
Object.
Use the CFC to ActionScript wizard
1
In Flash Builder or Eclipse, go to the Project Navigator.
2
Right-click a CFC Value Object file.
Select ColdFusion Wizards > Create AS Class.
3
Enter the location of the ActionScript file in the Save to Project Folder text box, or click Browse and select the
4
location.
5
Enter the class package in the AS Class Package text box.
Enter the filename of the ActionScript class file in the AS Class Name text box.
6
To replace an existing file, select Overwrite file.
7
8
Enter the path to the CFC in the Path to CFC text box.
To create get and set methods in the ActionScript Class file, select Generate Get/Set Methods.
9
Click Finish.
10
Last updated 8/5/2010
"ColdFusion/Flex Application
1341
wizard" on

Advertisement

Table of Contents
loading

Table of Contents