AdobeStock_455007340

Reporting From CFUNITED 2005 – 1

CFUNITED started today here in Bethesda, MD. Tim Buntel and I presented the opening keynote (which has been blogged repeatedly in the past few hours).
Key points were:

  • ColdFusion MX 7 is doing incredibly well (in fact, over 50% of the attendees are already using version 7, that’s phenomenal).
  • ColdFusion MX 7 features lots of goodies that have gone unnoticed (I enumerated several of these).
  • An update to ColdFusion MX 7 (codenamed Merrimack) is in the works (in beta now), it fixes some issues, adds a real Mac OSX installer (that one get lots of spontaneous applause) as well as support for additional Linux flavors, Oracle AS, and WebSphere WAS ND, exposes CFCProxy for invoking CFCs from Java, and more.
  • Following the recent Macromedia Eclipse announcement, we announced plans to work with and support the CFEclipse project.
  • The next major version of ColdFusion is codenamed scorpio, and two keys areas of interest are improved presentation abstractions, and better access to server internals for profiling and troubleshooting, etc.

The best giveaway I’ve seen thus far are little blue M&M’s with CF_EAT on them (handed out by AboutWeb). Too cool! 😉

4 responses to “Reporting From CFUNITED 2005 – 1”

  1. Keith Kolodsick Avatar
    Keith Kolodsick

    Ben … I have heard so much about your scorpion drawing, I was hoping you would have it here. Any chances of seeing your handywork?
    K

  2. Yacoubean Avatar
    Yacoubean

    I saw it at the keynote…trust me. You don’t really want to see it. 😉

  3. Matt Avatar
    Matt

    Speaking of "scorpio", lets improve on the cfscript a little bit. I noticed that in php this is possible:
    <?php
    $test = 1;
    if (test == 1) {
    ?>
    Hello
    <? } ?>
    But the equivalent in cfscript gives an error (Yes I know it is supposed to give an error):
    <cfscript>
    test = 1;
    if (test is 1) {
    </cfscript>
    hello
    <cfscript>
    }
    </cfscript>
    Any chanced that can work like php in the next version Ben?
    -Matt

  4. Ben Forta Avatar
    Ben Forta

    Matt, improving <cfscript> is on the wishlist, it could happen, but … Search gthis blog for cfscript, it’s been discussed and debated lots.

Leave a Reply