<?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: Encounter with services-config.xml in Adobe Flex</title>
	<atom:link href="http://shardulbartwal.wordpress.com/2008/10/08/encounter-with-services-configxml-in-adobe-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://shardulbartwal.wordpress.com/2008/10/08/encounter-with-services-configxml-in-adobe-flex/</link>
	<description>My passion RIAs..............Shardul Singh Bartwal</description>
	<lastBuildDate>Fri, 13 Nov 2009 21:29:54 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Classic</title>
		<link>http://shardulbartwal.wordpress.com/2008/10/08/encounter-with-services-configxml-in-adobe-flex/#comment-104</link>
		<dc:creator>Classic</dc:creator>
		<pubDate>Mon, 02 Mar 2009 08:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://shardulbartwal.wordpress.com/?p=56#comment-104</guid>
		<description>can you plz put example to access uri with external file</description>
		<content:encoded><![CDATA[<p>can you plz put example to access uri with external file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mick Powell</title>
		<link>http://shardulbartwal.wordpress.com/2008/10/08/encounter-with-services-configxml-in-adobe-flex/#comment-91</link>
		<dc:creator>Mick Powell</dc:creator>
		<pubDate>Thu, 11 Dec 2008 21:45:37 +0000</pubDate>
		<guid isPermaLink="false">http://shardulbartwal.wordpress.com/?p=56#comment-91</guid>
		<description>Thanks Shardul,

Cool post which saved me a lot of time. One thing it might be worth mentioning is the endpoint property on the remoteobject where the uri value has to go, and maybe show that being set from a value in an xml configuration file as you suggest. 

Many examples on the internet show the uri compiled into the services-config.xml file, and for code re-usability its an absolute must to get it out of there. Its a very important point to make and well done for doing so.</description>
		<content:encoded><![CDATA[<p>Thanks Shardul,</p>
<p>Cool post which saved me a lot of time. One thing it might be worth mentioning is the endpoint property on the remoteobject where the uri value has to go, and maybe show that being set from a value in an xml configuration file as you suggest. </p>
<p>Many examples on the internet show the uri compiled into the services-config.xml file, and for code re-usability its an absolute must to get it out of there. Its a very important point to make and well done for doing so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shardul singh Bartwal</title>
		<link>http://shardulbartwal.wordpress.com/2008/10/08/encounter-with-services-configxml-in-adobe-flex/#comment-72</link>
		<dc:creator>Shardul singh Bartwal</dc:creator>
		<pubDate>Wed, 08 Oct 2008 13:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://shardulbartwal.wordpress.com/?p=56#comment-72</guid>
		<description>Hi Tom,
   Thanks for commenting.
  You are absolutely right.I m not saying to put uri hard code with Remote object.I have mantioned that we have to pick this from somewhere outside.That we can get from some other xml.
Like we can get that path from xml in to any class&#039;s static variabe and then we can pass it in to uri.So latter on we can change the path in xml.Which will be reflected with our application.

Thnx..............</description>
		<content:encoded><![CDATA[<p>Hi Tom,<br />
   Thanks for commenting.<br />
  You are absolutely right.I m not saying to put uri hard code with Remote object.I have mantioned that we have to pick this from somewhere outside.That we can get from some other xml.<br />
Like we can get that path from xml in to any class&#8217;s static variabe and then we can pass it in to uri.So latter on we can change the path in xml.Which will be reflected with our application.</p>
<p>Thnx&#8230;&#8230;&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Chiverton</title>
		<link>http://shardulbartwal.wordpress.com/2008/10/08/encounter-with-services-configxml-in-adobe-flex/#comment-70</link>
		<dc:creator>Tom Chiverton</dc:creator>
		<pubDate>Wed, 08 Oct 2008 08:51:55 +0000</pubDate>
		<guid isPermaLink="false">http://shardulbartwal.wordpress.com/?p=56#comment-70</guid>
		<description>&quot;uri field is used to give the path of backend server.But I will suggest not to put the this uri field here&quot;
No, you shouldn&#039;t hardcode the name or IP of the server, instead you should use the {server.name} token - there are others given as examples in the default file.
That is, unless your application is talking to an end point that is on a different server to the deployed one, in which case it really should change so infrequently that sticking the host name in is fine.</description>
		<content:encoded><![CDATA[<p>&#8220;uri field is used to give the path of backend server.But I will suggest not to put the this uri field here&#8221;<br />
No, you shouldn&#8217;t hardcode the name or IP of the server, instead you should use the {server.name} token &#8211; there are others given as examples in the default file.<br />
That is, unless your application is talking to an end point that is on a different server to the deployed one, in which case it really should change so infrequently that sticking the host name in is fine.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
