As part of my “Introduction to MVC in ColdFusion” presentation that I’ve given at CF Summit 2016 and NCDevCon 2017, I have a sample application written three ways: In procedural style (all CFMs), As a FW/1 MVC application, and As a ColdBox MVC application. This might be a useful reference for folks contemplating starting to write applications in MVC or migrating existing apps to MVC. Here’s the repo on GitHub (along with the presentation slide deck): https://github.com/cfvonner/Intro-to-MVC-ColdFusion
Comments: