ColdFusion Features and Components
7
data input and format data output. They can contain ColdFusion (CFML) tags,
HTML tags, CFScript, JavaScript, and anything else that you can normally embed in
an ordinary HTML page. You can easily access data sources, such as relational
databases, from your application pages. The default file extension used for
ColdFusion application pages is cfm.
CFML
CFML is a tag-based server scripting language that encapsulates complex processes,
such as connecting to databases and LDAP servers, and sending e-mail. The core of
the ColdFusion development platform language is more than 70 server-side tags and
more than 200 functions.
ColdFusion Server
ColdFusion Server listens for requests from the Web server to process ColdFusion
application pages. It runs as a service under Windows NT and as a process under
UNIX.
For information on installing and configuring ColdFusion Server, see Installing and
Configuring ColdFusion Server.
ColdFusion Administrator
You use the Administrator to configure various ColdFusion Server options, including:
•
ColdFusion data sources
•
Debugging output
•
Server settings
•
Application security
•
Server clustering
•
Scheduling page execution
•
Directory mapping
For details on using the Administrator, see Advanced ColdFusion Administration.
Data sources
ColdFusion applications can interact with any database that supports the ODBC
standard. However, ColdFusion is not limited to ODBC data sources. You can also
retrieve data using OLE-DB, native database drivers, or directory servers that support
the Lightweight Directory Access Protocol (LDAP). You can also retrieve data from
mail servers that support the Post Office Protocol (POP), and index the data in Verity
collections.
Summary of Contents for COLDFUSION 5-DEVELOPING
Page 1: ...Macromedia Incorporated Developing ColdFusion Applications MacroMedia ColdFusion 5 ...
Page 58: ...38 Chapter 3 Querying a Database ...
Page 134: ...114 Chapter 7 Updating Your Database ...
Page 210: ...190 Chapter 10 Reusing Code ...
Page 232: ...212 Chapter 11 Preventing and Handling Errors ...
Page 238: ...218 Chapter 12 Using the Application Framework ...
Page 262: ...242 Chapter 12 Using the Application Framework ...
Page 278: ...258 Chapter 13 Extending ColdFusion Pages with CFML Scripting ...
Page 320: ...300 Chapter 15 Indexing and Searching Data ...
Page 336: ...316 Chapter 16 Sending and Receiving E mail ...
Page 374: ...354 Chapter 18 Interacting with Remote Servers ...