<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>Aliaspooryorik Musings - Last 20 posts</title>
		<link>http://www.aliaspooryorik.com/blog/</link>
		<description>The thoughts on web development with ColdFusion and Frameworks of John Whish</description>
		<language>en-gb</language>
		<pubDate>Thu, 02 Sep 2010 20:33:38 GMT</pubDate>
		<lastBuildDate>Thu, 02 Sep 2010 20:33:38 GMT</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<copyright>Copyright 2010 http://www.aliaspooryorik.com/</copyright>
		<ttl>120</ttl>
		
			
			
		<item>
			<title>CF9 ORM blog sample application</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/cf9-orm-blog-sample-application-226</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Hibernate]]></category>
			
			<category><![CDATA[Transfer]]></category>
			
			<description><![CDATA[Mark Mandel wrote an simple blog application to demonstrate how to use Transfer ORM. I thought it would be an interesting exercise to update it to run using the in-built ORM capabilities on ColdFusion 9.]]></description>
			<pubDate>Fri, 31 Jul 2009 15:40:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/226</guid>
		</item>
		
			
			
		<item>
			<title>Transfer ORM snippets</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/transfer-orm-snippets-205</link>
			
			<category><![CDATA[CFEclipse]]></category>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Transfer]]></category>
			
			<description><![CDATA[Just a quick post to say that I&apos;ve added a Transfer ORM library of snippets to www.cfsnippets.org]]></description>
			<pubDate>Tue, 05 May 2009 14:29:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/205</guid>
		</item>
		
			
			
		<item>
			<title>Railo really is fast!</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/railo-really-is-fast--198</link>
			
			<category><![CDATA[Coldbox]]></category>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[ColdFusion on Wheels]]></category>
			
			<category><![CDATA[Coldspring]]></category>
			
			<category><![CDATA[Fusebox]]></category>
			
			<category><![CDATA[Railo]]></category>
			
			<category><![CDATA[Reviews]]></category>
			
			<category><![CDATA[Transfer]]></category>
			
			<description><![CDATA[I&apos;ve had a few hours spare so thought I&apos;d see for myself if Railo is as fast as I&apos;ve heard. Well, after running a few of my own mini applications I can backup the claims.]]></description>
			<pubDate>Thu, 02 Apr 2009 19:52:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/198</guid>
		</item>
		
			
			
		<item>
			<title>manytoone and a onetomany in Transfer ORM</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/manytoone-and-a-onetomany-in-transfer-orm-196</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Transfer]]></category>
			
			<description><![CDATA[There is a page on the Transfer ORM docs entitled Can I use the same foreign key for a manytoone and a onetomany?. The short answer is no, but sometimes you need to be able to get the data, so how can you do it?]]></description>
			<pubDate>Tue, 24 Mar 2009 17:48:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/196</guid>
		</item>
		
			
			
		<item>
			<title>Modelling a properties map with Transfer</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/modelling-a-properties-map-with-transfer-194</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[OOP]]></category>
			
			<category><![CDATA[Transfer]]></category>
			
			<description><![CDATA[When I started to build a properties map with Transfer, I initially created a onetomany relationship between my User object and UserProperty object. This works, but means that you end up creating a lot of Transfer objects, which are unique to the individual User. This is a potential performance problem, so another solution was required.]]></description>
			<pubDate>Mon, 16 Mar 2009 20:29:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/194</guid>
		</item>
		
			
			
		<item>
			<title>Inheritance with Transfer</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/inheritance-with-transfer-185</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[OOP]]></category>
			
			<category><![CDATA[Transfer]]></category>
			
			<description><![CDATA[Bob Silverberg and Paul Marcotte have come up with a solution, but I felt that my needs were different so went down a different root. Now before I go any further I should point out that I&apos;m quite new to Transfer and not in the same league as Bob and Paul, but, disclaimer over, this is what I came up with.]]></description>
			<pubDate>Tue, 03 Feb 2009 22:16:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/185</guid>
		</item>
		
			
			
		<item>
			<title>Using Paul Marcotte&apos;s Metro</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/using-paul-marcotte-s-metro-177</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Coldspring]]></category>
			
			<category><![CDATA[OOP]]></category>
			
			<category><![CDATA[Resources]]></category>
			
			<category><![CDATA[Transfer]]></category>
			
			<description><![CDATA[I have been trying out Paul Marcotte&apos;s Metro. In Paul&apos;s words Metro is a library of components to support rapid development of applications that use ColdSpring and Transfer ORM. To me it is more than this.]]></description>
			<pubDate>Tue, 13 Jan 2009 10:09:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/177</guid>
		</item>
		
			
			
		<item>
			<title>Transfer and IBO</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/transfer-and-ibo-173</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[OOP]]></category>
			
			<category><![CDATA[Resources]]></category>
			
			<category><![CDATA[Transfer]]></category>
			
			<description><![CDATA[When I first started out learning OO I couldn&apos;t understand why a lot of people seemed to return a query object from their gateway when they are dealing with multiple records. The ColdFusion query object is a really nice feature of ColdFusion but it just doesn&apos;t fit in with my concept of OO.]]></description>
			<pubDate>Wed, 17 Dec 2008 10:59:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/173</guid>
		</item>
		
			
			
		<item>
			<title>Using Transfer&apos;s MetaData to construct queries</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/using-transfer-s-metadata-to-construct-queries-172</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Resources]]></category>
			
			<category><![CDATA[Transfer]]></category>
			
			<description><![CDATA[Thanks to Bob Silverberg&apos;s excellent series of posts on How I use Transfer, I&apos;ve refined how my model is constructed by taking his ideas and modifying them to suit my own style. One of the things I wanted to be able to do with transfer is set up a basic search in my abstract Gateway (which I can override in my concrete gateway if I need to).]]></description>
			<pubDate>Mon, 15 Dec 2008 10:36:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/172</guid>
		</item>
		
			
			
		<item>
			<title>Transfer ORM Cheat Sheet</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/transfer-orm-cheat-sheet-171</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Resources]]></category>
			
			<category><![CDATA[SQL]]></category>
			
			<category><![CDATA[Transfer]]></category>
			
			<description><![CDATA[A little quick start guide I&apos;ve put together for Transfer ORM]]></description>
			<pubDate>Tue, 09 Dec 2008 10:36:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/171</guid>
		</item>
		
	</channel>
</rss>

		
	

		
	