CFX Tags (C++ and Java)

The CFX tags are custom tags that you can use  in your ColdFusion applications to call DLLs (Windows) or shared objects (Solaris). Prior to using these tags in ColdFusion, you must register these tags using the CFX Tags page in the ColdFusion Administrator. Registering a CFX tag in ColdFusion, enables ColdFusion to find the required DLL or object when it attempts to process a CFX tag in an application page.

 

Custom Tags and Samples Provided
 

Macromedia provides a wide variety of custom ColdFusion tags on the Macromedia Developer's Exchange Web site.  

ColdFusion 5.0 also provides source code and compiled versions for two sample CFX tags. These examples can be found in opt/coldfusion/cfx/examples (UNIX)and cfusion\cfx\examples (Windows)  

 

Related topics