<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Blaze and LC DS to support REST</title>
	<atom:link href="http://anilchannappa.org/2008/11/12/blaze-and-lc-ds-to-support-rest/feed/" rel="self" type="application/rss+xml" />
	<link>http://anilchannappa.org/2008/11/12/blaze-and-lc-ds-to-support-rest/</link>
	<description>Learn more about LiveCycle Data Services (LC DS) and Blaze DS</description>
	<lastBuildDate>Tue, 09 Mar 2010 17:54:12 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anil</title>
		<link>http://anilchannappa.org/2008/11/12/blaze-and-lc-ds-to-support-rest/#comment-8</link>
		<dc:creator>Anil</dc:creator>
		<pubDate>Tue, 18 Nov 2008 07:11:12 +0000</pubDate>
		<guid isPermaLink="false">http://anilchannappa.wordpress.com/?p=12#comment-8</guid>
		<description>The best way to use REST is for your HTML/AJax applications to communicate to a business logic hosted as a remote object in Blaze DS or LC DS. Many applications require that some parts of the application still rely on HTML/AJax and cannot switch over to Flash/Flex. A REST interface is ideal for these scenarios.

Using AMF over HTTP (RTMP) enables applications to take advantage of server push (messaging) and data management, which are not possible through REST.</description>
		<content:encoded><![CDATA[<p>The best way to use REST is for your HTML/AJax applications to communicate to a business logic hosted as a remote object in Blaze DS or LC DS. Many applications require that some parts of the application still rely on HTML/AJax and cannot switch over to Flash/Flex. A REST interface is ideal for these scenarios.</p>
<p>Using AMF over HTTP (RTMP) enables applications to take advantage of server push (messaging) and data management, which are not possible through REST.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RIA Revolution &#187; BlazeDS and LCDS to support REST</title>
		<link>http://anilchannappa.org/2008/11/12/blaze-and-lc-ds-to-support-rest/#comment-5</link>
		<dc:creator>RIA Revolution &#187; BlazeDS and LCDS to support REST</dc:creator>
		<pubDate>Sun, 16 Nov 2008 21:25:02 +0000</pubDate>
		<guid isPermaLink="false">http://anilchannappa.wordpress.com/?p=12#comment-5</guid>
		<description>[...] BlazeDS and LCDS to support REST)    This entry was posted on Sunday, November 16th, 2008 and is filed under Featured. You can [...]</description>
		<content:encoded><![CDATA[<p>[...] BlazeDS and LCDS to support REST)    This entry was posted on Sunday, November 16th, 2008 and is filed under Featured. You can [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John C. Bland II</title>
		<link>http://anilchannappa.org/2008/11/12/blaze-and-lc-ds-to-support-rest/#comment-4</link>
		<dc:creator>John C. Bland II</dc:creator>
		<pubDate>Sun, 16 Nov 2008 16:43:57 +0000</pubDate>
		<guid isPermaLink="false">http://anilchannappa.wordpress.com/?p=12#comment-4</guid>
		<description>Hrmm...this is pretty interesting Anil. I&#039;m assuming the push technology won&#039;t be available through REST, unless you guys have some mad scientists working on this, but being able to build a Flex and/or Ajax is quite the sweet treat! :-)</description>
		<content:encoded><![CDATA[<p>Hrmm&#8230;this is pretty interesting Anil. I&#8217;m assuming the push technology won&#8217;t be available through REST, unless you guys have some mad scientists working on this, but being able to build a Flex and/or Ajax is quite the sweet treat! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shashank Tiwari</title>
		<link>http://anilchannappa.org/2008/11/12/blaze-and-lc-ds-to-support-rest/#comment-3</link>
		<dc:creator>Shashank Tiwari</dc:creator>
		<pubDate>Sun, 16 Nov 2008 16:37:49 +0000</pubDate>
		<guid isPermaLink="false">http://anilchannappa.wordpress.com/?p=12#comment-3</guid>
		<description>Anil,
REST support sounds like a good plan. Many a clients and situations benefit from the simplicity of REST and the gracefulness of Rails/Django/Grails/CakePHP/LIft style conventions. There are two problems though that strike you as soon as you start using REST style architecture within a Flex Application; these are:
1.The header manipulation limitations with the HTTPService object
2.The lack of support for all HTTP Methods (read REST verbs)

At Saven (www.saventech.com) we have successfully extended BlazeDS to support REST architectures. There is a ton of help from the open source world in terms of the presence of full blown HTTP clients -- as3httpclientlib (http://code.google.com/p/as3httpclientlib/) and a few experiments that have engaged in making Rails/Grails work with Flex. You will also see a lot of good things coming into this bundle from my open source initiative Fireclay (http://code.google.com/p/fireclay/) -- there isn&#039;t anything checked in yet!

It would be fun to catch up at MAX and talk more about this and more. You can find me out by following me on twitter @tshanky

Thanks....Shashank</description>
		<content:encoded><![CDATA[<p>Anil,<br />
REST support sounds like a good plan. Many a clients and situations benefit from the simplicity of REST and the gracefulness of Rails/Django/Grails/CakePHP/LIft style conventions. There are two problems though that strike you as soon as you start using REST style architecture within a Flex Application; these are:<br />
1.The header manipulation limitations with the HTTPService object<br />
2.The lack of support for all HTTP Methods (read REST verbs)</p>
<p>At Saven (www.saventech.com) we have successfully extended BlazeDS to support REST architectures. There is a ton of help from the open source world in terms of the presence of full blown HTTP clients &#8212; as3httpclientlib (<a href="http://code.google.com/p/as3httpclientlib/" rel="nofollow">http://code.google.com/p/as3httpclientlib/</a>) and a few experiments that have engaged in making Rails/Grails work with Flex. You will also see a lot of good things coming into this bundle from my open source initiative Fireclay (<a href="http://code.google.com/p/fireclay/" rel="nofollow">http://code.google.com/p/fireclay/</a>) &#8212; there isn&#8217;t anything checked in yet!</p>
<p>It would be fun to catch up at MAX and talk more about this and more. You can find me out by following me on twitter @tshanky</p>
<p>Thanks&#8230;.Shashank</p>
]]></content:encoded>
	</item>
</channel>
</rss>
