ColdFusion, developed by Allaire (which has recently merged withMacromedia), is a popular and sophisticated set of products forbuilding Web sites and serving pages to users. With ColdFusion, acompany can build a content database using input templates andcombine these with application programs to create a Web site inwhich pages are developed dynamically as they are served. ColdFusionconsists of ColdFusion Studio, which is used to build a site, andColdFusion Server, which serves the pages to users. ColdFusionStudio is described as "a complete integrated developmentenvironment (IDE)" and ColdFusion Server as "a deployment platform."The most valuable feature for many companies that use ColdFusion isthe ability to build Web sites as "piece parts" that can be storedin a database and then reassembled for Web pages, e-mailnewsletters, and other uses. ColdFusion has its own page markup language, called ColdFusionMarkup Language (CFML). CFML encompasses the Web"s Hypertext MarkupLanguage (HTML) and Extensible Markup Language (XML). A just-in-time(JIT) compiler turns the CFML into the pages that get served.Applications can access databases using Microsoft"s OLE DB, OpenDatabase Connectivity (ODBC), or drivers that access Oracle andSybase databases. ColdFusion can be coordinated with distributedapplications that use Common Object Request Broker Architecture(CORBA) or Microsoft"s Distributed Component Object Model (DCOM) tointeract with other network applications.