<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>Footprints blog</title>
	<link>http://blog.codedrunks.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 04 Dec 2009 19:02:45 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Hello world!</title>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
]]></description>
		<link>http://blog.codedrunks.com/?p=1</link>
			</item>
	<item>
		<title>Using respondTo and reactTo</title>
		<description><![CDATA[Marcel has written a very thorough article which takes a look at a two Fabrication features that help to reduce the boilerplate in PureMVC Mediators, Reflexive Notification Interests and Reactions.
Reflexive Notification Interests allow you to implement the act of indicating notification interests and reacting to them in handleNotification in a single step via respondToNote syntax. [...]]]></description>
		<link>http://blog.codedrunks.com/?p=160</link>
			</item>
	<item>
		<title>Fabrication 0.6</title>
		<description><![CDATA[I have finally(!) gotten around to releasing Fabricaton 0.6. This release adds a couple of important new features, Interceptors and Reactions.
Interceptors allow means to alter the normal flow of PureMVC notifications. You can drop notification, change their payload, or send completely different notification in its place, all before they reach the rest of the PureMVC [...]]]></description>
		<link>http://blog.codedrunks.com/?p=156</link>
			</item>
	<item>
		<title>Minor Update &#8211; 0.5.2</title>
		<description><![CDATA[I have fixed a small bug with the FabricationView. It was throwing an error when unloading modules. You can grab 0.5.2 from here.
]]></description>
		<link>http://blog.codedrunks.com/?p=149</link>
			</item>
	<item>
		<title>Minor Update &#8211; 0.5.1</title>
		<description><![CDATA[The ComponentRouteMapper refactoring in the 0.5 release got added to FabricationMediator instead of the FlexMediator, where it should belong since it is a Flex specific feature. I have fixed this in 0.5.1, by moving it into its right place, in the FlexMediator.
Grab it here
http://code.google.com/p/fabrication/downloads/list
]]></description>
		<link>http://blog.codedrunks.com/?p=146</link>
			</item>
	<item>
		<title>Fabrication 0.5 released &#8211; The Units Tests are in(427 of them)!</title>
		<description><![CDATA[I have finally managed to bring the units test in sync with the Fabrication releases. It has been a pretty hectic last week or so, But I am really happy to have wrapped this up. With 400+ tests and extensive code coverage, Fabrication is now much better positioned to make future releases and fix bugs.

You [...]]]></description>
		<link>http://blog.codedrunks.com/?p=140</link>
			</item>
	<item>
		<title>Minor Update &#8211; 0.4.3</title>
		<description><![CDATA[Fabrication is now updated to 0.4.3. There was a bug introduced in 0.4.2 with regards to a global (*) route being interpreted as a */INPUT route. This release fixes this bug.

Download 0.4.3 swc
Download 0.4.3 source zip
Thanks Jason for the fix.
]]></description>
		<link>http://blog.codedrunks.com/?p=135</link>
			</item>
	<item>
		<title>Minor Update &#8211; 0.4.2</title>
		<description><![CDATA[I have updated Fabrication to 0.4.2. This version adds,

routeNotification now supports dynamic to arguments. The to parameter can now take moduleAddress objects as well as string routes.
Added expansion property to FabricationProxy to allow turning off of the default notification expansion of for custom named proxies.

Check it out here
]]></description>
		<link>http://blog.codedrunks.com/?p=124</link>
			</item>
	<item>
		<title>Minor update &#8211; 0.4.1</title>
		<description><![CDATA[I have updated Fabrication to 0.4.1. This includes a minor fix to the FlexModule to support loading directly via the ModuleManager. If your are not using the FlexModuleLoader then you need to set the router and defaultRoute in your module&#8217;s ready handler. I have added an example project to showcase this. Check it out here.

The [...]]]></description>
		<link>http://blog.codedrunks.com/?p=121</link>
			</item>
	<item>
		<title>Slacker &#8211; Post Fabrication</title>
		<description><![CDATA[With the release of Fabrication 0.4, I thought it would be a useful to review the Slacker example in more detail. If are not familiar with the Slacker example, check it out here first. This example will help showcase the reduction of glue code from a PureMVC application using Fabrication.

I am going to focus on [...]]]></description>
		<link>http://blog.codedrunks.com/?p=112</link>
			</item>
</channel>
</rss>
