<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>JiveTurducken</title>
	<atom:link href="http://www.jiveturducken.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jiveturducken.com</link>
	<description>RIAdventures</description>
	<lastBuildDate>Mon, 20 Apr 2009 17:53:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flex Component Event Life Cycle Slide Show</title>
		<link>http://www.jiveturducken.com/2009/04/flex-component-event-life-cycle-slide-show/</link>
		<comments>http://www.jiveturducken.com/2009/04/flex-component-event-life-cycle-slide-show/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 17:42:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[Flex Events]]></category>
		<category><![CDATA[Screencasts]]></category>

		<guid isPermaLink="false">http://www.jiveturducken.com/?p=17</guid>
		<description><![CDATA[Here&#8217;s a slide show I came across the other day that covers the Flex 3 component life cycle and the main events that get thrown in the process.  This should make anyone&#8217;s life easier that has been struggling with creating their own custom components.
Adobe Flex 3 Component Life Cycle

View more presentations from rjowen.

]]></description>
			<content:encoded><![CDATA[<div id="__ss_1256782" style="width: 425px; text-align: left;">Here&#8217;s a slide show I came across the other day that covers the Flex 3 component life cycle and the main events that get thrown in the process.  This should make anyone&#8217;s life easier that has been struggling with creating their own custom components.</div>
<div style="width: 425px; text-align: left;"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" title="Adobe Flex 3 Component Life Cycle" href="http://www.slideshare.net/rjowen/component-life-cycle?type=presentation" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.slideshare.net');">Adobe Flex 3 Component Life Cycle</a><object width="425" height="355" data="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=componentlifecycle-090406182303-phpapp02&amp;stripped_title=component-life-cycle" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=componentlifecycle-090406182303-phpapp02&amp;stripped_title=component-life-cycle" /><param name="allowfullscreen" value="true" /></object></div>
<div id="__ss_1256782" style="width: 425px; text-align: left;">
<div style="font-size: 11px; font-family: tahoma,arial; height: 26px; padding-top: 2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.slideshare.net');">presentations</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/rjowen" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.slideshare.net');">rjowen</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.jiveturducken.com/2009/04/flex-component-event-life-cycle-slide-show/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Renewed Interest in Flex on Rails</title>
		<link>http://www.jiveturducken.com/2009/03/renewed-interest-in-flex-on-rails/</link>
		<comments>http://www.jiveturducken.com/2009/03/renewed-interest-in-flex-on-rails/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 19:05:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[Flex on Rails]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[RubyAMF]]></category>

		<guid isPermaLink="false">http://www.jiveturducken.com/?p=11</guid>
		<description><![CDATA[The other day I stumbled across the RestfulX Framework which is mainly centered around, but not limited to,  rapid Flex on Rails development.  I&#8217;ve been very impressed with how easy I was able to generate a simple CRUD Flex app  running on ROR by simply defining my schema in a YML file and installing a [...]]]></description>
			<content:encoded><![CDATA[<p>The other day I stumbled across the <a href="http://restfulx.github.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/restfulx.github.com');" target="_blank">RestfulX Framework</a> which is mainly centered around, but not limited to,  rapid Flex on Rails development.  I&#8217;ve been very impressed with <a href="http://wiki.github.com/dima/restfulx/restfulx-framework-and-rails-21" onclick="javascript:pageTracker._trackPageview('/outbound/article/wiki.github.com');" target="_blank">how easy</a> I was able to generate a simple CRUD Flex app  running on ROR by simply defining my schema in a YML file and installing a couple of plugins.  I&#8217;ve always thought there was quite a bit of untapped potential with the auto generation of the service layer and firmly believe that this is the direction alot of the smaller scale apps will be going.</p>
<p>While RestfulX currently lacks AMF support it definitely makes up for it by handling a considerable amount of the xml conversion that one would normally have to go through running a Flex app on top of Rails via HTTP/XML.  I&#8217;ve encountered a few quirks so far with the way data is loading that I&#8217;m working through with one of the developers on the project, however I feel that most of this will be resolved as the framework matures.</p>
<p>In the meantime I&#8217;ve started looking into alternative solutions for getting Flex running on top of Rails which has taken me down a few different paths such as using Cairngorm on top of a standard XML service as well as looking into WebOrb and RubyAMF to get binary AMF support which have <a href="http://biemond.blogspot.com/search/label/RubyAMF" onclick="javascript:pageTracker._trackPageview('/outbound/article/biemond.blogspot.com');" target="_blank">various benefits</a> when moving data across the wire to Flex.</p>
<p>WebOrb had alot of press early on when I first started with Ruby and while I&#8217;ve heard some good things about it, it doesn&#8217;t seem that it has been updated in a while.  It also seemed to have the least amount of interest based on the activity in their forums compared to the alternatives.</p>
<p>RubyAMF seems to be regularly updated, pretty well supported and has alot of helpful generators that will create some more of the mundane stuff (class mappings, amf based controllers, etc) for you.  I&#8217;ve had great luck getting this up and running and so far this has been my top choice for Flex on Rails development.  I will probably be posting a tutorial on getting Cairngorm talking with RubyAMF soon but until then you can look at these tutorials to point yourself in the right direction.</p>
<p><a href="http://biemond.blogspot.com/2008/09/associations-with-ruby-on-rails-flex.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/biemond.blogspot.com');" target="_blank">http://biemond.blogspot.com/2008/09/associations-with-ruby-on-rails-flex.html</a></p>
<p><a href="http://panscendo.com/beginners-tutorial-to-rubyamf-with-restful-rails/" onclick="javascript:pageTracker._trackPageview('/outbound/article/panscendo.com');" target="_blank">http://panscendo.com/beginners-tutorial-to-rubyamf-with-restful-rails/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jiveturducken.com/2009/03/renewed-interest-in-flex-on-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
