Knowledge

Adobe ColdFusion

Source ๐Ÿ“

2247: 145: 121: 49: 2819: 2831: 1525:. When ColdFusion templates are saved to disk, they are traditionally given the extension .cfm or .cfml. The .cfc extension is used for ColdFusion Components. The original extension was DBM or DBML, which stood for Database Markup Language. When talking about ColdFusion, most users use the acronym CF and this is used for numerous ColdFusion resources such as user groups (CFUGs) and sites. 1544:- Free, open source CFML engine forked from Railo. Lucee's aim is to provide the functionality of CFML using less resources and giving better performance and to move CFML past its roots and into a modern and dynamic web programming platform. Lucee is backed by community supporters and members of the Lucee Association. 624:
The engine was written in C and featured, among other things, a built-in scripting language (CFScript), plugin modules written in Java, and a syntax very similar to HTML. The equivalent to an HTML element, a ColdFusion tag begins with the letters "CF" followed by a name that is indicative of what the
1385:
The ColdFusion server will automatically generate documentation for a component if you navigate to its URL and insert the appropriate code within the component's declarations. This is an application of component introspection, available to developers of ColdFusion components. Access to a component's
1281:
In Sep 2017, Adobe announced the roadmap anticipating releases in 2018 and 2020. Among the key features anticipated for the 2016 release were a new performance monitor, enhancements to asynchronous programming, revamped REST support, and enhancements to the API Manager, as well as support for CF2016
1116:
ColdFusion 11 also removed many features previously identified simply as "deprecated" or no longer supported in earlier releases. For example, the CFLOG tag long offered date and time attributes which were deprecated (and redundant, as the date and time is always logged). As of CF11, their use would
1066:
2010, and during much of its prerelease period. It was also commonly referred to as "ColdFusion next" and "ColdFusion X" in blogs, on Twitter, etc., before Adobe finally confirmed it would be "ColdFusion 10". For much of 2010, ColdFusion Product Manager Adam Lehman toured the US setting up countless
1465:
Because ColdFusion is a Java EE application, ColdFusion code can be mixed with Java classes to create a variety of applications and use existing Java libraries. ColdFusion has access to all underlying Java classes, supports JSP custom tag libraries, and can access JSP functions after retrieving the
1299:
documents using standard HTML (i.e. no additional coding is needed to generate documents for print). CFML authors place HTML and CSS within a pair of cfdocument tags (or new in ColdFusion 11, cfhtmltopdf tags). The generated document can then either be saved to disk or sent to the client's browser.
1409:
The traditional and most common way is using CFML. A standard CFML page can be interpreted as a tag, with the tag name corresponding to the file name prefixed with "cf_". For example, the file IMAP.cfm can be used as the tag "cf_imap". Attributes used within the tag are available in the ATTRIBUTES
1629:
In May 2013, Adobe identified another critical vulnerability, reportedly already being exploited in the wild, which targets all recent versions of ColdFusion on any servers where the web-based administrator and API have not been locked down. The vulnerability allows unauthorized users to upload
729:
Version 4.5, released in Nov 1999, expanded the ability to access external system resources, including COM and CORBA, and added initial support for Java integration (including EJB's, Pojo's, servlets, and Java CFX's). IT also added the getmetricdata function (to access performance information),
1637:
In April 2015, Adobe fixed a cross-site scripting (XSS) vulnerability in Adobe ColdFusion 10 before Update 16, and in ColdFusion 11 before Update 5, that allowed remote attackers to inject arbitrary web script or HTML; however, it's exploitable only by users who have authenticated through the
1300:
ColdFusion 8 introduced also the cfpdf tag to allow for control over PDF documents including PDF forms, and merging of PDFs. These tags however do not use Adobe's PDF engine but cfdocument uses a combination of the commercial JPedal Java PDF library and the free and open source Java library
1410:
scope of the tag implementation page. CFML pages are accessible in the same directory as the calling page, via a special directory in the ColdFusion web application, or via a CFIMPORT tag in the calling page. The latter method does not necessarily require the "cf_" prefix for the tag name.
720:
theory. The release also added the initial implementation of cfscript, support for locking (cflock), transactions (cftransaction), hierarchical exception handling (cftry/cfcatch), sandbox security, as well as many new tags and functions, including cfstoredproc, cfcache, cfswitch, and more.
834:, dropping "MX" from its name. During beta testing the codename used was "Scorpio" (the eighth sign of the zodiac and the eighth iteration of ColdFusion as a commercial product). More than 14,000 developers worldwide were active in the beta process - many more testers than the 5,000 632:
display. In addition to ColdFusion, CFStudio also supports syntax in other languages popular for backend programming, such as Perl. In addition to making backend functionality easily available to the non-programmer, (version 4.0 and forward in particular) integrated easily with the
766:
In June 2002 Macromedia released the version 6.0 product under a slightly different name, ColdFusion MX, allowing the product to be associated with both the Macromedia brand and its original branding. ColdFusion MX was completely rebuilt from the ground up and was based on the
818:, improvements to Flash forms, RTF support for CFReport, the new CFCPRoxy feature for Java/CFC integration, and more. ColdFusion MX 7.0.2 (codenamed "Mystic") included advanced features for working with Adobe Flex 2 as well as more improvements for the CF Report Builder. 892:
feeds, reporting enhancements, stronger encryption libraries, array and structure improvements, improved database interaction, extensive performance improvements, PDF manipulation and merging capabilities (CFPDF), interactive debugging, embedded database support with
1413:
A second way is the developments of CFX tags using Java or C++. CFX tags are prefixed with "cfx_", for example "cfx_imap". Tags are added to the ColdFusion runtime environment using the ColdFusion administrator, where JAR or DLL files are registered as custom tags.
703:
Version 3, released in June 1997, brought custom tags, cfsearch/cfindex/cfcollection based on the Verity search engine, the server scope, and template encoding (called then "encryption"). Version 3.1, released in Jan 1998, added RDS support as well as a port to the
1501:
within the CFML syntax. ColdFusion developers can simply call any .NET assembly without needing to recompile or alter the assemblies in any way. Data types are automatically translated between ColdFusion and .NET (example: .NET DataTable โ†’ ColdFusion Query).
1473:
Prior to ColdFusion 7.0.1, ColdFusion components could only be used by Java or .NET by declaring them as web services. However, beginning in ColdFusion MX 7.0.1, ColdFusion components can now be used directly within Java classes using the CFCProxy class.
1282:
projected into 2024. As for the 2020 release, the features anticipated at that time (in 2017) were configurability (modularity) of CF application services, revamped scripting and object-oriented support, and further enhancements to the API Manager.
738:
Version 5 was released in June 2001, adding enhanced query support, new reporting and charting features, user-defined functions, and improved admin tools. It was the last to be legacy coded for a specific platform, and the first release from
1574:
The argument can be made that ColdFusion is even less platform-bound than raw Java EE or .NET, simply because ColdFusion will run on top of a .NET app server (New Atlanta), or on top of any servlet container or Java EE application server
1067:
meetings with customers, developers, and user groups to formulate a master blueprint for the next feature set. In September 2010, he presented the plans to Adobe where they were given full support and approval by upper management.
1536:
ColdFusion originated as proprietary technology based on Web technology industry standards. However, it is becoming a less closed technology through the availability of competing products. Such alternative products include :
786:
With the release of ColdFusion 7.0 on February 7, 2005, the naming convention was amended, rendering the product name "Macromedia ColdFusion MX 7" (the codename for CFMX7 was "Blackstone"). CFMX 7 added Flash-based and
811:. These provide interaction with non-HTTP request services such as IM Services, SMS, Directory Watchers, and an asynchronous execution. XML support was boosted in this version to include native schema checking. 1356:
Component methods may be made available as web services with no additional coding and configuration. All that is required is for a method's access to be declared 'remote'. ColdFusion automatically generates a
1907: 686:
and supported its own runtime environment, which was easily replaced through its configuration options with the runtime environment from Sun. Version 6.1 included the ability to code and debug
1402:
tags, i.e. those not included in the core ColdFusion language. These are especially useful for providing a familiar interface for web designers and content authors familiar with HTML but not
1386:
documentation requires a password. A developer can view the documentation for all components known to the ColdFusion server by navigating to the ColdFusion URL. This interface resembles the
2003: 1734: 1340:). Components only support single inheritance. Object handling feature set and performance enhancing has occurred with subsequent releases. With the release of ColdFusion 8, Java-style 994:
ColdFusion 10 (Codenamed: Zeus) was released on May 15, 2012. New or improved features available in all editions (Standard, Enterprise, and Developer) include (but are not limited to):
1361:
at the URL for the component in this manner: http://path/to/components/Component.cfc?wsdl. Aside from SOAP, the services are offered in Flash Remoting binary format.
807:. The Adobe PDF output is also available as a wrapper to any HTML page, converting that page to a quality printable document. The enterprise edition also added 1162:
Adobe ColdFusion (2018 release), known generically as ColdFusion 2018, was released on July 12, 2018. ColdFusion 2018 was codenamed Aether during prerelease.
1641:
In September 2019, Adobe fixed two command injection vulnerabilities (CVE-2019-8073) that enabled arbitrary code and an alleyway traversal (CVE-2019-8074).
2869: 759:, Tom Harwood and Clement Wong initiated a project codenamed "Neo". This project was later revealed as a ColdFusion Server re-written completely using 1455: 1439: 838:
originally expected. The ColdFusion development team consisted of developers based in Newton/Boston, Massachusetts and offshore in Bangalore, India.
1417:
Finally, ColdFusion supports JSP tag libraries from the JSP 2.0 language specification. JSP tags are included in CFML pages using the CFIMPORT tag.
1819: 857:. In addition, the ColdFusion Administrator for the Enterprise version ships with built-in server monitoring. ColdFusion 8 is available on several 2014: 1837: 1882: 1505:
A unique feature for a Java EE vendor, ColdFusion 8 offers the ability to access .NET Assemblies remotely through proxy (without the use of
1059:
The lists above were obtained from the Adobe web site pages describing "new features", as listed first in the links in the following list.
2675: 1603:, etc.). In theory, a ColdFusion application could be moved unchanged from a Java EE application server to a .NET application server. 1454:, but because these platforms do not officially support ColdFusion, they leave many of its features inaccessible. As of ColdFusion 10 1125:
Adobe ColdFusion (2016 release), Codenamed: Raijin (and also known generically as ColdFusion 2016) was released on February 16, 2016.
1337: 730:
additional performance information in page debugging output, enhanced string conversion functions, and optional whitespace removal.
1202:
Adobe ColdFusion (2021 Release) was released on Nov 11th, 2020. ColdFusion 2021 was code named Project Stratus during pre-release.
716:
Released in Nov 1998, version 4 is when the name was changed from "Cold Fusion" to "ColdFusion" - possibly to distinguish it from
2862: 2085: 763:. This made portability easier and provided a layer of security on the server, because it ran inside a Java Runtime Environment. 1925: 1661: 1576: 2045: 451: 1908:"New ColdFusion Release Adds Performance Monitoring Toolset for Measuring, Monitoring and Managing High-Performing Web Apps" 2274: 1317: 916:
and others. "Tag updaters" are available for these applications to update their support for the new ColdFusion 8 features.
2215: 1364:
Methods which are declared remote may also be invoked via an HTTP GET or POST request. Consider the GET request as shown.
2335: 1656: 1864: 3062: 3057: 3011: 2855: 1172:
Language enhancements (including NULL, abstract classes and methods, covariants and finals, closures in tags, and more)
274: 3047: 1358: 1045:
Additional new or improved features in ColdFusion Enterprise or Developer editions include (but are not limited to):
554: 2179: 2059: 1328:(along with Java, Smalltalk, etc.). With the MX release (6+), ColdFusion introduced basic OO functionality with the 1580: 202: 1615:
open to attack. The vulnerability had been identified and a patch released by Adobe for CF9 and CF10 in January.
1612: 982:
In Memory Management - or Virtual File System: an ability to treat content in memory as opposed to using the HDD.
1509:). This allows ColdFusion users to leverage .NET without having to be installed on a Windows operating system. 1552:
BlueDragon - Proprietary .NET-based CFML engine and free open source Java-based CFML engine (Open BlueDragon).
2685: 1482: 808: 638: 455: 250: 1726: 3042: 3037: 35: 935:
An explicit "local" scope that does not require local variables to be declared at the top of the function.
2834: 1561:
OpenBD - The open source version of BlueDragon was released as Open BlueDragon (OpenBD) in December 2008.
775: 683: 625:
tag is interpreted to, in HTML. E.g. <cfoutput> to begin the output of variables or other content.
463: 175: 103: 1943: 1816: 1062:
CF10 was originally referred to by the codename Zeus, after first being confirmed as coming by Adobe at
771:
platform. ColdFusion MX was also designed to integrate well with Macromedia Flash using Flash Remoting.
2142: 2031: 1702: 705: 661: 327:
besides ColdFusion, and ColdFusion supports programming languages other than CFML, such as server-side
319: 290: 17: 1681: 1378:-enabled applications. ColdFusion 8 introduced the ability to serialize ColdFusion data structures to 2471: 955: 945: 877: 471: 437: 1835: 979:
Integration with key Microsoft products including Word, Excel, SharePoint, Exchange, and PowerPoint.
2958: 2527: 2461: 2292: 2267: 2149: 2102: 1967: 1650: 494: 441: 2165: 2128: 1886: 1371:
This will invoke the component's search function, passing "your query" and "strict" as arguments.
1205:
New or improved features available in all editions (Standard, Enterprise, and Developer) include:
1168:
New or improved features available in all editions (Standard, Enterprise, and Developer) include:
1128:
New or improved features available in all editions (Standard, Enterprise, and Developer) include:
1081:
New or improved features available in all editions (Standard, Enterprise, and Developer) include:
849:
integration, and the CFPRESENTATION tag, which allows the creation of dynamic presentations using
144: 120: 3052: 3032: 2655: 2650: 2481: 2466: 2194: 1341: 2919: 2660: 2496: 2486: 2376: 2371: 2330: 2300: 2115: 1852: 1489:. ColdFusion was one of the first scripting platforms to allow this style of Java development. 1403: 628:
In addition to CFScript and plugins (as described), CFStudio provided a design platform with a
467: 261:
used with that platform is also commonly called ColdFusion, though is more accurately known as
1788: 708:
operating system, while ColdFusion studio gained a live page preview and HTML syntax checker.
2698: 2456: 2325: 1630:
malicious scripts and potentially gain full control over the server. A security bulletin and
1567:- Free, open source CFML engine. It comes in three main product editions, and other versions. 1477:
Recently, there has been much interest in Java development using alternate languages such as
1431: 1324:
versions 3 and below. ColdFusion falls into the category of OO languages that do not support
1215: 850: 404: 617:
Other implementations of CFML offer similar or enhanced functionality, such as running in a
2633: 2319: 2315: 1368:
http://path/to/components/Component.cfc?method=search&query=your+query&mode=strict
1325: 459: 419:
ColdFusion provides a number of additional features out of the box. Main features include:
258: 2166:"Adobe - Security Bulletins: APSB13-13 - Security update: Hotfix available for ColdFusion" 1985: 679:. Earlier versions were not as robust as the versions available from version 4.0 forward. 8: 2823: 2431: 2411: 2361: 2260: 1336:
may contain any number of properties and methods. One component may also extend another (
1052:
Improved and revamped scheduler (additional features over what is added in CF10 Standard)
985:
Exposed as Services - an ability to access, securely, functions of the server externally.
909: 866: 744: 668: 529: 501: 355: 343: 294: 2240: 2129:
Adobe โ€“ Security Bulletins: APSB13-10 โ€“ Security update: Hotfix available for ColdFusion
1622:
for an intrusion into the Linode Manager control panel website. A security bulletin and
1528:
CFMX is the common abbreviation for ColdFusion versions 6 and 7 (a.k.a. ColdFusion MX).
1070:
The first public beta of ColdFusion 10 was released via Adobe Labs on 17 February 2012.
396:
remoting. It is especially well-suited as the server-side technology to the client-side
2476: 2436: 2406: 2246: 1750: 1600: 1451: 1375: 913: 873: 634: 430: 397: 289:
One of the distinguishing features of ColdFusion is its associated scripting language,
278: 207: 2693: 2421: 2386: 1435: 905: 858: 854: 654: 543: 408: 347: 254: 61: 1769: 1695: 1674: 228: 2935: 2794: 2601: 2595: 2590: 2396: 959: 904:
For development of ColdFusion applications, several tools are available: primarily
800: 658: 485: 447: 298: 214: 182: 30:
This article is about the Adobe server platform. For the programming language, see
2789: 2585: 2522: 2451: 2446: 1841: 1823: 1588: 1399: 885: 804: 558: 535: 479: 2545: 2426: 2401: 2381: 2366: 1498: 941:
Implicit constructors via method called "init" or method with same name as CFC.
846: 841:
Some of the new features are the CFPDFFORM tag, which enables integration with
618: 351: 187: 1430:
The standard ColdFusion installation allows the deployment of ColdFusion as a
774:
With the release of ColdFusion MX, the CFML language API was released with an
3026: 2994: 2968: 2763: 2491: 2356: 2351: 1592: 1506: 1459: 1447: 1017: 842: 835: 827: 760: 676: 363: 73: 48: 2847: 411:
via its gateway interface, available in ColdFusion MX 7 Enterprise Edition.
2799: 2784: 2708: 2565: 2416: 2150:"Adobe - Security Advisories: APSA13-03 - Security Advisory for ColdFusion" 1596: 949: 894: 756: 650: 328: 2195:"National Cyber Awareness System: Vulnerability Summary for CVE-2015-0345" 1789:"Turning Up the Heat on Mobile Application Development with ColdFusion 11" 265:.) ColdFusion was originally designed to make it easier to connect simple 2989: 2963: 2748: 2670: 2665: 2645: 2580: 2575: 2180:"Adobe Unscheduled Update Fixes Critical ColdFusion Flaws(CVE-2019-8072)" 2063: 717: 687: 682:
With the release of ColdFusion MX 6.0, the engine had been re-written in
550: 489: 393: 389: 2723: 2638: 2617: 2606: 2501: 2441: 2391: 2283: 2010: 1611:
In March 2013, a known issue affecting ColdFusion 8, 9 and 10 left the
1518: 969: 898: 796: 755:
Prior to 2000, Edwin Smith, an Allaire architect on JRun and later the
740: 672: 359: 332: 310: 68: 56: 2804: 2768: 2570: 1443: 1165:
As of March 2023, Adobe had released 16 updates for ColdFusion 2018.
1063: 973: 792: 649:
All versions of ColdFusion prior to 6.0 were written using Microsoft
382: 273:. By version 2 (1996) it had become a full platform that included an 1078:
ColdFusion 11 (Codenamed: Splendor) was released on April 29, 2014.
2973: 2753: 2718: 2506: 1254:
SSO CF Admin Integration (SAML/LDAP) including CF Admin API updates
561:
handling for both creating and consuming services - as an example,
546:(introduction of video manipulation is planned in a future release) 374: 346:
and released on July 2, 1995, ColdFusion was developed by brothers
336: 305:
in purpose and features, but its tag syntax more closely resembles
270: 932:
Ability to code ColdFusion Components (CFCs) entirely in CFScript.
2743: 2733: 2728: 2713: 2703: 2532: 2103:
Security Advisories: APSA13-01 - Security Advisory for ColdFusion
1387: 1332:
language construct which resembles classes in OO languages. Each
928:) was released on October 5, 2009. New features for CF9 include: 925: 884:
generation (CFIMAGE), multi-threading, per-application settings,
881: 880:
integration (CFEXCHANGE), image manipulation including automatic
768: 629: 562: 539: 370: 2192: 2145:. Blog.edgewebhosting.net (2013-05-08). Retrieved on 2013-07-21. 1446:. ColdFusion can also be deployed to servlet containers such as 1420: 2758: 2738: 2143:
0-Day Exploit for ColdFusion | Edge Web HostingEdge Web Hosting
1631: 1623: 1619: 1478: 1305: 788: 653:. This meant that ColdFusion was largely limited to running on 2903: 2898: 2252: 1584: 1564: 1541: 1486: 1301: 1011: 862: 815: 814:
ColdFusion MX 7.0.1 (codename "Merrimack") added support for
525: 510: 1344:
are supported. ColdFusion components use the file extension
2878: 1379: 965:
Server.cfc file with onServerStart and onServerEnd methods.
514: 386: 378: 377:, but can also be used to generate remote services such as 306: 266: 262: 31: 1438:
for deployment to standalone application servers, such as
2611: 2086:"Downed US vuln catalog infected for at least TWO MONTHS" 1926:"Code names for ColdFusion server and ColdFusion Builder" 1770:"Massachusetts Rises Despite Passing of High-Tech Giants" 1321: 1296: 1248:
Google Cloud Platform (GCP) - Storage, Pub/Sub, FireStore
889: 853:, the Web-based collaboration solution formerly known as 506: 475: 302: 1618:
In April 2013, a ColdFusion vulnerability was blamed by
1348:
to differentiate them from ColdFusion templates (.cfm).
1826:. Digital Colony (2007-08-23). Retrieved on 2013-07-21. 657:, although Allaire did successfully port ColdFusion to 403:
ColdFusion can also handle asynchronous events such as
791:-based web forms, and a report builder that output in 446:
Data retrieval from common enterprise systems such as
1398:
ColdFusion provides several ways to implement custom
293:(CFML). CFML compares to the scripting components of 324: 2216:"ColdFusion Bomb: A Chain Reaction From XSS to RCE" 1626:for this had been issued by Adobe a week earlier. 1531: 1311: 1236: 1197: 1157: 1120: 1007:Improved web services support (WSDL 2.0, SOAP 1.2) 500:Server, application, client, session, and request 1883:"Adrocknaphobia - "The Modern age of ColdFusion"" 1184:Distributed cache support (Redis, memcached, JCS) 1004:Improved scheduler (based on a version of quartz) 429:Client-side code generation, especially for form 3024: 1768:Auerbach, Jon; Kerber, Ross (January 30, 1998). 1241:Adobe released ColdFusion 2023 on May 17, 2023. 1767: 1088:A new lightweight edition (ColdFusion Express) 369:ColdFusion is most often used for data-driven 331:and embedded scripts that can be written in a 2877: 2863: 2268: 2116:"Linode Blog ยป Security incident update" 1421:Interactions with other programming languages 872:Other additions to ColdFusion 8 are built-in 747:, which had been announced January 16, 2001. 2004:"ColdFusion - Transformation over the years" 876:widgets, file archive manipulation (CFZIP), 1817:Consuming a Web Service in ASP.NET Tutorial 1634:for this was issued by Adobe 6 days later. 1374:This type of invocation is well-suited for 2870: 2856: 2275: 2261: 2245: 1026:Language enhancements (closures, and more) 845:forms, some image manipulation functions, 143: 119: 47: 1032:HTML5 video player and Adobe Flash Player 580:"http://host/tempconf.cfc?wsdl" 2213: 1260:Avro & Protocol Buffer Serialization 1244:New features available are as follows: 1724: 1266:Library Updates (Java, Solr, Hibernate) 1175:Asynchronous programming, using Futures 534:Simplified file manipulation including 14: 3025: 2193:NIST National Vulnerability Database. 1662:Fourth-generation programming language 1548:These are discontinued or down : 1521:for the ColdFusion Markup Language is 1492: 1425: 1276: 1073: 1055:Object relational mapping enhancements 1049:Dynamic and interactive HTML5 charting 989: 2851: 2256: 2131:. Adobe.com. Retrieved on 2013-07-21. 2083: 1786: 1703:"ColdFusion (2021 release) Update 12" 1390:HTML documentation for Java classes. 919: 821: 2830: 1748: 1682:"ColdFusion (2023 release) Update 6" 1318:object-oriented programming language 309:, while its script syntax resembles 1944:"ColdFusion (2018 release) updates" 1727:"Allaire sees stellar market debut" 1657:Comparison of programming languages 1304:, and cfhtmltopdf uses an embedded 1029:Search integration with Apache Solr 958:(ORM) Database integration through 621:environment or image manipulation. 325:additional CFML application servers 24: 3012:Category:CFML programming language 1918: 1725:Wallack, Todd (January 23, 1999). 1606: 1251:Central Configuration Server (CCS) 781: 750: 426:Client and server cache management 27:Rapid Web app development platform 25: 3074: 2232: 2105:. Adobe. Retrieved on 2013-07-21. 1737:from the original on May 27, 2024 1316:ColdFusion was originally not an 1290: 1117:not cause the CFLOG tag to fail. 1001:Hotfix installer and notification 938:Implicit getters/setters for CFC. 724: 644: 251:rapid web-application development 2829: 2818: 2817: 1853:ColdFusion's 10th Birthday Party 1144:External session storage (Redis) 1023:Support for RESTful web services 698: 474:and common data formats such as 414: 362:, which in turn was acquired by 317:is often used synonymously with 2207: 2186: 2172: 2158: 2134: 2122: 2108: 2096: 2077: 2052: 2046:"Ramblings of an Internet MoFo" 2038: 2024: 1996: 1978: 1960: 1936: 1613:National Vulnerability Database 1532:Alternative server environments 1512: 1497:ColdFusion 8 natively supports 1382:for consumption on the client. 1312:ColdFusion Components (Objects) 1237:Adobe ColdFusion (2023 Release) 1232:Performance Monitoring Tool set 1198:Adobe ColdFusion (2021 Release) 1158:Adobe ColdFusion (2018 Release) 1121:Adobe ColdFusion (2016 Release) 1035:Flex and Adobe AIR lazy loading 733: 711: 553:implementation (with automated 488:and searching service based on 2282: 2032:"PDF Generation in ColdFusion" 1900: 1875: 1857: 1846: 1829: 1810: 1749:Metz, Cade (October 9, 2014). 1716: 1393: 1193:Performance Monitoring Toolset 675:, then Macromedia was sold to 589:"Celsius2Fahrenheit" 253:computing platform created by 13: 1: 2336:Technical Communication Suite 1667: 1085:End-to-end mobile development 639:Internet Information Services 565:has no native equivalent for 1269:Native GraphQL Query support 1135:Command Line Interface (CLI) 36:Cold Fusion (disambiguation) 7: 1644: 1351: 1285: 1147:Swagger document generation 1138:PDF generation enhancements 1097:PDF generation enhancements 743:after their acquisition of 693: 664:starting with version 3.1. 284: 86:; 29 years ago 10: 3079: 2084:Clark, Jack (2013-03-14). 1990:Adobe Systems Incorporated 1986:"ColdFusion 2023 Features" 1972:Adobe Systems Incorporated 1968:"ColdFusion 2018 Features" 1912:Adobe Systems Incorporated 1869:Adobe Systems Incorporated 1865:"Adobe Ships ColdFusion 8" 1822:December 23, 2008, at the 1787:Hilwa, Al (January 2015). 1212:ColdFusion Package Manager 1187:REST playground capability 423:Simplified database access 291:ColdFusion Markup Language 29: 3063:JVM programming languages 3058:CFML programming language 3007: 2982: 2951: 2944: 2928: 2912: 2886: 2813: 2777: 2684: 2626: 2558: 2515: 2344: 2308: 2299: 2290: 968:Tighter integration with 956:Object-relational mapping 946:Exception handling syntax 924:ColdFusion 9 (Codenamed: 878:Microsoft Exchange server 566: 557:generation / transparent 472:Microsoft Exchange Server 223: 213: 201: 193: 181: 171: 167: 138: 114: 109: 102: 98: 80: 67: 55: 46: 3048:Web development software 2983:Debugging and monitoring 2612:Portable Document Format 2293:Adobe World Headquarters 1651:Adobe ColdFusion Builder 1295:ColdFusion can generate 1181:Auto lockdown capability 1112:Compression enhancements 342:Originally a product of 335:-like language known as 948:and CFContinue tag for 150:; 10 months ago 126:; 10 months ago 2920:ContentBox Modular CMS 1840:July 20, 2006, at the 1751:"Beef up your browser" 1638:administration panel. 1404:imperative programming 1216:Cloud storage services 1094:WebSocket enhancements 944:New CFFinally tag for 277:in addition to a full 34:. For other uses, see 2945:Development Resources 2060:"Using the CFC Proxy" 1930:Adobe ColdFusion Blog 1229:Core language changes 1209:Lightweight installer 1141:Security enhancements 1132:Language enhancements 1109:Charting enhancements 1100:Security enhancements 1091:Language enhancements 998:Security enhancements 851:Adobe Acrobat Connect 515:transformation (XSLT) 2881:programming language 1326:multiple inheritance 901:compliant CFSCRIPT. 671:company was sold to 259:programming language 142:2021 Update 12  3043:Macromedia software 3038:Scripting languages 2472:Photoshop Lightroom 1774:Wall Street Journal 1493:ColdFusion and .NET 1426:ColdFusion and Java 1277:Development roadmap 1190:Modernized Admin UI 1103:Social enhancements 1074:Adobe ColdFusion 11 990:Adobe ColdFusion 10 910:Macromedia HomeSite 867:Windows Server 2003 745:Allaire Corporation 598:"#tempc#" 118:2023 Update 6  43: 2528:Flash Media Server 2462:Photoshop Elements 1653:- Builder Software 1601:Jetty (web server) 1466:JSP page context ( 1220:Messaging services 1041:HTML5 enhancements 920:Adobe ColdFusion 9 826:On July 30, 2007, 822:Adobe ColdFusion 8 279:scripting language 235:/coldfusion-family 208:Application server 148:/ 14 November 2023 124:/ 14 November 2023 57:Original author(s) 41: 3020: 3019: 3003: 3002: 2845: 2844: 2656:Photoshop Express 2651:Solutions Network 2554: 2553: 2482:Premiere Elements 2467:Photoshop Express 1555:Coral Web Builder 1178:Command line REPL 1106:REST enhancements 1038:XPath integration 906:Adobe Dreamweaver 859:operating systems 855:Macromedia Breeze 655:Microsoft Windows 635:Apache Web Server 607:"tempf" 519:Server clustering 513:, validation and 409:instant messaging 348:Joseph J. Allaire 243: 242: 162: 161: 104:Stable release(s) 16:(Redirected from 3070: 2949: 2948: 2936:ColdBox Platform 2894:Adobe ColdFusion 2872: 2865: 2858: 2849: 2848: 2833: 2832: 2821: 2820: 2795:Shantanu Narayen 2661:Premiere Express 2596:Digital Negative 2497:Shockwave Player 2487:Premiere Express 2377:Digital Editions 2331:Experience Cloud 2306: 2305: 2277: 2270: 2263: 2254: 2253: 2249: 2244: 2243: 2241:Official website 2226: 2225: 2223: 2222: 2211: 2205: 2204: 2202: 2201: 2190: 2184: 2183: 2176: 2170: 2169: 2162: 2156: 2153: 2138: 2132: 2126: 2120: 2119: 2118:. 16 April 2013. 2112: 2106: 2100: 2094: 2093: 2081: 2075: 2074: 2072: 2071: 2062:. Archived from 2056: 2050: 2049: 2042: 2036: 2035: 2028: 2022: 2021: 2020:on 9 March 2022. 2019: 2013:. Archived from 2008: 2000: 1994: 1993: 1982: 1976: 1975: 1964: 1958: 1957: 1955: 1954: 1940: 1934: 1933: 1922: 1916: 1915: 1904: 1898: 1897: 1895: 1894: 1885:. Archived from 1879: 1873: 1872: 1861: 1855: 1850: 1844: 1833: 1827: 1814: 1808: 1805: 1803: 1802: 1793: 1783: 1781: 1780: 1764: 1762: 1761: 1745: 1743: 1742: 1720: 1714: 1713: 1711: 1709: 1699: 1693: 1692: 1690: 1688: 1678: 1468:GetPageContext() 1458:was replaced by 1308:implementation. 960:Hibernate (Java) 912:5.x, CFEclipse, 688:Macromedia Flash 612: 611: 608: 605: 602: 599: 596: 593: 590: 587: 584: 581: 578: 575: 572: 569: 511:querying (XPath) 448:Active Directory 436:Conversion from 358:was acquired by 323:, but there are 249:is a commercial 239: 236: 234: 232: 230: 183:Operating system 158: 156: 155:14 November 2023 151: 147: 134: 132: 131:14 November 2023 127: 123: 112: 111: 94: 92: 87: 51: 44: 42:Adobe ColdFusion 40: 21: 3078: 3077: 3073: 3072: 3071: 3069: 3068: 3067: 3023: 3022: 3021: 3016: 2999: 2978: 2940: 2924: 2908: 2887:Implementations 2882: 2876: 2846: 2841: 2809: 2790:Charles Geschke 2773: 2680: 2622: 2550: 2511: 2457:Photoshop Album 2340: 2326:eLearning Suite 2295: 2286: 2281: 2239: 2238: 2235: 2230: 2229: 2220: 2218: 2212: 2208: 2199: 2197: 2191: 2187: 2178: 2177: 2173: 2164: 2163: 2159: 2148: 2139: 2135: 2127: 2123: 2114: 2113: 2109: 2101: 2097: 2082: 2078: 2069: 2067: 2058: 2057: 2053: 2044: 2043: 2039: 2030: 2029: 2025: 2017: 2006: 2002: 2001: 1997: 1984: 1983: 1979: 1966: 1965: 1961: 1952: 1950: 1948:helpx.adobe.com 1942: 1941: 1937: 1924: 1923: 1919: 1906: 1905: 1901: 1892: 1890: 1881: 1880: 1876: 1863: 1862: 1858: 1851: 1847: 1842:Wayback Machine 1834: 1830: 1824:Wayback Machine 1815: 1811: 1800: 1798: 1796:IDC White Paper 1791: 1778: 1776: 1759: 1757: 1740: 1738: 1721: 1717: 1707: 1705: 1701: 1700: 1696: 1686: 1684: 1680: 1679: 1675: 1670: 1647: 1609: 1607:Vulnerabilities 1534: 1515: 1495: 1456:Macromedia JRun 1440:Macromedia JRun 1428: 1423: 1400:markup language 1396: 1369: 1365: 1354: 1314: 1293: 1288: 1279: 1257:JSON Web Tokens 1239: 1223:No-SQL database 1200: 1160: 1123: 1076: 992: 922: 865:, Mac OS X and 824: 784: 782:ColdFusion MX 7 753: 751:ColdFusion MX 6 736: 727: 714: 701: 696: 647: 609: 606: 603: 600: 597: 594: 591: 588: 585: 582: 579: 576: 573: 570: 567: 536:raster graphics 522:Task scheduling 417: 287: 227: 163: 154: 152: 149: 130: 128: 125: 90: 88: 85: 81:Initial release 39: 28: 23: 22: 15: 12: 11: 5: 3076: 3066: 3065: 3060: 3055: 3053:CFML compilers 3050: 3045: 3040: 3035: 3033:Adobe software 3018: 3017: 3015: 3014: 3008: 3005: 3004: 3001: 3000: 2998: 2997: 2992: 2986: 2984: 2980: 2979: 2977: 2976: 2971: 2966: 2961: 2955: 2953: 2952:IDEs / Editors 2946: 2942: 2941: 2939: 2938: 2932: 2930: 2926: 2925: 2923: 2922: 2916: 2914: 2910: 2909: 2907: 2906: 2901: 2896: 2890: 2888: 2884: 2883: 2875: 2874: 2867: 2860: 2852: 2843: 2842: 2840: 2839: 2827: 2814: 2811: 2810: 2808: 2807: 2802: 2797: 2792: 2787: 2781: 2779: 2775: 2774: 2772: 2771: 2766: 2761: 2756: 2751: 2746: 2741: 2736: 2731: 2726: 2721: 2716: 2711: 2706: 2701: 2696: 2690: 2688: 2682: 2681: 2679: 2678: 2673: 2668: 2663: 2658: 2653: 2648: 2643: 2642: 2641: 2634:Document Cloud 2630: 2628: 2624: 2623: 2621: 2620: 2615: 2609: 2604: 2599: 2593: 2588: 2583: 2578: 2573: 2568: 2562: 2560: 2556: 2555: 2552: 2551: 2549: 2548: 2546:PhoneGap Build 2543: 2540: 2535: 2530: 2525: 2519: 2517: 2513: 2512: 2510: 2509: 2504: 2499: 2494: 2489: 2484: 2479: 2474: 2469: 2464: 2459: 2454: 2449: 2444: 2439: 2434: 2429: 2424: 2419: 2414: 2409: 2404: 2399: 2394: 2389: 2384: 2379: 2374: 2369: 2364: 2359: 2354: 2348: 2346: 2342: 2341: 2339: 2338: 2333: 2328: 2323: 2320:Creative Suite 2316:Creative Cloud 2312: 2310: 2303: 2297: 2296: 2291: 2288: 2287: 2280: 2279: 2272: 2265: 2257: 2251: 2250: 2234: 2233:External links 2231: 2228: 2227: 2214:Shubham Shah. 2206: 2185: 2171: 2157: 2155: 2154: 2146: 2133: 2121: 2107: 2095: 2076: 2051: 2037: 2023: 1995: 1977: 1959: 1935: 1917: 1899: 1874: 1856: 1845: 1828: 1809: 1807: 1806: 1784: 1765: 1746: 1715: 1694: 1672: 1671: 1669: 1666: 1665: 1664: 1659: 1654: 1646: 1643: 1608: 1605: 1572: 1571: 1568: 1562: 1559: 1556: 1553: 1546: 1545: 1533: 1530: 1514: 1511: 1494: 1491: 1427: 1424: 1422: 1419: 1395: 1392: 1367: 1353: 1350: 1313: 1310: 1292: 1291:PDF generation 1289: 1287: 1284: 1278: 1275: 1274: 1273: 1270: 1267: 1264: 1263:New PDF Engine 1261: 1258: 1255: 1252: 1249: 1238: 1235: 1234: 1233: 1230: 1227: 1226:Single sign-on 1224: 1221: 1218: 1213: 1210: 1199: 1196: 1195: 1194: 1191: 1188: 1185: 1182: 1179: 1176: 1173: 1159: 1156: 1155: 1154: 1151: 1148: 1145: 1142: 1139: 1136: 1133: 1122: 1119: 1114: 1113: 1110: 1107: 1104: 1101: 1098: 1095: 1092: 1089: 1086: 1075: 1072: 1057: 1056: 1053: 1050: 1043: 1042: 1039: 1036: 1033: 1030: 1027: 1024: 1021: 1015: 1008: 1005: 1002: 999: 991: 988: 987: 986: 983: 980: 977: 966: 963: 953: 942: 939: 936: 933: 921: 918: 847:Microsoft .NET 823: 820: 783: 780: 752: 749: 735: 732: 726: 725:ColdFusion 4.5 723: 713: 710: 700: 697: 695: 692: 646: 645:Other features 643: 615: 614: 601:RETURNVARIABLE 547: 532: 523: 520: 517: 504: 498: 497:administration 492: 482: 444: 434: 433:and validation 427: 424: 416: 413: 352:Jeremy Allaire 286: 283: 257:in 1995. (The 241: 240: 225: 221: 220: 217: 211: 210: 205: 199: 198: 195: 191: 190: 188:Cross-platform 185: 179: 178: 173: 169: 168: 165: 164: 160: 159: 140: 136: 135: 116: 110: 107: 106: 100: 99: 96: 95: 82: 78: 77: 71: 65: 64: 59: 53: 52: 26: 9: 6: 4: 3: 2: 3075: 3064: 3061: 3059: 3056: 3054: 3051: 3049: 3046: 3044: 3041: 3039: 3036: 3034: 3031: 3030: 3028: 3013: 3010: 3009: 3006: 2996: 2995:FusionReactor 2993: 2991: 2988: 2987: 2985: 2981: 2975: 2972: 2970: 2969:IntelliJ IDEA 2967: 2965: 2962: 2960: 2957: 2956: 2954: 2950: 2947: 2943: 2937: 2934: 2933: 2931: 2927: 2921: 2918: 2917: 2915: 2911: 2905: 2902: 2900: 2897: 2895: 2892: 2891: 2889: 2885: 2880: 2873: 2868: 2866: 2861: 2859: 2854: 2853: 2850: 2838: 2837: 2828: 2826: 2825: 2816: 2815: 2812: 2806: 2803: 2801: 2798: 2796: 2793: 2791: 2788: 2786: 2783: 2782: 2780: 2776: 2770: 2767: 2765: 2764:Serious Magic 2762: 2760: 2757: 2755: 2752: 2750: 2747: 2745: 2742: 2740: 2737: 2735: 2732: 2730: 2727: 2725: 2722: 2720: 2717: 2715: 2712: 2710: 2707: 2705: 2702: 2700: 2697: 2695: 2692: 2691: 2689: 2687: 2683: 2677: 2674: 2672: 2669: 2667: 2664: 2662: 2659: 2657: 2654: 2652: 2649: 2647: 2644: 2640: 2637: 2636: 2635: 2632: 2631: 2629: 2625: 2619: 2616: 2613: 2610: 2608: 2605: 2603: 2600: 2597: 2594: 2592: 2589: 2587: 2584: 2582: 2579: 2577: 2574: 2572: 2569: 2567: 2564: 2563: 2561: 2557: 2547: 2544: 2541: 2539: 2536: 2534: 2531: 2529: 2526: 2524: 2521: 2520: 2518: 2514: 2508: 2505: 2503: 2500: 2498: 2495: 2493: 2490: 2488: 2485: 2483: 2480: 2478: 2475: 2473: 2470: 2468: 2465: 2463: 2460: 2458: 2455: 2453: 2450: 2448: 2445: 2443: 2440: 2438: 2435: 2433: 2432:Media Encoder 2430: 2428: 2425: 2423: 2420: 2418: 2415: 2413: 2412:Flash Builder 2410: 2408: 2405: 2403: 2400: 2398: 2395: 2393: 2390: 2388: 2385: 2383: 2380: 2378: 2375: 2373: 2370: 2368: 2365: 2363: 2362:After Effects 2360: 2358: 2355: 2353: 2350: 2349: 2347: 2343: 2337: 2334: 2332: 2329: 2327: 2324: 2321: 2317: 2314: 2313: 2311: 2307: 2304: 2302: 2298: 2294: 2289: 2285: 2278: 2273: 2271: 2266: 2264: 2259: 2258: 2255: 2248: 2242: 2237: 2236: 2217: 2210: 2196: 2189: 2181: 2175: 2167: 2161: 2151: 2147: 2144: 2141: 2140: 2137: 2130: 2125: 2117: 2111: 2104: 2099: 2091: 2087: 2080: 2066:on 2005-12-26 2065: 2061: 2055: 2047: 2041: 2033: 2027: 2016: 2012: 2005: 1999: 1991: 1987: 1981: 1973: 1969: 1963: 1949: 1945: 1939: 1931: 1927: 1921: 1914:. 2018-07-12. 1913: 1909: 1903: 1889:on 2011-06-15 1888: 1884: 1878: 1871:. 2007-07-30. 1870: 1866: 1860: 1854: 1849: 1843: 1839: 1836: 1832: 1825: 1821: 1818: 1813: 1797: 1790: 1785: 1775: 1771: 1766: 1756: 1752: 1747: 1736: 1732: 1731:Boston Herald 1728: 1723: 1722: 1719: 1704: 1698: 1683: 1677: 1673: 1663: 1660: 1658: 1655: 1652: 1649: 1648: 1642: 1639: 1635: 1633: 1627: 1625: 1621: 1616: 1614: 1604: 1602: 1598: 1594: 1590: 1586: 1582: 1578: 1569: 1566: 1563: 1560: 1557: 1554: 1551: 1550: 1549: 1543: 1540: 1539: 1538: 1529: 1526: 1524: 1520: 1510: 1508: 1507:.NET Remoting 1503: 1500: 1490: 1488: 1484: 1480: 1475: 1471: 1469: 1463: 1461: 1460:Apache Tomcat 1457: 1453: 1452:Mortbay Jetty 1449: 1448:Apache Tomcat 1445: 1441: 1437: 1433: 1418: 1415: 1411: 1407: 1405: 1401: 1391: 1389: 1383: 1381: 1377: 1372: 1366: 1362: 1360: 1349: 1347: 1343: 1339: 1335: 1331: 1327: 1323: 1319: 1309: 1307: 1303: 1298: 1283: 1271: 1268: 1265: 1262: 1259: 1256: 1253: 1250: 1247: 1246: 1245: 1242: 1231: 1228: 1225: 1222: 1219: 1217: 1214: 1211: 1208: 1207: 1206: 1203: 1192: 1189: 1186: 1183: 1180: 1177: 1174: 1171: 1170: 1169: 1166: 1163: 1152: 1149: 1146: 1143: 1140: 1137: 1134: 1131: 1130: 1129: 1126: 1118: 1111: 1108: 1105: 1102: 1099: 1096: 1093: 1090: 1087: 1084: 1083: 1082: 1079: 1071: 1068: 1065: 1060: 1054: 1051: 1048: 1047: 1046: 1040: 1037: 1034: 1031: 1028: 1025: 1022: 1019: 1016: 1013: 1009: 1006: 1003: 1000: 997: 996: 995: 984: 981: 978: 975: 971: 967: 964: 961: 957: 954: 951: 947: 943: 940: 937: 934: 931: 930: 929: 927: 917: 915: 911: 907: 902: 900: 897:, and a more 896: 891: 887: 883: 879: 875: 870: 868: 864: 860: 856: 852: 848: 844: 843:Adobe Acrobat 839: 837: 836:Adobe Systems 833: 829: 828:Adobe Systems 819: 817: 812: 810: 806: 802: 798: 794: 790: 779: 777: 772: 770: 764: 762: 758: 748: 746: 742: 731: 722: 719: 709: 707: 699:Cold Fusion 3 691: 689: 685: 680: 678: 674: 670: 665: 663: 660: 656: 652: 642: 640: 636: 631: 626: 622: 620: 564: 560: 556: 552: 548: 545: 541: 537: 533: 531: 527: 524: 521: 518: 516: 512: 508: 505: 503: 499: 496: 493: 491: 487: 483: 481: 477: 473: 469: 465: 461: 457: 453: 449: 445: 443: 439: 435: 432: 428: 425: 422: 421: 420: 415:Main features 412: 410: 406: 401: 399: 395: 391: 388: 384: 380: 376: 372: 367: 366:Inc in 2005. 365: 364:Adobe Systems 361: 357: 353: 349: 345: 340: 338: 334: 330: 326: 322: 321: 316: 312: 308: 304: 300: 296: 292: 282: 280: 276: 272: 268: 264: 260: 256: 255:J. J. Allaire 252: 248: 238: 226: 222: 218: 216: 212: 209: 206: 204: 200: 196: 192: 189: 186: 184: 180: 177: 174: 170: 166: 146: 141: 137: 122: 117: 113: 108: 105: 101: 97: 83: 79: 75: 74:Adobe Systems 72: 70: 66: 63: 62:J. J. Allaire 60: 58: 54: 50: 45: 37: 33: 19: 2913:Applications 2893: 2835: 2822: 2800:John Warnock 2785:Bruce Chizen 2709:Day Software 2686:Acquisitions 2627:Web services 2566:ActionScript 2559:Technologies 2537: 2477:Premiere Pro 2437:Media Player 2407:Flash Player 2219:. Retrieved 2209: 2198:. Retrieved 2188: 2174: 2160: 2136: 2124: 2110: 2098: 2090:The Register 2089: 2079: 2068:. Retrieved 2064:the original 2054: 2040: 2026: 2015:the original 1998: 1989: 1980: 1971: 1962: 1951:. Retrieved 1947: 1938: 1929: 1920: 1911: 1902: 1891:. Retrieved 1887:the original 1877: 1868: 1859: 1848: 1831: 1812: 1799:. Retrieved 1795: 1777:. Retrieved 1773: 1758:. Retrieved 1754: 1739:. Retrieved 1730: 1718: 1706:. Retrieved 1697: 1685:. Retrieved 1676: 1640: 1636: 1628: 1617: 1610: 1597:Resin Server 1573: 1570:SmithProject 1558:IgniteFusion 1547: 1535: 1527: 1522: 1516: 1513:Abbrevations 1504: 1496: 1476: 1472: 1467: 1464: 1429: 1416: 1412: 1408: 1397: 1384: 1373: 1370: 1363: 1355: 1345: 1333: 1329: 1315: 1294: 1280: 1243: 1240: 1204: 1201: 1167: 1164: 1161: 1150:NTLM support 1127: 1124: 1115: 1080: 1077: 1069: 1061: 1058: 1044: 1010:Support for 993: 950:Control flow 923: 903: 895:Apache Derby 871: 840: 832:ColdFusion 8 831: 825: 813: 785: 773: 765: 757:Flash Player 754: 737: 734:ColdFusion 5 728: 715: 712:ColdFusion 4 702: 681: 666: 648: 627: 623: 616: 544:zip archives 418: 402: 390:web services 368: 341: 329:Actionscript 318: 314: 288: 246: 244: 194:Available in 76:Incorporated 69:Developer(s) 2990:FusionDebug 2964:Dreamweaver 2749:OCR Systems 2422:Illustrator 2387:Dreamweaver 1708:24 November 1687:24 November 1394:Custom Tags 1338:Inheritance 1153:API Manager 1020:integration 1014:web sockets 795:as well as 778:interface. 718:Cold fusion 706:Sun Solaris 551:web service 549:Simplified 490:Apache Solr 269:pages to a 219:Proprietary 3027:Categories 2929:Frameworks 2724:Macromedia 2618:PostScript 2607:FlashPaper 2602:Authorware 2591:Font Folio 2538:ColdFusion 2397:FrameMaker 2284:Adobe Inc. 2221:2015-08-31 2200:2015-08-31 2070:2005-12-25 1953:2019-10-09 1893:2012-12-28 1801:2015-11-02 1779:2015-11-02 1760:2015-11-02 1741:2015-11-02 1668:References 1519:initialism 1442:, and IBM 1342:interfaces 970:Adobe Flex 899:ECMAScript 861:including 797:FlashPaper 741:Macromedia 673:Macromedia 651:Visual C++ 574:WEBSERVICE 383:WebSockets 381:services, 360:Macromedia 354:. In 2001 333:JavaScript 315:ColdFusion 311:JavaScript 247:ColdFusion 172:Written in 18:Coldfusion 2959:CFBuilder 2805:Del Yocam 2769:TubeMogul 2586:Shockwave 2523:LiveCycle 2452:Photoshop 2447:PageMaker 1581:WebSphere 1444:WebSphere 1334:component 1330:component 1272:Bug fixes 1064:Adobe MAX 974:Adobe AIR 830:released 793:Adobe PDF 637:and with 530:reporting 509:parsing, 375:intranets 233:/products 2974:HomeSite 2824:Category 2754:Omniture 2719:Livefyre 2676:Frame.io 2427:InDesign 2402:FreeHand 2382:Director 2372:Brackets 2367:Audition 2301:Software 2034:. Adobe. 1838:Archived 1820:Archived 1735:Archived 1645:See also 1589:Geronimo 1436:EAR file 1432:WAR file 1352:Remoting 1286:Features 816:Mac OS X 809:Gateways 694:Versions 571:CFINVOKE 526:Graphing 486:indexing 371:websites 337:CFScript 285:Overview 271:database 2836:Commons 2744:Neolane 2734:Marketo 2729:Magento 2714:Fotolia 2704:Behance 2533:BlazeDS 2357:Acrobat 2352:Animate 2345:Desktop 1388:Javadoc 926:Centaur 914:Eclipse 882:CAPTCHA 769:Java EE 669:Allaire 662:Solaris 630:WYSIWYG 563:ASP.NET 540:CAPTCHA 431:widgets 356:Allaire 344:Allaire 224:Website 215:License 197:English 153: ( 129: ( 89: ( 2778:People 2759:Scene7 2739:Mixamo 2699:Aviary 2516:Server 2492:Reader 2417:GoLive 2309:Suites 1755:PC Mag 1632:hotfix 1624:hotfix 1620:Linode 1593:Tomcat 1483:Groovy 1479:Jython 1306:WebKit 1018:Tomcat 789:XForms 583:METHOD 542:) and 502:scopes 301:, and 245:Adobe 2904:Lucee 2899:Railo 2694:Aldus 2671:Stock 2666:Spark 2646:Fonts 2614:(PDF) 2598:(DNG) 2576:Flash 2018:(PDF) 2011:Adobe 2007:(PDF) 1792:(PDF) 1585:JBoss 1565:Railo 1542:Lucee 1487:JRuby 1320:like 1302:iText 1012:HTML5 908:CS4, 863:Linux 805:Excel 677:Adobe 538:(and 484:File 394:Flash 237:.html 229:adobe 2879:CFML 2639:Sign 2581:Flex 2542:JRun 2502:Voco 2442:Muse 2392:Edge 1710:2023 1689:2023 1577:JRun 1523:CFML 1517:The 1499:.NET 1485:and 1450:and 1380:JSON 1376:Ajax 1359:WSDL 972:and 888:and 886:Atom 874:Ajax 803:and 761:Java 684:Java 667:The 619:.NET 610:> 592:TEMP 568:< 559:SOAP 555:WSDL 528:and 480:Atom 478:and 464:HTTP 456:SMTP 452:LDAP 438:HTML 407:and 398:ajax 387:SOAP 379:REST 350:and 320:CFML 307:HTML 267:HTML 263:CFML 231:.com 203:Type 176:Java 139:2021 115:2023 91:1995 84:1995 32:CFML 2571:AIR 1470:). 1434:or 1346:cfc 1322:PHP 1297:PDF 890:RSS 801:RTF 776:OOP 659:Sun 507:XML 495:GUI 476:RSS 468:FTP 460:POP 442:PDF 440:to 405:SMS 392:or 373:or 303:PHP 299:JSP 295:ASP 275:IDE 3029:: 2507:XD 2088:. 2009:. 1988:. 1970:. 1946:. 1928:. 1910:. 1867:. 1794:. 1772:. 1753:. 1733:. 1729:. 1599:, 1595:, 1591:, 1587:, 1583:, 1579:, 1481:, 1462:. 1406:. 869:. 799:, 690:. 641:. 470:, 466:, 462:, 458:, 454:, 450:, 400:. 385:, 339:. 313:. 297:, 281:. 2871:e 2864:t 2857:v 2322:) 2318:( 2276:e 2269:t 2262:v 2224:. 2203:. 2182:. 2168:. 2152:. 2092:. 2073:. 2048:. 1992:. 1974:. 1956:. 1932:. 1896:. 1804:. 1782:. 1763:. 1744:. 1712:. 1691:. 1575:( 976:. 962:. 952:. 613:) 604:= 595:= 586:= 577:= 157:) 133:) 93:) 38:. 20:)

Index

Coldfusion
CFML
Cold Fusion (disambiguation)

Original author(s)
J. J. Allaire
Developer(s)
Adobe Systems
Stable release(s)
Edit this on Wikidata
Edit this on Wikidata
Java
Operating system
Cross-platform
Type
Application server
License
adobe.com/products/coldfusion-family.html
rapid web-application development
J. J. Allaire
programming language
CFML
HTML
database
IDE
scripting language
ColdFusion Markup Language
ASP
JSP
PHP

Text is available under the Creative Commons Attribution-ShareAlike License. Additional terms may apply.

โ†‘