| Contents > Developing ColdFusion MX Applications > Building Custom CFXAPI Tags > What are CFX tags? |
|
|
|
|
||
ColdFusion Extension (CFX) tags are custom tags written against the ColdFusion Extension Application Programming Interface. Generally, you create a CFX tag if you want to do something that is not possible in CFML, or if you want to improve the performance of a repetitive task.
One common use of CFX tags is to incorporate existing application functionality into a ColdFusion application. That means if you already have the code available, CFX tags make it easy to use it in your application.
CFX tags can do the following:
You can build CFX tags using C++ or Java.
Note: ColdFusion MX provides several different techniques to create reusable code, including custom tags. For information on all of these techniques, see Reusing Code in ColdFusion Pages.
|
|
||
| Contents > Developing ColdFusion MX Applications > Building Custom CFXAPI Tags > What are CFX tags? |
|
|
ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting
Version 6.1
Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.