<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Ruby on Rails, Java EE, RIA, Adobe Flex, Comet, Messaging, EDA, SOA, &#8230;, ouch!!</title>
	<atom:link href="http://www.adaruby.com/2008/01/17/ruby-on-rails-java-ee-ria-adobe-flex-comet-messaging-eda-soa-ouch/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adaruby.com/2008/01/17/ruby-on-rails-java-ee-ria-adobe-flex-comet-messaging-eda-soa-ouch/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ruby-on-rails-java-ee-ria-adobe-flex-comet-messaging-eda-soa-ouch</link>
	<description>Rich Dynamic Applications with Ruby on Rails</description>
	<lastBuildDate>Fri, 03 Feb 2012 03:32:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Hendy Irawan</title>
		<link>http://www.adaruby.com/2008/01/17/ruby-on-rails-java-ee-ria-adobe-flex-comet-messaging-eda-soa-ouch/comment-page-1/#comment-233</link>
		<dc:creator>Hendy Irawan</dc:creator>
		<pubDate>Fri, 18 Jan 2008 03:19:41 +0000</pubDate>
		<guid isPermaLink="false">http://adaruby.com/2008/01/17/ruby-on-rails-java-ee-ria-adobe-flex-comet-messaging-eda-soa-ouch/#comment-233</guid>
		<description>Thank you Mark. I&#039;ve updated the post regarding WebORB.</description>
		<content:encoded><![CDATA[<p>Thank you Mark. I&#8217;ve updated the post regarding WebORB.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Piller</title>
		<link>http://www.adaruby.com/2008/01/17/ruby-on-rails-java-ee-ria-adobe-flex-comet-messaging-eda-soa-ouch/comment-page-1/#comment-232</link>
		<dc:creator>Mark Piller</dc:creator>
		<pubDate>Fri, 18 Jan 2008 03:08:34 +0000</pubDate>
		<guid isPermaLink="false">http://adaruby.com/2008/01/17/ruby-on-rails-java-ee-ria-adobe-flex-comet-messaging-eda-soa-ouch/#comment-232</guid>
		<description>Thank you for mentioning WebORB. I would like to add that the product is also available for free for Java and provides unlimited connectivity between Flex, Flash clients and Java POJOS, EJBs and Spring beans.</description>
		<content:encoded><![CDATA[<p>Thank you for mentioning WebORB. I would like to add that the product is also available for free for Java and provides unlimited connectivity between Flex, Flash clients and Java POJOS, EJBs and Spring beans.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hendy Irawan</title>
		<link>http://www.adaruby.com/2008/01/17/ruby-on-rails-java-ee-ria-adobe-flex-comet-messaging-eda-soa-ouch/comment-page-1/#comment-231</link>
		<dc:creator>Hendy Irawan</dc:creator>
		<pubDate>Thu, 17 Jan 2008 15:23:22 +0000</pubDate>
		<guid isPermaLink="false">http://adaruby.com/2008/01/17/ruby-on-rails-java-ee-ria-adobe-flex-comet-messaging-eda-soa-ouch/#comment-231</guid>
		<description>Thank you James for the clarification!</description>
		<content:encoded><![CDATA[<p>Thank you James for the clarification!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Strachan</title>
		<link>http://www.adaruby.com/2008/01/17/ruby-on-rails-java-ee-ria-adobe-flex-comet-messaging-eda-soa-ouch/comment-page-1/#comment-230</link>
		<dc:creator>James Strachan</dc:creator>
		<pubDate>Thu, 17 Jan 2008 14:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://adaruby.com/2008/01/17/ruby-on-rails-java-ee-ria-adobe-flex-comet-messaging-eda-soa-ouch/#comment-230</guid>
		<description>If you want to do messaging with Rails you don&#039;t need to wait for AMQP to be finished (which might take a long time! :-) or limit yourself to only AMQP based message brokers (of which there are only a small number and of limited quality and features).

You can use ActiveMessaging today and use the &lt;a href=&quot;http://stomp.codehaus.org/&quot; rel=&quot;nofollow&quot;&gt;STOMP protocol&lt;/a&gt; which works with ActiveMQ as well as any JMS provider via &lt;a href=&quot;http://stomp.codehaus.org/StompConnect&quot; rel=&quot;nofollow&quot;&gt;StompConnect&lt;/a&gt; so you can use legacy messaging systems like MQ Series or TibCo too together with any AMQP provider if you really wanna use those.

Also no ESB is required for working with Rails and messaging via ActiveMQ or Stomp.</description>
		<content:encoded><![CDATA[<p>If you want to do messaging with Rails you don&#8217;t need to wait for AMQP to be finished (which might take a long time! <img src='http://www.adaruby.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  or limit yourself to only AMQP based message brokers (of which there are only a small number and of limited quality and features).</p>
<p>You can use ActiveMessaging today and use the <a href="http://stomp.codehaus.org/" rel="nofollow">STOMP protocol</a> which works with ActiveMQ as well as any JMS provider via <a href="http://stomp.codehaus.org/StompConnect" rel="nofollow">StompConnect</a> so you can use legacy messaging systems like MQ Series or TibCo too together with any AMQP provider if you really wanna use those.</p>
<p>Also no ESB is required for working with Rails and messaging via ActiveMQ or Stomp.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

