26 CHAPTER 30 Extending ColdFusion with CFX
7. Enter the name of your CFX tag, including the CFX_ part. If you wish, you may also enter
a description.
8. Unless you have a specific reason for not doing so, leave the As A Statically Linked
Library option checked.
9. Click the Finish button to create your new project.
You should now have a new project workspace that includes a number of new files. For the most
part, you need only concern yourself with the
ProcessTagRequest() function, which is implemented
in the
Request.cpp file generated by the Wizard. You can get to this function easily by clicking on
the
ProcessTagRequest item in the ClassView tree (Figure 30.8).
Figure 30.7
The ColdFusion Tag
Wizard makes it easy
to get started with a
new CFX tag.
Figure 30.6
You will start a new
project for each CFX
tag you create.
Comentarios a estos manuales