90 likes | 106 Views
Explore the necessity of MVC separation, teamwork, and the drawbacks of XML languages and core files in web frameworks. Learn about the powerful potential of CFCs in managing web app development.
E N D
CFCs ARE the Framework Steve Nelson Webapper Services, LLC November 2006
The Rise of Frameworks • In the beginning there was Fusebox…
Then Came… • Mach-ii • Model-Glue • Farcry • ColdSpring • Plenty of others
Are Frameworks Necessary? • Absolutely!
I LIKE: MVC Separation • View – Visual ‘stuff’ • Model – Action ‘stuff’ • Controller – Connect Visual and Action together
I LIKE: Teamwork • Multiple developers in a team • Separation of work
I Dislike: New XML Languages • Fusebox 4&5 uses XML • Mach-ii uses XML • Model Glue uses XML • Coldspring uses XML
I Dislike: Core Files • Overhead • Relying on other people’s code
What about CFCs? • Are CFCs powerful enough to manage themselves? • Let’s find out