Adobe 38043740 - ColdFusion Standard - Mac Development Manual page 1348

Developing applications
Hide thumbs Also See for 38043740 - ColdFusion Standard - Mac:
Table of Contents

Advertisement

DEVELOPING COLDFUSION 9 APPLICATIONS
Using External Resources
• Bean CFC & DAO CFC
• Flex Data Service Assembler CFCs
Enter the names of the CFCs in the appropriate text boxes.
10
11
To create an ActionScript Value Object:
Select the Create an ActionScript Value Object in Addition to the CFCs option.
a
Enter the location for the ActionScript Value Object in the AS Folder text box, or click Browse to browse to the
b
location.
c
To create get and set methods in the ActionScript Class file, select Generate Get/Set Methods.
12
Click Finish.
Services Browser
The ColdFusion Services Browser lets you view all of the CFCs and web services on your computer.
Use the Services Browser
In Flash Builder or Eclipse, select Window > Show View > Other.
1
Select ColdFusion > Services Browser.
2
The Services Browser can do the following:
• Browse components
• Manage web services
Browsing components
The Service Browser lists the following components:
• Components that the ColdFusion component browser lists
The ColdFusion component browser is located at cf_root/wwwroot/CFIDE/componentutils/componentdoc.cfm.
• Components that are located in any directories specified in the ColdFusion Administrator Mappings page
• Components that are located in any directories specified in the ColdFusion Administrator Custom Tag paths page
You can restrict the list of CFCs according to whether the functions in a CFC are remote, public, or private.
A sample element of the list appears as follows:
The first line of the listing contains the path. The second line includes the name of the CFC. The next two lines contain
the names of the functions in the CFC. The function name is followed by any argument, a colon, then the type of the
return value. The listing echo(echoString):STRING indicates that the
, and that it returns a string. The myCFC CFC appears as follows:
echoString
echo
Last updated 1/20/2012
function has an argument named
1343

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 9

Table of Contents