Category:ColdFusion: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Changed over to language header)
m (Formatting, fixed some links)
Line 1: Line 1:
{{language|ColdFusion}}'''ColdFusion''' is an application server and software development framework used for the development of computer software in general, and dynamic web sites in particular. In this regard, ColdFusion is a similar product to [[Microsoft]] [[ASP|ASP.NET]] or [[Java|Java Enterprise Edition]].
{{language|ColdFusion}}
'''ColdFusion''' is an application server and software development framework used for the development of computer software in general, and dynamic web sites in particular. In this regard, ColdFusion is a similar product to Microsoft [[ASP|ASP.NET]] or [[Java|Java Enterprise Edition]].


The primary feature of ColdFusion is its associated scripting language, ColdFusion Markup Language (CFML), which compares to [[JSP]], [[C sharp|C#]], or [[PHP]] and resembles [[HTML]] in syntax. "ColdFusion" is often used synonymously with "CFML", but it should be noted that there are additional CFML application servers besides ColdFusion, and that ColdFusion supports programming languages other than CFML, such as server-side Actionscript.
The primary feature of ColdFusion is its associated scripting language, ColdFusion Markup Language (CFML), which compares to [[Java Serve Pages|JSP]], [[C sharp|C#]], or [[PHP]] and resembles [[HTML]] in syntax. "ColdFusion" is often used synonymously with "CFML", but it should be noted that there are additional CFML application servers besides ColdFusion, and that ColdFusion supports programming languages other than CFML, such as server-side [[ActionScript]].


==Citations==
==Citations==

Revision as of 17:54, 25 February 2008

Language
ColdFusion
This programming language may be used to instruct a computer to perform a task.
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using ColdFusion.

ColdFusion is an application server and software development framework used for the development of computer software in general, and dynamic web sites in particular. In this regard, ColdFusion is a similar product to Microsoft ASP.NET or Java Enterprise Edition.

The primary feature of ColdFusion is its associated scripting language, ColdFusion Markup Language (CFML), which compares to JSP, C#, or PHP and resembles HTML in syntax. "ColdFusion" is often used synonymously with "CFML", but it should be noted that there are additional CFML application servers besides ColdFusion, and that ColdFusion supports programming languages other than CFML, such as server-side ActionScript.

Citations