ColdFusion provides you with several types of reusable elements, sections of code that you can create once and use multiple times in an application. Many of these elements also let you extend the built-in capabilities of ColdFusion. ColdFusion provides the following reusable CFML elements:
cfinclude
tag
The following sections describe the features of each of these elements and provide guidelines for determining which of these tools to use in your application. Other chapters describe the tools in detail. The last section in this chapter includes a table that helps you chose among these techniques for different purposes.
ColdFusion can also use elements developed using other technologies, including the following:
For information on using JSP tags, see Chapter 32, "Integrating J2EE and Java Elements in CFML Applications".
For information on using Java objects, see Chapter 32, "Integrating J2EE and Java Elements in CFML Applications".
For information on using COM objects, see Chapter 33, "Integrating COM and CORBA Objects in CFML Applications".
For information on using CORBA objects, see Chapter 33, "Integrating COM and CORBA Objects in CFML Applications".
For information on using web services, see Chapter 31, "Using Web Services"