<?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>flexonrails.net &#187; Flex</title>
	<atom:link href="http://flexonrails.net/?feed=rss2&#038;cat=4" rel="self" type="application/rss+xml" />
	<link>http://flexonrails.net</link>
	<description>-</description>
	<lastBuildDate>Tue, 13 Oct 2009 02:55:01 +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>HotRuby &#8211; Ruby for Flash and JavaScript</title>
		<link>http://flexonrails.net/?p=110</link>
		<comments>http://flexonrails.net/?p=110#comments</comments>
		<pubDate>Mon, 24 Mar 2008 02:19:28 +0000</pubDate>
		<dc:creator>Derek Wischusen</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[hotruby]]></category>
		<category><![CDATA[iron monkey]]></category>

		<guid isPermaLink="false">http://flexonrails.net/?p=110</guid>
		<description><![CDATA[It looks like there is another project, in addition to IronMonkey (which I wrote about in a previous post), that is looking to bring Ruby support to Flash/Flex (and JavaScript).
HotRuby is a Ruby VM, which is written in JavaScript, that runs opcode that is compiled by YARV (the VM that is used in Ruby 1.9). 
Using HotRuby it [...]]]></description>
		<wfw:commentRss>http://flexonrails.net/?feed=rss2&amp;p=110</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Integrating Flex and RabbitMQ using STOMP</title>
		<link>http://flexonrails.net/?p=106</link>
		<comments>http://flexonrails.net/?p=106#comments</comments>
		<pubDate>Mon, 18 Feb 2008 00:21:35 +0000</pubDate>
		<dc:creator>Derek Wischusen</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Messaging]]></category>
		<category><![CDATA[RabbitMQ]]></category>
		<category><![CDATA[STOMP]]></category>

		<guid isPermaLink="false">http://flexonrails.net/?p=106</guid>
		<description><![CDATA[ An experimental STOMP adapter was recently released for RabbitMQ.  This means that it is now possible for Flex/Flash apps to communicate with RabbitMQ using the ActionScript 3 STOMP client.  The following is a simple demonstration of how to get these technologies to work together.
First, let&#8217;s start with a quick description of RabbitMQ [...]]]></description>
		<wfw:commentRss>http://flexonrails.net/?feed=rss2&amp;p=106</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Server push with Ruby on Rails using Flex, JRuby, and BlazeDS</title>
		<link>http://flexonrails.net/?p=105</link>
		<comments>http://flexonrails.net/?p=105#comments</comments>
		<pubDate>Mon, 11 Feb 2008 05:32:34 +0000</pubDate>
		<dc:creator>Derek Wischusen</dc:creator>
				<category><![CDATA[ActiveMQ]]></category>
		<category><![CDATA[ActiveMessaging]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Flex and Rails]]></category>
		<category><![CDATA[JRuby]]></category>
		<category><![CDATA[Messaging]]></category>
		<category><![CDATA[Server Push]]></category>
		<category><![CDATA[blazeds]]></category>

		<guid isPermaLink="false">http://flexonrails.net/?p=105</guid>
		<description><![CDATA[In a previous post I discussed how you can integrate Flex and Scala/Lift using BlazeDS.  In this post I&#8217;ll show that it&#8217;s also possible to get Rails running on BlazeDS using JRuby.
Here is what I am using for this example:

Flex 3 Beta 3
JRuby 1.1 RC1
Netbeans 6.1 M1
Flex Builder 3 Beta 3
BlazeDS
Goldspike Rake Plugin

You don&#8217;t really need Netbeans, but [...]]]></description>
		<wfw:commentRss>http://flexonrails.net/?feed=rss2&amp;p=105</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>We need a package manager like RubyGems for distributing Flex components &#8211; Revisited</title>
		<link>http://flexonrails.net/?p=104</link>
		<comments>http://flexonrails.net/?p=104#comments</comments>
		<pubDate>Thu, 24 Jan 2008 06:31:27 +0000</pubDate>
		<dc:creator>Derek Wischusen</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[package manager]]></category>
		<category><![CDATA[sprouts]]></category>

		<guid isPermaLink="false">http://flexonrails.net/?p=104</guid>
		<description><![CDATA[About a year ago I wrote a post about how the Flex/As3 community needs a package manager like RubyGems for managing libraries and components.
Well, I have some good news. Recently I&#8217;ve learned about two potential solutions to this problem.
The first I learned about from a comment on the original post by Luke Bayes.   [...]]]></description>
		<wfw:commentRss>http://flexonrails.net/?feed=rss2&amp;p=104</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Integrating Flex, BlazeDS, and Scala/Lift</title>
		<link>http://flexonrails.net/?p=103</link>
		<comments>http://flexonrails.net/?p=103#comments</comments>
		<pubDate>Thu, 24 Jan 2008 06:00:30 +0000</pubDate>
		<dc:creator>Derek Wischusen</dc:creator>
				<category><![CDATA[AMF]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Remoting]]></category>
		<category><![CDATA[Server Push]]></category>
		<category><![CDATA[blazeds]]></category>
		<category><![CDATA[lift]]></category>
		<category><![CDATA[scala]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://flexonrails.net/?p=103</guid>
		<description><![CDATA[ A short while ago Adobe announced that they would be releasing an open source version of LiveCycle Data Services called BlazeDS.   In short, BlazeDS is Java technology that makes it really easy to do HTTP streaming and server-side push to Flex and AIR applications. While this announcement is definitely welcome news, there [...]]]></description>
		<wfw:commentRss>http://flexonrails.net/?feed=rss2&amp;p=103</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
	</channel>
</rss>
