Developing Dynamic Web Sites with ColdFusion
|
|
Developing Dynamic Web Sites with ColdFusion
|
Supported Web Technologies and Protocols
But ColdFusion does more than provide database integration. Some of the many other technologies and protocols supported include:
- SMTP -- The CFMAIL tag lets you programmatically generate SMTP mail, and even supports dynamic data driven content and recipient lists.
- POP-- The CFPOP tag can be used to retrieve and manage messages from any POP mailbox.
- HTTP -- The CFHTTP tag is used to perform server-side HTTP requests, allowing you to write intelligent agents, and sophisticated distributed processing.
- FTP -- The CFFTP tag is used to perform server side FTP processing.
- LDAP -- Use the CFLDAP tag to interact with any LDAP directory services, you can retrieve data, and even manage and update data.
- COM/DCOM -- The CFOBJECT tag provides a simple interface to COM and DCOM objects.
And for the really adventurous, the most recent version of ColdFusion supports XML, CORBA, server-side JavaBeans, and much more.
Copyright © 2000, Allaire Corporation. All rights reserved. |
|