Dave,

Are you saying that you are using Application.cfc to serve up your
headers like folks used to do in the past? I am trying to understand
how you would use Application.cfc for serving up your interfaces.

-Aaron

On 4/24/07, Dave Watts <[EMAIL PROTECTED]> wrote:
> Is anyone extending Application.cfc? I never thought of that before.

It's a fairly common practice in my experience. There are a few reasons why
I might do it myself within an application. For example, I might want to
present HTML and SOAP interfaces, and use the OnRequest event handler for
the HTML interface but not the SOAP one. To put that together easily, I
could use a core Application.cfc below the webroot, then extend that for
each interface as appropriate.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/


You are subscribed to cfcdev. To unsubscribe, please follow the instructions at 
http://www.cfczone.org/listserv.cfm

CFCDev is supported by:
Katapult Media, Inc.
We are cool code geeks looking for fun projects to rock!
www.katapultmedia.com

An archive of the CFCDev list is available at 
www.mail-archive.com/cfcdev@cfczone.org

Reply via email to