100 likes | 217 Vues
Learn about Fusebox, an open-source web application specification and framework for ColdFusion and PHP. Understand the core concepts, request-response process, and how to extend Fusebox with plugins and lexicons. Discover how Fusebox works and its components.
                
                E N D
Fusebox Framework Florencio Almirol
Overview • What is Fusebox? • Concepts • Request-Response Process • Extending Fusebox
What is Fusebox? • Open Souce web application specification and framework for ColdFusion and PHP • MySpace.com • Download ColdFusion app server developer edition at adobe.com • Download core files at fusebox.org
Concepts • Fusebox • Circuits • Fuseactions • Fuses • Exit Fuseactions • Naming conventions
Request-Response Process • Web browser  HTTP Request  • Web server  URL  • CFML app server  • Fusebox core  Parsed fuseaction  • CFML app server  Generated HTML  • Web server  HTTP Response • Web browser
Fusebox Core • fusebox.xml  Fusebox core • circuit.xml  Fusebox core • Fuses  Fusebox core • Plugins  Fusebox core • Parsed fuseaction  Fusebox core
Extending Fusebox • Plugins • Lexicons
Bibliography • fusebox.org • Fusebox 5 & Flip, Jeff Peters