Skip to main content
Participant
December 13, 2011
Question

How much has Cold Fusion changed in the last several years?

  • December 13, 2011
  • 5 replies
  • 1410 views

I last used Cold Fusion around the time it was bought by Adobe. I started concentrating on learning PHP. Now my local college is recruiting me to teach a beginning class in CF. Has it changed dramatically in the last several years?

    This topic has been closed for replies.

    5 replies

    BKBK
    Community Expert
    Community Expert
    December 14, 2011

    dlnw wrote:

    I last used Cold Fusion around the time it was bought by Adobe. I started concentrating on learning PHP. Now my local college is recruiting me to teach a beginning class in CF. Has it changed dramatically in the last several years?

    Listen to Adam Lehman, the ColdFusion Product Manager at Adobe. He talks about the changes in recent years, and what motivated them.

    Inspiring
    December 14, 2011

    I find it odd that you were not able to find anything on Google which answers this question, but... oh well.

    The enhancements, version by version, are summarised here:

    http://en.wikipedia.org/wiki/Coldfusion

    Performance was dramatically improved between 6->6.1 (however 6.0 was not fit for release in my view, so 6.1 just got it up to minimum expectations of a product describing itself as "version 6") and 7->8.  It was also improved between 8->9, but in more targetted areads (CFC instantiation).  Cf8 was a dramatic improvement over CFMX7.

    That said, I don't think the Java-based implementation of CF caught up with CF5's speed until CF8, so you'd probably not see much improvement there, other than the fact all the kit running it these days would be orders of magnitude faster now too, so intrinsically it'll seem quicker.

    --

    Adam

    Inspiring
    December 13, 2011

    Some of the big changes I noticed since I started with version 4.5 are:

    Query of Queries - version 5

    User Defined Functions - version 5

    Components - version 6

    cfdocument - can't remember the version

    cfthread - version 8 or 9

    Owainnorth
    Inspiring
    December 14, 2011

    To be honest I'd just read the "ColdFusion functions" and "ColdFusion tags" sections of the CF9 docs. Won't take you an hour and you'll be able to see for yourself the new functionality that interests you personally.

    Inspiring
    December 13, 2011
    Community Expert
    December 13, 2011

    The basic syntax hasn't changed that much, but there are a lot of new features which bring along additional syntax.

    Dave Watts, CTO, Fig Leaf Software

    Dave Watts, Eidolon LLC
    12Robots
    Participating Frequently
    December 13, 2011

    One could argue that the syntax has changed a lot if you prefer script style syntax since the CFScript implementation has improved greatly.

    Where ColdFusion has changed greatly, as Dave said, is in the available features. A LOT has been added and improved since CF7. It's performance has improved greatly as well.

    I'll also point out that one place it has also changed is in its spelling (since CF5, I believe). ColdFusion is one word, capital C and captial F, no space between the words. If you're going to teach it, you should spell it right

    Jason