![MACROMEDIA COLDFUSION 5-DEVELOPING Develop Manual Download Page 410](http://html1.mh-extra.com/html/macromedia/coldfusion-5-developing/coldfusion-5-developing_develop-manual_3293641410.webp)
390
Chapter 21 Building Custom CFXAPI Tags
What Are CFX Tags?
CFX tags are custom tags written against the ColdFusion Extension Application
Programming Interface. Generally, you create a CFX if you want to do something that
is not possible in CFML, or if you want to improve performance of a repetitive task.
CFXs can do the following:
•
Handle any number of custom attributes.
•
Use and manipulate ColdFusion queries for custom formatting.
•
Generate ColdFusion queries for interfacing with non-ODBC based information
sources.
•
Dynamically generate HTML to be returned to the client.
•
Set variables within the ColdFusion application page from which they are called.
•
Throw exceptions that result in standard ColdFusion error messages.
You can build CFXs using C++ or Java.
Note
To use a CFX, you must register it in the ColdFusion Administrator, as described in
“Registering CFXs” on page 404.
Summary of Contents for COLDFUSION 5-DEVELOPING
Page 1: ...Macromedia Incorporated Developing ColdFusion Applications MacroMedia ColdFusion 5 ...
Page 58: ...38 Chapter 3 Querying a Database ...
Page 134: ...114 Chapter 7 Updating Your Database ...
Page 210: ...190 Chapter 10 Reusing Code ...
Page 232: ...212 Chapter 11 Preventing and Handling Errors ...
Page 238: ...218 Chapter 12 Using the Application Framework ...
Page 262: ...242 Chapter 12 Using the Application Framework ...
Page 278: ...258 Chapter 13 Extending ColdFusion Pages with CFML Scripting ...
Page 320: ...300 Chapter 15 Indexing and Searching Data ...
Page 336: ...316 Chapter 16 Sending and Receiving E mail ...
Page 374: ...354 Chapter 18 Interacting with Remote Servers ...