Dreamweaver CFC Bean Generator

I've been using Jon Block's wonderful online CFC generator for a while, but I always secretly hoped that he was going to create a Dreamweaver extension for it. I decided it was going to happen (he's more likely a CFEclipse user ;), so I did a quick google and found the CFC Bean Generator on the Exchange (thanks for posting about it Rob!)

I got it installed, and everything is working wonderfully. I went in and edited the js file to suit my own style a bit more (I don't like using single quotes for attributes, which is what the extension generates) by replacing all single quotes with double quotes, and changing the way variables are initially set. But Adam (the author) is definitely saving me a ton of time, and I can now generate my CFCs at 30,000 feet without having to worry about having any pages saved locally to do it through a browser. I just generated a very compact 300 line CFC in a matter of a minute and a half. Ya just can't beat it...

Posted by Daniel Short on Feb 15, 2006 at 12:00 AM | Categories: ColdFusion - Dreamweaver -

2 Comments

Jon

Jon wrote on 02/25/06 4:38 PM

"Wonderful"?? Cool... thanks! Jon
Daniel Short

Daniel Short wrote on 02/25/06 4:38 PM

You're quite welcome. It's literally saved me hours of work :) Dan