473,326 Members | 2,680 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ


ColdFusion Background

By Max Kington
Senior Programmer, Webhanger.com

ColdFusion Background

First, let me tell you a little about ColdFusion.

ColdFusion is a server side scripting language, which is executed by the ColdFusion application server. ColdFusion works by executing CFM templates, a mixture of HTML and ColdFusion instructions to return normal HTML to the requesting browser. Often this will have included retrieving data from a database and generating web pages on the fly.

The ColdFusion (CF) application server was first developed in 1995 by JJ Allaire and is currently up to version 4.5. It exists in many incarnations, CF Express, free but fairly limited in it's power, ColdFusion Professional, just about all the features that ColdFusion server offers and ColdFusion Enterprise with advanced load balancing and the ability to spread tasks over a number of servers with advanced security features.

ColdFusion server supports many different webservers on many different platforms; e.g. Apache, IIS and NSAPI based webservers amongst others and support Solaris, HP-UX and Windows with rumours of a Linux incarnation coming soon.

Now on to just how easy this 'lil language is to program with!

  Language »

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.