Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

New to coldfusion

Status
Not open for further replies.

BiggerD

Programmer
Jun 19, 2002
43
GB
Can someone give me an overview of how COldfusion works please ?
 
Coldfusion is an application server. It rides on a webserver and when a webserver gets a page submitted to it with a .cfm extension, it is configured to send the page to the coldfusion server. The coldfusion server executes any code specified as coldfusion code. This is usually accessing, retrieving, updating, etc info in a database, which is the most common use. Then it serves the pages back to the web server, which displays the new and improved pages to the user through the browser.

This all rides on a J2EE server, and the Coldfusion code is actually compiled behind the scenes into Java code.

Hope this helps!

Thanks,
Va.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top