• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

TeraTech

The ColdFusion Experts: Develop | Secure | Optimize

  • Services
    • Consulting
    • Crash
    • Development
    • Maintenance
    • Modernization
    • Security
  • About Us
  • Testimonials
  • Free Assessment
  • Get in touch!

  • Services
    • Consulting
    • Crash
    • Development
    • Maintenance
    • Modernization
    • Security
  • About Us
  • Testimonials
  • Free Assessment
  • Get in touch!

088 CFWheels (A ColdFusion Framework for the REST of us) with Tom King and David Belanger

February 25, 2019 By Michaela Light Leave a Comment

David Belanger and Tom King talk about “CFWheels (A ColdFusion Framework for the REST of us)” in this episode of the CF Alive Podcast, with host Michaela Light.

“… So, if you had to compare these four frameworks to personalities of animals you know what would you say to them kind of roughly felt like to you?”

Contents

  • Show notes
  • What is CFWheels?
  • Team
  • Why is it a framework for the REST of us?
  • How different is CFWheels from ColdBox or FW/1 or Fusebox? (They are all MVC frameworks)
  • Why use a framework at all?
  • Why not use a homegrown framework?
  • RESTful routing
  • Fads in IT
    • Own ORM (Active Record Style)
    • Lots of stuff Built-in
    • Plugins – ForgeBox
    • Future – next release 2.1
    • Form helpers
    • Small but Friendly community
    • Google mailing list for help
  • Why are you proud to use CF?
  • WWIT to make CF more alive this year?
  • What are you looking forward to at Into The Box?
  • Mentioned in this episode
  • Listen to the Audio
  • Bios
    • Tom King
    • Links
    • David Belanger
    • Links
  • Episode transcript
    • Read more

Show notes

What is CFWheels?

  • MVC framework inspired by the Ruby on Rails (RoR) framework
  • CFWheels is an open source CFML (ColdFusion Markup Language) framework inspired by Ruby on Rails that provides fast application development, a great organization system for your code, and is just plain fun to use.

Team

  • 4 wheels – Andy Bellenie, Adam Chapman, Tom King, David Belanger

Why is it a framework for the REST of us?

  • Hybrid development style – pop on legacy code into a View module and it will just work (then refactor later)
  • Convention over configuration
    • No XML config file – but do have config files with cfscript that set CFWheels variables
  • Streamlined ORM, but can add in SQL queries when you want to
  • Inspired by RoR with over 10 years of development (first commit 2006!)
    • Rails is an inspiration and not a rule of law, but a useful reference: i.e, routing
  • Friendly framework
    • Great for those who might have tried other frameworks and found them overwhelming
    • Convention over Configuration
    • Good for beginners
  • Lots of user-friendly documentation

How different is CFWheels from ColdBox or FW/1 or Fusebox? (They are all MVC frameworks)

  • What animal does each framework remind you of?
    • ColdBox = Friendly Tiger who does everything
    • FW/1  = Fast bird, who gets in an out fast, lightweight
    • Fusebox = Neglected dinosaur, powerful but has not been maintained recently
    • CFWheels = Horse – just get on and ride

Why use a framework at all?

  • See the first page of the CFWheels docs https://guides.cfwheels.org/
  • Team and maintenance faster

Why not use a homegrown framework?

  • Easier to pass code base on to other developers
  • Especially for open source projects
  • You benefit from other people fixing bugs in the framework

RESTful routing

  • https://guides.cfwheels.org/cfwheels-guides/handling-requests-with-controllers/routing
  • Resource-based routing
  • Can easily just turn your app into an API eg to an Angular front end
  • Microservices? Not so much
    • Single framework with plugins

Fads in IT

Own ORM (Active Record Style)

  • Dynamic Finders, i.e findOneByEmail
  • Model Validation
  • Own ORM so independent of CF engine ORM changes

Lots of stuff Built-in

  • Database Migrations / MySQL MSSQL Postgres
  • Documentation / automatic developer documentation
  • Test Suite based on RocketUnit
  • Commandbox based CLI
  • CORS handling (Cross-Origin Resource Sharing)
    • CFWheels 2.1 feature
  • Protect from CSRF (Cross-Site Request Forgery)
  • Flash handling
    • The Flash is just a struct in the session or cookie scope with some added functionality. It is cleared at the end of the next page that the user views. This means that it's a good fit for storing messages or variables temporarily from one request to the next.
    • Nothing to do with Adobe Flash player!

Plugins – ForgeBox

Future – next release 2.1

  • Bug fixes
  • Faster startup
  • CORS functionality
  • 2.x Moved code to cfscript (from CF tags)

Form helpers

Small but Friendly community

  • Google mailing list for help

  • CFML slack channel #CFWheels room
  • Blog
  • Github
  • Twitter
  • You
  • Outreach? Mostly word of mouth currently

Why are you proud to use CF?

  • It always works!
  • Fast to develop

WWIT to make CF more alive this year?

  • Support Lucee
    • PHP beater
    • And in the cloud
  • More blogs and education
  • Talk it up in your proposals
  • Education – talk to teachers who are teaching the classes
    • Or teach CF at schools or universities yourself
  • More open source apps

What are you looking forward to at Into The Box?

  • Passionate
  • Fun

Mentioned in this episode

  • CFWheels
  • ColdBox
  • FW/1
  • Fusebox
  • State of the CF Union survey 
  • Into The Box conference

Listen to the Audio

Bios

Tom King

Tom is a freelance full-stack web developer and has been working with CFML since 2001, and with CFWheels since version 1.1.3. He joined the core team in 2014 and spoke on CFWheels 2.0 at CFCamp 2016. He has created everything from custom CMS systems to eLearning platforms with CFWheels, mainly for the Oxford Internet Institute and the Oxford Martin School, both at the University of Oxford. Alongside his freelance work, he's also CTO of a new startup, Kinherit LTD, which works in the area of end-of-life planning (wills and probate etc). When not coding, Tom will usually be found behind a set of drums, or hidden deep in a wine cellar.

Links

  • Website
  • CFWheels
  • Twitter

David Belanger

David is a Canadian ColdFusion developer who lives in Argentina with his wife and 4 extremely active children. He's been with CF since version 4.5 and was briefly the only reseller of CF in Argentina before Adobe acquired Macromedia. He's dedicated full-time to CF development on several new and legacy projects as well as a strong CF advocate and a current member of the CFWheels Core Team.

He currently works full-time “creating things that matter” at Intoria Internet Architects, a web development company based in Calgary, Alberta, Canada

Links

  • Twitter
  • Website
  • Main site 
  • GitHub 
  • Google Groups 
  • Slack Channel 
  • Facebook 
  • Twitter 
  • LinkedIn 

Episode transcript

Michaela Light 0:01
Welcome back to the show I'm here with David Ballenger and Tom King and we're going to be talking about CF wheels a cold fusion framework for the rest of us and we'll look at what CF wheels is and what's coming up in the new release of CF wheels and some really cool things you can do with restful routing and the CRM that's built into it and lots of other cool stuff so welcome Tom and David and if case you don't know them that two of the four wheels on the CF wheels team I guess you could call it a CF wheels bus so to speak and Tom has been doing cold fusion since 2001 and he he joined see if we'll switch from one what a while ago

and he even spoke on it and see if camp few years back so three years ago now so

and then.

David He is our Canadian ColdFusion connection

currently living in Argentina so he's very international and he's been doing cold fusion since version four or five which is a long while ago so and helps get cold fusion more exciting in Argentina and Latin America. So

welcome David and Tom

Both 1:29
Thank you having us

Michaela Light 1:30
yeah so I guess the the elephant in the room is for those people who haven't UCF wheels and I know from our cold fusion developer survey the State of the Union survey not everyone uses CF wheels the maybe people wondering what what is CF wheels I obviously has something to do with ColdFusion but but what is i

Both 1:54
was just you can just go ahead

Tom King 1:56
Well…

Tom King 2:00
In short,

it's an MVC based framework. And it was inspired somewhat by Ruby on Rails. And it's got about let's go over 10 years worth of development in it. And

the idea was to have a really successful framework where we got inspired by the Ruby on Rails concepts and translated them as Seth, I think, David, you know, a bit more about some of the sort of history side of it, don't you?

Read more

 

And to continue learning how to make your ColdFusion apps more modern and alive, I encourage you to download our free ColdFusion Alive Best Practices Checklist.

Because… perhaps you are responsible for a mission-critical or revenue-generating CF application that you don’t trust 100%, where implementing new features is a painful ad-hoc process with slow turnaround even for simple requests.

What if you have no contingency plan for a sudden developer departure or a server outage? Perhaps every time a new freelancer works on your site, something breaks. Or your application availability, security, and reliability are poor.

And if you are depending on ColdFusion for your job, then you can’t afford to let your CF development methods die on the vine.

You’re making a high-stakes bet that everything is going to be OK using the same old app creation ways in that one language — forever.

All it would take is for your fellow CF developer to quit or for your CIO to decide to leave the (falsely) perceived sinking ship of CFML and you could lose everything—your project, your hard-won CF skills, and possibly even your job.

Luckily, there are a number of simple, logical steps you can take now to protect yourself from these obvious risks.

No Brainer ColdFusion Best Practices to Ensure You Thrive No Matter What Happens Next

ColdFusion Alive Best Practices Checklist

ColdFusion Alive Best Practices Checklist

Modern ColdFusion development best practices that reduce stress, inefficiency, project lifecycle costs while simultaneously increasing project velocity and innovation.

√ Easily create a consistent server architecture across development, testing, and production

√ A modern test environment to prevent bugs from spreading

√ Automated continuous integration tools that work well with CF

√ A portable development environment baked into your codebase… for free!

 

Learn about these and many more strategies in our free ColdFusion Alive Best Practices Checklist.

  • Facebook
  • Twitter
  • LinkedIn

Filed Under: CF Alive Podcast

← Previous Post Why is ColdFusion Better Than Other Programming Languages?
Next Post → 088 CFWheels (A ColdFusion Framework for the REST of us) with Tom King and David Belanger- Transcript

Primary Sidebar

Subscribe on iTunes

Popular podcast episodes

  • Revealing ColdFusion 2021 – Rakshith Naresh
  • CF and Angular – Nolan Erck
  • Migrating legacy CFML – Nolan Erck
  • Adobe API manager – Brian Sappey
  • Improve your CFML code – Kai Koenig

CF Alive Best Practices Checklist

Modern ColdFusion development best practices that reduce stress, inefficiency, project lifecycle costs while simultaneously increasing project velocity and innovation.

Get your checklist

Top articles

  • CF Hosting (independent guide)
  • What is Adobe ColdFusion
  • Is Lucee CFML now better than ACF?
  • Is CF dead?
  • Learn CF (comprehensive list of resources)

Recent Posts

  • test page
  • 141 Into The Box 2025 ColdFusion conference (all the details) with Daniel Garcia – Transcript
  • 141 Into The Box 2025 ColdFusion conference (all the details) with Daniel Garcia
  • 107 ColdFusion 2021 Revealing Details on How it was Created with Rakshith Naresh
  • The Legacy Continues: ColdFusion Summit East Conference Edition

Categories

  • Adobe ColdFusion 11 and older
  • Adobe ColdFusion 2018
  • Adobe ColdFusion 2020 Beta
  • Adobe ColdFusion 2021
  • Adobe ColdFusion 2023
  • Adobe ColdFusion 2024
  • Adobe ColdFusion 2025
  • Adobe ColdFusion Developer week
  • Adobe ColdFusion Project Stratus
  • Adobe ColdFusion Summit
  • AWS
  • BoxLang
  • CF Alive
  • CF Alive Podcast
  • CF Camp
  • CF Tags
  • CF Vs. Other Languages
  • CFEclipse
  • CFML
  • CFML Open- Source
  • CFUnited
  • ColdBox
  • ColdFusion and other news
  • ColdFusion Community
  • ColdFusion Conference
  • ColdFusion Consulting
  • ColdFusion Developer
  • ColdFusion Development
  • ColdFusion Hosting
  • ColdFusion Maintenance
  • ColdFusion Performance Tuning
  • ColdFusion Projects
  • ColdFusion Roadmap
  • ColdFusion Security
  • ColdFusion Training
  • ColdFusion's AI
  • CommandBox
  • Docker
  • Fixinator
  • Frameworks
  • Fusebox
  • FusionReactor
  • IntoTheBox Conference
  • Java
  • JavaScript
  • JVM
  • Learn CFML
  • Learn ColdFusion
  • Legacy Code
  • Load Testing
  • Lucee
  • Mindmapping
  • MockBox
  • Modernize ColdFusion
  • Ortus Developer Week
  • Ortus Roadshow
  • Server Crash
  • Server Software
  • Server Tuning
  • SQL
  • Survey
  • Survey results
  • TestBox
  • Transcript
  • Uncategorized
  • Webinar
  • Women in Tech

TeraTech

  • About Us
  • Contact

Services

  • Free assessment
  • Consulting
  • Crash
  • Development
  • Maintenance
  • Modernization
  • Security
  • Case Studies

Resources

  • CF Alive Book
  • CF Alive Podcast
    • Podcast Guest Schedule
  • TeraTech Blog
  • CF Alive resources
  • CF e-course
  • CF best practice checklist

Community

  • CF Alive
  • CF Inner Circle
  • CF Facebook Group

TeraTech Inc
451 Hungerford Drive Suite 119
Rockville, MD 20850

Tel : +1 (301) 424 3903
Fax: +1 (301) 762 8185

Follow us on Facebook Follow us on LinkedIn Follow us on Twitter Follow us on Pinterest Follow us on YouTube



Copyright © 1998–2025 TeraTech Inc. All rights Reserved. Privacy Policy.