- Anatomy of the Application.cfc in ColdFusion 8
-
Tuesday, 18th March 2008
With the release of ColdFusion MX 7 came the introduction of the Application.cfc ColdFusion component. This component replaced the traditional Application.cfm and OnRequestEnd.cfm ColdFusion application templates. Furthermore, if Application.cfc is present, both of these templates are ignored by the application.
In addition to replacing the Application.cfm, the Application.cfc introduced a number of built in methods that handle specific events. These events, as discussed in detail below, allow for a greater control over events within the application.
Tags: Adobe, Adobe ColdFusion, application, CFC, CGI, ColdFusion, ColdFusion Component, cross-site, Framework, HTTP, Java, JSON, onApplicationEnd, onApplicationStart, onError, onMissingTemplate, onRequest, onRequestEnd, onRequestStart, onSessionEnd, onSessionStart, request, scopes, session, this, www.domain.com
- Application-Based Paths in ColdFusion
-
Friday, 14th March 2008
The THIS scope in the Application.cfc contains several built-in variables that allow you to set the properties of the application; the name, session management etc. With the release ColdFusion 8 comes the introduction of application-based pathing in the form of the THIS.mappings and THIS.customTagPaths variables.
Tags: administrator, Adobe, application, Application.cfc, ColdFusion, ColdFusion Administrator, out-of-the-box, out-of-the-box applications, pathing, scope, shared hosting, this