<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Anatomy of the Application.cfc in ColdFusion 8</title>
	<atom:link href="http://www.simonwhatley.co.uk/anatomy-of-the-applicationcfc-in-coldfusion-8/feed" rel="self" type="application/rss+xml" />
	<link>http://www.simonwhatley.co.uk/anatomy-of-the-applicationcfc-in-coldfusion-8</link>
	<description>The opposite of every great idea is another great idea</description>
	<lastBuildDate>Tue, 24 Jan 2012 10:54:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Migrating from application.cfm to Application.cfc &#171; Bollox and Bytes</title>
		<link>http://www.simonwhatley.co.uk/anatomy-of-the-applicationcfc-in-coldfusion-8/comment-page-1#comment-578</link>
		<dc:creator>Migrating from application.cfm to Application.cfc &#171; Bollox and Bytes</dc:creator>
		<pubDate>Mon, 01 Nov 2010 19:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=414#comment-578</guid>
		<description>[...] with varying implementations of authentication and session handling, so I had to tread carefully. http://www.simonwhatley.co.uk/anatomy-of-the-applicationcfc-in-coldfusion-8 [...]</description>
		<content:encoded><![CDATA[<p>[...] with varying implementations of authentication and session handling, so I had to tread carefully. <a href="http://www.simonwhatley.co.uk/anatomy-of-the-applicationcfc-in-coldfusion-8" rel="nofollow">http://www.simonwhatley.co.uk/anatomy-of-the-applicationcfc-in-coldfusion-8</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lewis Billingsley</title>
		<link>http://www.simonwhatley.co.uk/anatomy-of-the-applicationcfc-in-coldfusion-8/comment-page-1#comment-258</link>
		<dc:creator>Lewis Billingsley</dc:creator>
		<pubDate>Thu, 06 Aug 2009 19:32:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=414#comment-258</guid>
		<description>Is AppScope a reserved word?  I&#039;m confused.  I&#039;ve read about creating a &lt;cfarguement name=&quot;appScope&quot; variable for both onSessionEnd and onApplicationEnd (or maybe it was onApplicationStart ).   In another place, I saw applicationScope used.  And, somewhere I saw my question answered, with something like &quot;it&#039;s about positioning.&quot;  What&#039;s up with this?

Thanks Much,
Lewis Billingsley</description>
		<content:encoded><![CDATA[<p>Is AppScope a reserved word?  I&#8217;m confused.  I&#8217;ve read about creating a &lt;cfarguement name=&quot;appScope&quot; variable for both onSessionEnd and onApplicationEnd (or maybe it was onApplicationStart ).   In another place, I saw applicationScope used.  And, somewhere I saw my question answered, with something like &quot;it&#039;s about positioning.&quot;  What&#039;s up with this?</p>
<p>Thanks Much,<br />
Lewis Billingsley</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Reinbold</title>
		<link>http://www.simonwhatley.co.uk/anatomy-of-the-applicationcfc-in-coldfusion-8/comment-page-1#comment-257</link>
		<dc:creator>Matthew Reinbold</dc:creator>
		<pubDate>Fri, 17 Jul 2009 19:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=414#comment-257</guid>
		<description>A note about your second OnRequestStart method (with the call to OnApplicationStart) - I get an error when I set a returntype=&quot;void&quot; and then attempt to return true. The error says:

 	 &quot;Void functions must not return any values. &quot;

Not a big deal. Just seems to be a little typo.</description>
		<content:encoded><![CDATA[<p>A note about your second OnRequestStart method (with the call to OnApplicationStart) &#8211; I get an error when I set a returntype=&#8221;void&#8221; and then attempt to return true. The error says:</p>
<p> 	 &#8220;Void functions must not return any values. &#8221;</p>
<p>Not a big deal. Just seems to be a little typo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://www.simonwhatley.co.uk/anatomy-of-the-applicationcfc-in-coldfusion-8/comment-page-1#comment-256</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Fri, 19 Jun 2009 14:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=414#comment-256</guid>
		<description>Simon,

What are the implications of forcing a onApplicationStart() on current threads/processing that may be occurring at the sametime? Will the processing/data be dumped midway?</description>
		<content:encoded><![CDATA[<p>Simon,</p>
<p>What are the implications of forcing a onApplicationStart() on current threads/processing that may be occurring at the sametime? Will the processing/data be dumped midway?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://www.simonwhatley.co.uk/anatomy-of-the-applicationcfc-in-coldfusion-8/comment-page-1#comment-255</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Wed, 18 Mar 2009 22:24:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=414#comment-255</guid>
		<description>@Simon: I am in a shared hosting environment, probably with sandbox security on, using CF 8 (not 8.0.1 though) and onError method just doesn&#039;t work. Any error generated by the application shows standard CF error page with the following text:

&quot; java method security exception.
A security exception occurred while invoking java method on a &quot;java.lang.Class&quot; object. MethodName is getName. Possible cause: createobject function and cfobject tag are disabled in the security sandbox or you are trying to create a class in the coldfusion package and that is disabled. &quot;

It has nothing to do with createObject or cfobject, any error generated even by a simple cfm page shows the same info.

Trying to dump Arguments scope of the onError function I receive 2-element struct with &quot;exception&quot; key filled with strange &quot;[undefined struct element]&quot;.

I&#039;d appreciate your opinion, is it some sandbox strange behavior, or just have to change my hosting provider?</description>
		<content:encoded><![CDATA[<p>@Simon: I am in a shared hosting environment, probably with sandbox security on, using CF 8 (not 8.0.1 though) and onError method just doesn&#8217;t work. Any error generated by the application shows standard CF error page with the following text:</p>
<p>&#8221; java method security exception.<br />
A security exception occurred while invoking java method on a &#8220;java.lang.Class&#8221; object. MethodName is getName. Possible cause: createobject function and cfobject tag are disabled in the security sandbox or you are trying to create a class in the coldfusion package and that is disabled. &#8221;</p>
<p>It has nothing to do with createObject or cfobject, any error generated even by a simple cfm page shows the same info.</p>
<p>Trying to dump Arguments scope of the onError function I receive 2-element struct with &#8220;exception&#8221; key filled with strange &#8220;[undefined struct element]&#8220;.</p>
<p>I&#8217;d appreciate your opinion, is it some sandbox strange behavior, or just have to change my hosting provider?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.simonwhatley.co.uk/anatomy-of-the-applicationcfc-in-coldfusion-8/comment-page-1#comment-254</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Wed, 14 Jan 2009 09:10:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=414#comment-254</guid>
		<description>@phillip it really depends upon what you want the onError function to do. If you want it to stop page processing when an error occurs, then a cfabort is fine, otherwise it is perfectly OK to remove it.</description>
		<content:encoded><![CDATA[<p>@phillip it really depends upon what you want the onError function to do. If you want it to stop page processing when an error occurs, then a cfabort is fine, otherwise it is perfectly OK to remove it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phillip Senn</title>
		<link>http://www.simonwhatley.co.uk/anatomy-of-the-applicationcfc-in-coldfusion-8/comment-page-1#comment-253</link>
		<dc:creator>Phillip Senn</dc:creator>
		<pubDate>Tue, 13 Jan 2009 20:56:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=414#comment-253</guid>
		<description>&lt;cfabort&gt;?</description>
		<content:encoded><![CDATA[<p>&lt;cfabort&gt;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phillip Senn</title>
		<link>http://www.simonwhatley.co.uk/anatomy-of-the-applicationcfc-in-coldfusion-8/comment-page-1#comment-252</link>
		<dc:creator>Phillip Senn</dc:creator>
		<pubDate>Tue, 13 Jan 2009 20:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=414#comment-252</guid>
		<description>Wow Simon, thanks!
Q: Should your onError function have a ?</description>
		<content:encoded><![CDATA[<p>Wow Simon, thanks!<br />
Q: Should your onError function have a ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Larry Buta</title>
		<link>http://www.simonwhatley.co.uk/anatomy-of-the-applicationcfc-in-coldfusion-8/comment-page-1#comment-251</link>
		<dc:creator>Larry Buta</dc:creator>
		<pubDate>Thu, 08 Jan 2009 19:23:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=414#comment-251</guid>
		<description>Good explanation of the properties and methods available in Application.cfc and how to use them...am studying for the cf8 certification and this is a good resource...</description>
		<content:encoded><![CDATA[<p>Good explanation of the properties and methods available in Application.cfc and how to use them&#8230;am studying for the cf8 certification and this is a good resource&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Causer</title>
		<link>http://www.simonwhatley.co.uk/anatomy-of-the-applicationcfc-in-coldfusion-8/comment-page-1#comment-250</link>
		<dc:creator>Mike Causer</dc:creator>
		<pubDate>Sun, 04 Jan 2009 08:36:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=414#comment-250</guid>
		<description>For more information, check out Application.CFC reference on ColdFusion 8 livedocs:
http://livedocs.adobe.com/coldfusion/8/htmldocs/AppEvents_01.html

...and the Method Summary:
http://livedocs.adobe.com/coldfusion/8/htmldocs/AppEvents_03.html#1190269</description>
		<content:encoded><![CDATA[<p>For more information, check out Application.CFC reference on ColdFusion 8 livedocs:<br />
<a href="http://livedocs.adobe.com/coldfusion/8/htmldocs/AppEvents_01.html" rel="nofollow">http://livedocs.adobe.com/coldfusion/8/htmldocs/AppEvents_01.html</a></p>
<p>&#8230;and the Method Summary:<br />
<a href="http://livedocs.adobe.com/coldfusion/8/htmldocs/AppEvents_03.html#1190269" rel="nofollow">http://livedocs.adobe.com/coldfusion/8/htmldocs/AppEvents_03.html#1190269</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.359 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-12 04:57:34 -->
<!-- Compression = gzip -->
