« you say Beta I say VHS, you say HD-DVD I say BlueRay | Main | Sydney folks, win a copy of ColdFusion 8! »

October 17, 2007

Writing AS3.0 code that runs on ColdFusion, I think it would be a great idea

I saw this cool blog post today http://www.barneyb.com/barneyblog/2007/10/16/the-rhino-is-coming-to-fix-cfml/ it's prompted me to request something I have been thinking about for a while now.

Adobe, please bring AS3.0 to the next version of ColdFusion


TrackBack

TrackBack URL for this entry:
http://www.typepad.com/t/trackback/20445/22505776

Listed below are links to weblogs that reference Writing AS3.0 code that runs on ColdFusion, I think it would be a great idea:

Comments

Why ? What problem does it solve ?

Tom, the Rhino "solution" is just a proof-of-concept and I agree it doesn't solve a particular technical problem. That being said, running AS 3 on CF (officially built and supported by Adobe) is interesting though as it would allow to build RIAs end-to-end on Adobe technology using one language instead of 3.5ish (MXML, AS 3, CFML, CFScript).

Maybe Adobe should just expand cfscript so that you can create cfscript component files (.cfs or something)... and allow imports for extra functionality?


Something like... ?

/*** person.cfs ***/

public class mycomponent {

import coldfusion.query.*;

function abc (){

}

}

I remember asking the final panel at WebDU 06 "AS is getting all the prog language love, but CFML/cfscript is crap. What's happening with it from a development language POV" to which I got blank faces. Switching to an AS3 dev model with access to all the CF bits (remoting, datasources, PDF, etc) and having CFML as the templating language would make so much sense.

Post a comment

If you have a TypeKey or TypePad account, please Sign In