![MACROMEDIA COLDFUSION 4.5-DEVELOPING WEB Develop Manual Download Page 301](http://html1.mh-extra.com/html/macromedia/coldfusion-4-5-developing-web/coldfusion-4-5-developing-web_develop-manual_3286369301.webp)
C
H A P T E R
1 8
Chapter 18
Building Custom CFAPI Tags
For some applications, building executables to run with ColdFusion is the best
solution. Perhaps the application requirements go beyond what is currently feasible
in CFML. Or perhaps application performance can be improved for certain types of
processing.
To meet these types of requirements, you can use the ColdFusion Extension
Application Programming Interface (CFXAPI) to access ColdFusion functions.
While this chapter documents custom tag development using Microsoft Visual C++,
or Java it is currently also possible to develop them in Inprise’s Delphi.
Contents
•
What Are CFX Tags?........................................................................................ 276
•
Before You Begin Developing CFX Tags in C++............................................ 276
•
Using the Tag Wizard to create CFXs in C++ ................................................ 277
•
Compiling C++ CFXs...................................................................................... 277
•
Debugging C++ CFXs ..................................................................................... 277
•
Before You Begin Developing CFX Tags in Java ........................................... 278
•
Writing a Java CFX .......................................................................................... 279
•
ZipBrowser Example ...................................................................................... 284
•
Approaches to Debugging Java CFXs............................................................ 286
•
Java Customization and Configuration ........................................................ 289
•
Implementing C++ CFX Tags......................................................................... 289
•
Implementing Java CFX Tags......................................................................... 289
•
Registering CFXs............................................................................................. 289
•
C++ CFX Reference......................................................................................... 293
•
Java CFX Reference......................................................................................... 311
Summary of Contents for COLDFUSION 4.5-DEVELOPING WEB
Page 1: ...Allaire Corporation Developing Web Applications with ColdFusion ColdFusion 4 5...
Page 14: ...xiv Developing Web Applications with ColdFusion...
Page 26: ...xxvi Developing Web Applications with ColdFusion...
Page 34: ...8 Developing Web Applications with ColdFusion...
Page 70: ...44 Developing Web Applications with ColdFusion...
Page 84: ...58 Developing Web Applications with ColdFusion...
Page 114: ...88 Developing Web Applications with ColdFusion...
Page 148: ...122 Developing Web Applications with ColdFusion...
Page 174: ...148 Developing Web Applications with ColdFusion...
Page 208: ...182 Developing Web Applications with ColdFusion...
Page 244: ...218 Developing Web Applications with ColdFusion...
Page 274: ...248 Developing Web Applications with ColdFusion...
Page 288: ...262 Developing Web Applications with ColdFusion...
Page 300: ...274 Developing Web Applications with ColdFusion...
Page 350: ...324 Developing Web Applications with ColdFusion...
Page 362: ...336 Developing Web Applications with ColdFusion...