User Guide

Table Of Contents
Using this manual 17
XML skinnable
forms
ColdFusion can convert your CFML forms into XML and format the
XML using XSLT skins and style sheets.
30
Data graphing You can use the
cfchart tag to display your data graphically. 31
Reports and
printable output
You can create output that is formatted for print as PDF or
FlashPaper documents. You can also use ColdFusion reporting to
create banded reports for display or printing.
32
Macromedia Flash
integration
You can use native Flash connectivity built into ColdFusion to help
build dynamic Flash user interfaces for ColdFusion applications.
33
Server-side
ActionScript
Macromedia Flash Remoting lets Macromedia Flash MX
developers create server-side ActionScript. ActionScript files can
directly access ColdFusion query and HTTP features through two
functions:
CF.query and CF.http.
34
XML document
processing and
creation
ColdFusion applications can create, use, and manipulate XML
(Extensible Markup Language) documents. ColdFusion also
provides tools to use WDDX (Web Distributed Data Exchange), an
XML dialect for transmitting structured data.
35
Web services ColdFusion applications can use available SOAP (Simple Object
Access Protocol)-based web services, including Microsoft .NET
services. ColdFusion applications can also use ColdFusion
components to provide web services to other applications over the
Internet.
36
Java and J2EE
integration
You can integrate J2EE elements, including JSP (JavaServer
Pages) pages, JSP tag libraries, and Java objects, including EJBs
(Enterprise JavaBeans), into your ColdFusion application.
37
COM and CORBA
objects
The
cfobject tag lets you use COM (Component Object Model) or
DCOM (Distributed Component Object Model) and CORBA
(Common Object Request Broker) objects in your ColdFusion
applications.
38
E-mail messages You can add interactive e-mail features to your ColdFusion
applications using the
cfmail and cfpop tags.
39
HTTP and FTP The
cfhttp and cfftp tags provide simple methods of using HTTP
(Hypertext Transfer Protocol) and FTP (File Transfer Protocol)
communications in your application.
40
File and directory
access
You can use the
cffile, cfdirectory, and cfcontent tags to read,
write, and manage files and directories on the server.
41
Event gateways ColdFusion event gateways let ColdFusion applications
asynchronously react to or generate external events or messages.
42–45
Instant messaging
event gateways
Your ColdFusion application can communicate with XMPP
(Jabber) or IBM Sametime instant messaging clients using the
ColdFusion IM gateways.
43
Feature Description Chapters