<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>Coder&apos;s Revolution - ColdBox</title>
			<link>http://www.codersrevolution.com/index.cfm</link>
			<description>Following RIA&apos;s, Adobe products, and coding in general.</description>
			<language>en-us</language>
			<pubDate>Thu, 02 Sep 2010 17:33:59 -0500</pubDate>
			<lastBuildDate>Thu, 03 Dec 2009 16:58:00 -0500</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>brad@codersrevolution.com</managingEditor>
			<webMaster>brad@codersrevolution.com</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>brad@codersrevolution.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			
			<itunes:explicit>no</itunes:explicit>
			
			
			
			
			
			<item>
				<title>BlogCFC Code Formatting Not Thread Safe (With Example)</title>
				<link>http://www.codersrevolution.com/index.cfm/2009/12/3/BlogCFC-Code-Formatting-Not-Thread-Safe-With-Example</link>
				<description>
				
				I found an interesting little bug in the &lt;a href=&quot;http://blogcfc.riaforge.org/&quot; target=&quot;_new&quot;&gt;BlogCFC&lt;/a&gt; implementation of &lt;a href=&quot;http://coldfish.riaforge.org/&quot; target=&quot;_new&quot;&gt;ColdFISH&lt;/a&gt; today.  ColdFISH is a ColdFusion code formatting component that is instantiated once and cached as a singleton in the application scope in BlogCFC.  The problem is, ColdFISH looks like it wasn&apos;t intended to be used as a singleton.  It makes use of the variables scope to store the Java StringBuffer class it uses to gather up your formatted code as well as a number of other variables used to parse the code it is formatting.  This means when two or more people hit a BlogCFC entry with larger code samples, race conditions exists.
				 [More]
				</description>
						
				
				<category>Object Oriented Design (OOP)</category>				
				
				<category>Performance</category>				
				
				<category>Security</category>				
				
				<category>ColdFusion</category>				
				
				<category>ColdBox</category>				
				
				<pubDate>Thu, 03 Dec 2009 16:58:00 -0500</pubDate>
				<guid>http://www.codersrevolution.com/index.cfm/2009/12/3/BlogCFC-Code-Formatting-Not-Thread-Safe-With-Example</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>MVC Question:  What Should The Controller Pass The View?</title>
				<link>http://www.codersrevolution.com/index.cfm/2009/9/5/MVC-Question--What-Should-The-Controller-Pass-The-View</link>
				<description>
				
				I think the bane of development planning can be those conversations where you personify your framework and start debating about what a service should &quot;know&quot;, whose &quot;job&quot; a particular operation is, or what the handler should &quot;care&quot; about.  This is one of those sort of questions, but I&apos;ll keep it brief since I&apos;m more interested in your opinions than my ramblings.
				 [More]
				</description>
						
				
				<category>Object Oriented Design (OOP)</category>				
				
				<category>MVC</category>				
				
				<category>Ajax</category>				
				
				<category>ColdFusion</category>				
				
				<category>ColdBox</category>				
				
				<category>Flex</category>				
				
				<category>Flash</category>				
				
				<category>IBO</category>				
				
				<category>ActionScript</category>				
				
				<pubDate>Sat, 05 Sep 2009 00:08:00 -0500</pubDate>
				<guid>http://www.codersrevolution.com/index.cfm/2009/9/5/MVC-Question--What-Should-The-Controller-Pass-The-View</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>CFML Advisory Committee Update and ColdBox</title>
				<link>http://www.codersrevolution.com/index.cfm/2009/4/11/CFML-Advisory-Committee-Update-and-ColdBox</link>
				<description>
				
				Just a couple things I wanted to mention... The first is that the &lt;a href=&quot;http://corfield.org/blog/index.cfm/do/blog.entry/entry/The_CFML_Advisory_Committee&quot; target=&quot;_new&quot;&gt;CFML Advisory Committee has been at work&lt;/a&gt; drafting their first version of the CFML language spec.  Also, while looking through &lt;a href=&quot;http://www.opencfml.org&quot; target=&quot;_new&quot;&gt;www.opencfml.org&lt;/a&gt; I noticed they are using &lt;a href=&quot;http://codexwiki.org/&quot; target=&quot;_new&quot;&gt;CodexWiki&lt;/a&gt; which runs on &lt;a href=&quot;http://www.coldboxframework.com/&quot; target=&quot;_new&quot;&gt;ColdBox&lt;/a&gt; which is pretty cool.  Speaking of ColdBox...
				 [More]
				</description>
						
				
				<category>General</category>				
				
				<category>ColdFusion</category>				
				
				<category>ColdBox</category>				
				
				<pubDate>Sat, 11 Apr 2009 00:25:00 -0500</pubDate>
				<guid>http://www.codersrevolution.com/index.cfm/2009/4/11/CFML-Advisory-Committee-Update-and-ColdBox</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Add Your Own Custom Tools To CF Administrator- How Did I Miss This?</title>
				<link>http://www.codersrevolution.com/index.cfm/2009/3/21/Add-Your-Own-Custom-Tools-To-CF-Administrator-How-Did-I-Miss-This</link>
				<description>
				
				This is a really cool feature of ColdFusion 8 that I had totally missed but I stumbled across an &lt;a href=&quot;http://www.coldfusionjedi.com/page.cfm/Guide-to-ColdFusion-Administrator-Extensions&quot; target=&quot;_new&quot;&gt;article on Ray Camden&apos;s blog&lt;/a&gt; today. (Thanks Ray!) Basically, you can modify your ColdFusion Administrator menus to include custom tools of your own choosing.  Several pre-built ones out there including &lt;a href=&quot;http://spoolmail.riaforge.org/&quot; target=&quot;_new&quot;&gt;SpoolMail&lt;/a&gt;, a nifty util to re-copy your undeliverable mail back into the spool folder; and &lt;a href=&quot;http://www.coldfusionjedi.com/index.cfm/2008/6/19/Clearing-individual-filesfolders-from-ColdFusion-templates-cache#c87F2734A-19B9-E658-9D224526A687B850&quot; target=&quot;_new&quot;&gt;Cache Clearer&lt;/a&gt;, an easy way to clear out specific folders of trusted cache.
				 [More]
				</description>
						
				
				<category>Server Administration</category>				
				
				<category>Security</category>				
				
				<category>ColdBox</category>				
				
				<pubDate>Sat, 21 Mar 2009 11:58:00 -0500</pubDate>
				<guid>http://www.codersrevolution.com/index.cfm/2009/3/21/Add-Your-Own-Custom-Tools-To-CF-Administrator-How-Did-I-Miss-This</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>ColdBox 2.6.2 Bug: Log File Paths</title>
				<link>http://www.codersrevolution.com/index.cfm/2009/1/1/ColdBox-262-Bug-Log-File-Paths</link>
				<description>
				
				Here&apos;s a quick note concerning a quirk in the newly released &lt;a href=&quot;http://www.coldboxframework.com/index.cfm/download/main&quot; target=&quot;_new&quot;&gt;ColdBox 2.6.2&lt;/a&gt; that has a small chance at affecting you.  We installed the latest version on our dev server yesterday and upon initializing the framework for the first time were greeted with an odd error while attempting to create the ColdBox logging directory.
				 [More]
				</description>
						
				
				<category>ColdFusion</category>				
				
				<category>ColdBox</category>				
				
				<pubDate>Thu, 01 Jan 2009 00:37:00 -0500</pubDate>
				<guid>http://www.codersrevolution.com/index.cfm/2009/1/1/ColdBox-262-Bug-Log-File-Paths</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>ColdBox 2.6.2 Released</title>
				<link>http://www.codersrevolution.com/index.cfm/2008/12/30/ColdBox-262-Released</link>
				<description>
				
				Last week &lt;a href=&quot;http://www.luismajano.com/&quot; target=&quot;_new&quot;&gt;Luis&lt;/a&gt; announced the release of &lt;a href=&quot;http://www.coldboxframework.com/index.cfm/download/main&quot; target=&quot;_new&quot;&gt;ColdBox 2.6.2&lt;/a&gt;.  They&apos;ve got a pretty impressive list of fixes and enhancements in this release.  The reason I was excited to see it though is because a bug I found was fixed in it.  It&apos;s kind of cool to have had an impact (small as it may be) on a community product.
				 [More]
				</description>
						
				
				<category>ColdFusion</category>				
				
				<category>ColdBox</category>				
				
				<pubDate>Tue, 30 Dec 2008 00:39:00 -0500</pubDate>
				<guid>http://www.codersrevolution.com/index.cfm/2008/12/30/ColdBox-262-Released</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>LightWire, Constructor Injection, And Inheritance</title>
				<link>http://www.codersrevolution.com/index.cfm/2008/11/8/LightWire-Constructor-Injection-And-Inheritance</link>
				<description>
				
				As we push ahead with our app using ColdBox and LightWire, we have been configuring our Dependency Injection as we go.  DI is one of those things I&apos;m pretty certain I see the benefit to, but I&apos;m not sure how sold on it I am.  At this point, we may only have 50 to 60 CFCs so perhaps we&apos;re just not deep enough in to see the real profit yet.  The only real advantage I&apos;ve seen to date is having all of our dependencies spelled out in one configuration file (with the exception of the stuff you are auto-wiring).  Other than that, I don&apos;t know that I have really saved any code.  That being said, I don&apos;t have any circular dependencies, and my dependency levels don&apos;t get much more than 2 or 3 levels deep right now so maybe I just need to be patient.
				 [More]
				</description>
						
				
				<category>Object Oriented Design (OOP)</category>				
				
				<category>LightWire</category>				
				
				<category>ColdFusion</category>				
				
				<category>ColdBox</category>				
				
				<pubDate>Sat, 08 Nov 2008 10:29:00 -0500</pubDate>
				<guid>http://www.codersrevolution.com/index.cfm/2008/11/8/LightWire-Constructor-Injection-And-Inheritance</guid>
				
				
			</item>
			
		 	
			</channel></rss>