[[Dashboard|<< Back to Dashboard]] [[Category:flex-air]] [[Category:proxy]] {| align="right" | __TOC__ |} = ColdBox Request Life Cycles = {{{Messagebox message="Covers up to version 3.5.0" type="info"}}} == Introduction == ColdBox has two modes of operation: MVC and Remote. MVC lifecycle is a normal HTTP request to the application. The Remote requests take place through our [[ColdBoxProxy]] objects to enable remote interfaces like: webservices, flex/AIR integration, Ajax CFC data binding. We have created some awesome looking diagrams so you can follow the lifecycles which are extremely important to a developer in order to understand where they can intercept user requests, inject security, morph requests, etc. == The MVC Request Lifecycle == mvc == The ColdBox Proxy Lifecycle == Please note that the remote execution lifecycle occurs once you execute a [[ColdBoxProxy]]'s '''process()''' method only: mvc