ColdFusion features described in this book
35
Application
security
ColdFusion provides mechanisms, including the
cflogin
tag, for
authenticating users and authorizing them to access specific
sections of your application. You can also use resource security,
which secures access to ColdFusion resources based on the
ColdFusion page location.
16
Application
globalization
ColdFusion supports global applications that use different
character sets and locales, and provides tags and functions
designed to support globalizing your applications.
17
Debugging tools
Using debugging output, the
cftrace
tag, logging features, and the
Code Analyzer, you can locate and fix coding errors.
18
Database access
and management
ColdFusion can access SQL databases to retrieve, add, and modify
data. This feature is one of the core functions of many dynamic
applications.
19–21
Queries of Queries You can use a subset of standard SQL within ColdFusion to
manipulate any data that is represented as a record set, including
database query results, LDAP (Lightweight Directory Access
Protocol) directory information, and other data.
22
LDAP directory
access and
management
ColdFusion applications can access and manipulate data in LDAP
directory services. These directories are often used for security
validation data and other directory-like information.
23
Indexing and
searching data
ColdFusion applications can provide full-text search capabilities for
documents and data sources using the Verity search engine.
24-25
Dynamic forms
With ColdFusion, you can use HTML and forms to control the data
displayed by a dynamic web page. You can also use the
cfform
tag
to enrich your forms with sophisticated graphical controls, and
perform input data validation.
26-27
Data graphing
You can use the
cfchart
tag to display your data graphically.
28
Macromedia Flash
integration
You can use native Flash connectivity built into ColdFusion MX to
help build dynamic Flash user interfaces for ColdFusion
applications.
29
Server-side
ActionScript
Macromedia Flash Remoting lets Macromedia Flash MX
developers create server-side ActionScript. ActionScript files can
directly access Macromedia ColdFusion MX query and HTTP
features through two functions:
CF.query
and
CF.http
.
30
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.
31
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.
32
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.
33
Feature
Description
Chapters
Содержание ColdFusion MX
Страница 1: ...Developing ColdFusion MX Applications...
Страница 22: ...22 Contents...
Страница 38: ......
Страница 52: ...52 Chapter 2 Elements of CFML...
Страница 162: ......
Страница 218: ...218 Chapter 10 Writing and Calling User Defined Functions...
Страница 250: ...250 Chapter 11 Building and Using ColdFusion Components...
Страница 264: ...264 Chapter 12 Building Custom CFXAPI Tags...
Страница 266: ......
Страница 314: ...314 Chapter 14 Handling Errors...
Страница 344: ...344 Chapter 15 Using Persistent Data and Locking...
Страница 349: ...About user security 349...
Страница 357: ...Security scenarios 357...
Страница 370: ...370 Chapter 16 Securing Applications...
Страница 388: ...388 Chapter 17 Developing Globalized Applications...
Страница 408: ...408 Chapter 18 Debugging and Troubleshooting Applications...
Страница 410: ......
Страница 426: ...426 Chapter 19 Introduction to Databases and SQL...
Страница 476: ...476 Chapter 22 Using Query of Queries...
Страница 534: ...534 Chapter 24 Building a Search Interface...
Страница 556: ...556 Chapter 25 Using Verity Search Expressions...
Страница 558: ......
Страница 582: ...582 Chapter 26 Retrieving and Formatting Data...
Страница 668: ......
Страница 734: ...734 Chapter 32 Using Web Services...
Страница 760: ...760 Chapter 33 Integrating J2EE and Java Elements in CFML Applications...
Страница 786: ...786 Chapter 34 Integrating COM and CORBA Objects in CFML Applications...
Страница 788: ......
Страница 806: ...806 Chapter 35 Sending and Receiving E Mail...