Scotch Keynote Day 2

Adam Lehman carried on where Tim left yesterday going into some of the new tags/functionality coming in the "highly anticipated 8th version of ColdFusion"

Below is a brief summary of some of the new features that i've seemed to of missed up to now:

  1. cfstoredproc and cfqueryparam to start supporting caching, AT LAST
  2. cfprint - server side printing. Probably the one reason my company doesn't use it for some internal apps is the lack of this!
  3. nested cftransaction tags
  4. An interesting tags for the ORM's cfdbinfo which introspects the datasource
  5. New Eclipse based debugging (see below)
  6. Coldfusion pluggin for Eclipse(i.e CFEclipse) to be pulled out of Flex (though still offered with it) and to be offered as a separate download for developers including:
    • RDS dataasource browser
    • RDS file system browser
    • Service Browser
    • Flex Application wizard
    • CFC Code generation Wizard
    • Ajax Application wizard
    • Coldfusion log panel
    • Step through debugger!
  7. Remote calls to .net assemblies over http(fast) and TCP/IP(faster)
  8. User based ColdFusion Administration and RDS. No longer is it "one password to rule them all"

Comments (3) Print Send del.icio.us Digg It! Linking Blogs

973 Views | Posted At : June 1, 2007 2:42 AM | Posted By : Andy Jarrett
Related Categories: Conferences

Comments (Comment Moderation is enabled. Your comment will not appear until approved.)

AJ Mercer's Gravatar Wow - just when you thought you have heard about all the new feature - server side printing
niiiiiice
# Posted By AJ Mercer | 6/1/07 10:22 AM
Neil Middleton's Gravatar Hang on....server side printing?

How does that work? What does it do?
# Posted By Neil Middleton | 6/1/07 11:13 AM
Andy J's Gravatar Prints locally (to the server) for hard copy mailing etc. You could use it if you house'd a site internally that created a warranty policy and for reference you want to send a copy of the certificate via Snail Mail. Well, you can get CF to print the certificate at the same time the user submits the form. The company I work for have to send out a huge amount of snail mail and use a system like this attached to an AS400.

I hope I made that clear :o)
# Posted By Andy J | 6/1/07 11:41 AM