Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

what exactly is cold fusion?

Community Beginner ,
Oct 21, 2009 Oct 21, 2009

i didnt see this with my cs4 master collection disk.

what is it?

TOPICS
Getting started
821
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 21, 2009 Oct 21, 2009

Firstly it's ColdFusion (one word, capital F in the middle).

Secondly... it's amazing what having a look around the Adobe site might reveal:

http://www.adobe.com/products/coldfusion/

Or even Google...

http://www.google.co.nz/search?hl=en&source=hp&q=ColdFusion&btnI=

--

Adam

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Oct 27, 2009 Oct 27, 2009

ColdFusion is an example of what's known as an application server.  It can be used to host web-sites and software-services of various kinds, for lightweight loads or very heavy ones.

The design of ColdFusion is very clever, to the point that (like most cleverness) it's not entirely obvious at first glance.  ColdFusion works with declarative tags that are (usually) interspersed with your HTML code ... yet, these tags truly are declarative in nature, not merely procedural as in (say...) PHP.  A vague simile would be to say that CF is somewhat like a really good macro-processor, and more.

On-the-fly, ColdFusion evaluates a file and translates it into Java code, which it compiles and executes. So, you actually have all of the portability advantages (and if you wish, the language advantages) of the surrounding Java environment.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 29, 2009 Oct 29, 2009

maybe you have get it wrong, it names coldFusion, is a commercial rapid application development platform invented by Jeremy and JJ Allaire in 1995. Originally designed to make it easier to connect simple HTML pages to a database, by 2.0 had become a full platform that included an IDE in addition to a full Scripting Language. Current versions of Coldfusion, sold by Adobe Systems include advanced features for enterprise integration and development of rich internet applications. ColdFusion primarily competes with PHP and ASP.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 01, 2009 Nov 01, 2009
LATEST
what exactly is cold fusion?

Coldfusion stands for 2 things. It is the name of a programming language and of the application server that runs on that language.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources