Adobe ColdFusion 8

CFX Tags page

Before you can use a CFX tag in ColdFusion applications, you must register it. Use the CFX Tags page to register and manage ColdFusion custom tags built with C++ and Java.

You can build CFX tags in the following two ways:

  • Using C++ as a dynamic link library (DLL) on Windows or as shared objects (.so or .sl extension) on Solaris and Linux
  • Using Java interfaces defined in the cfx.jar file

For more information, see the online help.