Except that if you use those tags, to rewrite the CFML means reimplementing the taglib. ;) You can't just magically rewrite the CFML that uses CFIMAP without having an IMAP implementation, for example. I'm not saying you have to reimplement it from scratch, you could certainly use some existing taglib and tweak it, but you still gotta reimplement that functionality.
cheers, barneyb On 5/18/05, Dave Watts <[EMAIL PROTECTED]> wrote: > > However, using those tags means you can't run that CFML on ColdFusion, > > which as it stands today, is the gold standard for what CFML is. If > > they were in a separate namespace, and just packaged with the BD CFML > > runtime, then you could potentially run your code on ColdFusion, > > either by purchasing a standalone taglib license from NewAtlanta, or > > by reimplementing the tags yourself (or at least the pieces that you > > needed). > > As it stands today, this standalone taglib doesn't exist, so this is a moot > point. Reimplementing the tags by writing your own taglib would be > prohibitively expensive for most people, I think, and the path of less > resistance would be to simply rewrite the CFML to make it conform with CFMX. > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com). CFCDev is supported by New Atlanta, makers of BlueDragon http://www.newatlanta.com/products/bluedragon/index.cfm An archive of the CFCDev list is available at www.mail-archive.com/[email protected]
