|
ColdFusion is actually two things, it is an application server and it is also a language. Most ColdFusion developers do not distinguish the two – they install the ColdFusion application server and use the ColdFusion language (called CFML for ColdFusion Markup Language) to write applications that run on that server. But ColdFusion the language can also be used on top of other application servers, J2EE application servers, providing an alternate and simplified scripting syntax for those high-end servers. Either way, the CFML language is used to create powerful applications quickly and easily, applications that run on the ColdFusion application server, or on an application server of your choice.
|