Ive heard of other frameworks called Mach-II and Model-Glue. What are they and how do they relate or compare to Fusebox?
Mach-II and Model-Glue are also frameworks for building web-based applications. However, both Mach-II and Model-Glue are completely object-oriented approaches to building ColdFusion applications. Both the framework code and the application code make heavy use of ColdFusion Components (CFCs). It is strongly recommended that before building either a Mach-II or Model-Glue application, a developer have a firm grasp of object-oriented programming. The Fusebox 4 and 5 core files do not require use of CFCs so the framework code is procedural rather than object-oriented. However, it is still possible (and in many ways advantageous) to use CFCs in your Fusebox applications.