What is a ColdFusion?
ColdFusion is a proprietary web development platform from Adobe Systems.
ColdFusion uses the CFML language to develop applications and dynamic pages.
The ColdFusion platform offers native integration with the Adobe Flash platform and its Flex and Adobe AIR derivatives.
example Tag in ColdFusion:
x
<cfoutput>Hello World!!</cfoutput>
example Script ColdFusion:
x
<cfscript>
writeOutput("Hello World!");
</cfscript>
writeOutput("Hello World!");
</cfscript>