<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
	<title>CompoundTheory</title>
	<link>http://www.compoundtheory.com</link>
	<description>Mark Mandel is a software developer in Melbourne Australia that spends most of his working day developing in ColdFusion and Java on Oracle databases.</description>
	<language>en-us</language>
	
	<lastBuildDate>Mon, 26 Mar 2012 20:34:59 GMT</lastBuildDate>
	
	
		<item>
			<title><![CDATA[ ColdFusion 10 and Closures: The Sesame Library ]]></title>
			<link>http://www.compoundtheory.com/?action=displayPost&amp;ID=550</link>
			<description><![CDATA[ Writing my presentation for cf.Objective(), Getting closure on Closures, I found I was writing a few common utility functions for use with Closures to use and show in my talk, and as general utilities for coding.I wanted to bundle these functions into a project, and put it on Github so that we could all share various utility functions that would be useful now that ColdFusion has got Closures avail... ]]></description>
			
				<category domain="http://www.compoundtheory.com/?action=displayCategory&amp;ID=2">ColdFusion</category>
			
			<guid isPermaLink="true">http://www.compoundtheory.com/?action=displayPost&amp;ID=550</guid>
			<pubDate>Mon, 26 Mar 2012 20:34:59 GMT</pubDate>
		</item>
	
		<item>
			<title><![CDATA[ JavaLoader 1.1, and a Move to GitHub ]]></title>
			<link>http://www.compoundtheory.com/?action=displayPost&amp;ID=549</link>
			<description><![CDATA[ A couple of new items in this release of JavaLoader:	A few bug fixes in the NetworkClassLoader that allowed the Tika library to work.	A new function for switching out the ThreadContextClassLoader.The new function, swithThreadContextClassLoader() is useful as it is often required when dealing with libraries, such as dom4j, that use the ClassLoader to define singletons or search for implementing cla... ]]></description>
			
				<category domain="http://www.compoundtheory.com/?action=displayCategory&amp;ID=2">ColdFusion</category>
			
				<category domain="http://www.compoundtheory.com/?action=displayCategory&amp;ID=5">Java</category>
			
				<category domain="http://www.compoundtheory.com/?action=displayCategory&amp;ID=22">JavaLoader</category>
			
			<guid isPermaLink="true">http://www.compoundtheory.com/?action=displayPost&amp;ID=549</guid>
			<pubDate>Thu, 16 Feb 2012 23:06:37 GMT</pubDate>
		</item>
	
		<item>
			<title><![CDATA[ Speaking at cf.Objective() 2012! ]]></title>
			<link>http://www.compoundtheory.com/?action=displayPost&amp;ID=548</link>
			<description><![CDATA[ I&amp;#39;m delighted to say that I&amp;#39;m speaking at cf.Objective()  again this year!I&amp;#39;ve got three sessions I&amp;#39;m presenting this year, two of which on my own, and one in which I&amp;#39;m paired with with Luis Majano.I&amp;#39;ll be talking about:A/B Testing with SquabbleIn which I extol the virtue of A/B testing, and why you should be doing it in your business, and introduce people to the A/B testin... ]]></description>
			
				<category domain="http://www.compoundtheory.com/?action=displayCategory&amp;ID=2">ColdFusion</category>
			
				<category domain="http://www.compoundtheory.com/?action=displayCategory&amp;ID=67">ColdSpring</category>
			
				<category domain="http://www.compoundtheory.com/?action=displayCategory&amp;ID=92">Squabble</category>
			
				<category domain="http://www.compoundtheory.com/?action=displayCategory&amp;ID=32">cf.Objective()</category>
			
			<guid isPermaLink="true">http://www.compoundtheory.com/?action=displayPost&amp;ID=548</guid>
			<pubDate>Mon, 16 Jan 2012 21:45:03 GMT</pubDate>
		</item>
	
		<item>
			<title><![CDATA[ Custom Schemas in Coldspring 2 ]]></title>
			<link>http://www.compoundtheory.com/?action=displayPost&amp;ID=547</link>
			<description><![CDATA[ One of the most powerful new features in Coldspring&amp;nbsp;2 is the ability to create custom xml schemas thatcan be used within your XML configuration.Rather than go into the details of how to write and configure custom schemas, here is an example of one that comesbundled with CS2 out of the box.In Coldspring 1.x, if you ever wanted to create a standalone structure inside your XML configuration, you... ]]></description>
			
				<category domain="http://www.compoundtheory.com/?action=displayCategory&amp;ID=2">ColdFusion</category>
			
				<category domain="http://www.compoundtheory.com/?action=displayCategory&amp;ID=67">ColdSpring</category>
			
			<guid isPermaLink="true">http://www.compoundtheory.com/?action=displayPost&amp;ID=547</guid>
			<pubDate>Mon, 19 Dec 2011 08:41:33 GMT</pubDate>
		</item>
	
		<item>
			<title><![CDATA[ ColdSpring 2 is available on GitHub ]]></title>
			<link>http://www.compoundtheory.com/?action=displayPost&amp;ID=543</link>
			<description><![CDATA[ This is something I did a while ago, but for whatever reason, totally forgot to announce publicly.Thanks to the power of distributed version control, there is a copy of the Git repository for ColdSpring 2 on Sourceforge, as well as one on GitHub.It goes without saying that GitHub really is the best place for Open Source projects to manage and allow for collaboration with other developers, so it ma... ]]></description>
			
				<category domain="http://www.compoundtheory.com/?action=displayCategory&amp;ID=2">ColdFusion</category>
			
				<category domain="http://www.compoundtheory.com/?action=displayCategory&amp;ID=67">ColdSpring</category>
			
				<category domain="http://www.compoundtheory.com/?action=displayCategory&amp;ID=77">Git</category>
			
			<guid isPermaLink="true">http://www.compoundtheory.com/?action=displayPost&amp;ID=543</guid>
			<pubDate>Thu, 08 Dec 2011 21:30:44 GMT</pubDate>
		</item>
	
		<item>
			<title><![CDATA[ ColdDoc 1.0 Release (and a move to GitHub) ]]></title>
			<link>http://www.compoundtheory.com/?action=displayPost&amp;ID=542</link>
			<description><![CDATA[ ColdDoc is one of those projects I don&amp;rsquo;t work without these days. No matter the project, I&amp;rsquo;ve always got a stack of CFCs in it, and I need a way to document what objects I have, and what methods they have on them. A great example being the ColdSpring 2 project.&amp;nbsp; I&amp;rsquo;ve got my local Jenkins install hooked up to generate the ColdDoc documentation on each run, and I usually run i... ]]></description>
			
				<category domain="http://www.compoundtheory.com/?action=displayCategory&amp;ID=2">ColdFusion</category>
			
				<category domain="http://www.compoundtheory.com/?action=displayCategory&amp;ID=52">ColdDoc</category>
			
			<guid isPermaLink="true">http://www.compoundtheory.com/?action=displayPost&amp;ID=542</guid>
			<pubDate>Wed, 07 Dec 2011 00:19:41 GMT</pubDate>
		</item>
	
		<item>
			<title><![CDATA[ ColdSpring 2 Documentation Competition - Win a Copy of CFBuilder! ]]></title>
			<link>http://www.compoundtheory.com/?action=displayPost&amp;ID=538</link>
			<description><![CDATA[ With the rewrite of ColdSpring , a whole load of documentation also needed to be ported, and in some cases, actually written for the first time, for existing functionality as well as new functionality.Unfortunately it became a real sticking point with getting a release of ColdSpring 2 out of the door.While the documentation  isn&amp;rsquo;t quite complete, there is enough there to get people started, ... ]]></description>
			
				<category domain="http://www.compoundtheory.com/?action=displayCategory&amp;ID=2">ColdFusion</category>
			
				<category domain="http://www.compoundtheory.com/?action=displayCategory&amp;ID=67">ColdSpring</category>
			
			<guid isPermaLink="true">http://www.compoundtheory.com/?action=displayPost&amp;ID=538</guid>
			<pubDate>Tue, 25 Oct 2011 01:38:50 GMT</pubDate>
		</item>
	
		<item>
			<title><![CDATA[ ColdSpring 2 Alpha 1 Released ]]></title>
			<link>http://www.compoundtheory.com/?action=displayPost&amp;ID=537</link>
			<description><![CDATA[ After a long 2 years of development, ColdSpring 2, Alpha 1 is ready for release!It&amp;rsquo;s been a long road getting here, but with the rewrite of ColdSpring, means that ColdSpring 2 comes with a stack of new functionality that should help you out with all your dependency injection needs, and then some!!!To give you a quick overview of some of the major new functionality that comes with ColdSpring ... ]]></description>
			
				<category domain="http://www.compoundtheory.com/?action=displayCategory&amp;ID=2">ColdFusion</category>
			
				<category domain="http://www.compoundtheory.com/?action=displayCategory&amp;ID=67">ColdSpring</category>
			
			<guid isPermaLink="true">http://www.compoundtheory.com/?action=displayPost&amp;ID=537</guid>
			<pubDate>Tue, 25 Oct 2011 01:35:26 GMT</pubDate>
		</item>
	
		<item>
			<title><![CDATA[ How I Configure ColdFusion ORM and Why ]]></title>
			<link>http://www.compoundtheory.com/?action=displayPost&amp;ID=532</link>
			<description><![CDATA[ I&amp;rsquo;ve been reading quite a few mailing list posts on ColdFusion based ORM, and I find that I&amp;rsquo;m seeing a lot of repeats on what configuration settings people are generally using when setting up ORM in their Applicaiton.cfc, and why they should use certain settings.I figured it would be useful if I wrote down how I like to have my base configuration of my Application.cfc in regards to ORM... ]]></description>
			
				<category domain="http://www.compoundtheory.com/?action=displayCategory&amp;ID=2">ColdFusion</category>
			
				<category domain="http://www.compoundtheory.com/?action=displayCategory&amp;ID=72">Hibernate</category>
			
			<guid isPermaLink="true">http://www.compoundtheory.com/?action=displayPost&amp;ID=532</guid>
			<pubDate>Tue, 11 Oct 2011 20:54:59 GMT</pubDate>
		</item>
	
		<item>
			<title><![CDATA[ Using ColdFusion Frameworks for Application Development - Recording ]]></title>
			<link>http://www.compoundtheory.com/?action=displayPost&amp;ID=527</link>
			<description><![CDATA[ If you managed to miss my talk on Using ColdFusion Frameworks for Application Development, you can catch the recording here. I really enjoyed giving this talk, but it wasn&amp;#39;t until I was well into the talk that I realised how much there was to cover (didn&amp;#39;t feel like that much during practice!). I&amp;#39;m sure I missed several of people&amp;#39;s favourite frameworks, but I attempted to cover the... ]]></description>
			
				<category domain="http://www.compoundtheory.com/?action=displayCategory&amp;ID=2">ColdFusion</category>
			
			<guid isPermaLink="true">http://www.compoundtheory.com/?action=displayPost&amp;ID=527</guid>
			<pubDate>Tue, 27 Sep 2011 23:28:25 GMT</pubDate>
		</item>
	
</channel>
</rss>

