<?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: Externalizing Service Configuration using BlazeDS and LCDS</title>
	<atom:link href="http://coenraets.org/blog/2009/03/externalizing-service-configuration-using-blazeds-and-lcds/feed/" rel="self" type="application/rss+xml" />
	<link>http://coenraets.org/blog/2009/03/externalizing-service-configuration-using-blazeds-and-lcds/</link>
	<description>Rich Internet Applications, Flex, AIR, Java</description>
	<lastBuildDate>Mon, 15 Mar 2010 22:39:53 -0700</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Allard Buijze</title>
		<link>http://coenraets.org/blog/2009/03/externalizing-service-configuration-using-blazeds-and-lcds/comment-page-1/#comment-371636</link>
		<dc:creator>Allard Buijze</dc:creator>
		<pubDate>Thu, 25 Feb 2010 09:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=113#comment-371636</guid>
		<description>Hi Cristophe,

are you aware that you can use relative URL&#039;s for the endpoints, too? The URL is resolved relative to the url where the Flex file was loaded from. This solves the &quot;my flex file moved to another server&quot; problem, without any extra complexity.

Of course, this only works if the file is access from the server.

Regards,

Allard</description>
		<content:encoded><![CDATA[<p>Hi Cristophe,</p>
<p>are you aware that you can use relative URL&#8217;s for the endpoints, too? The URL is resolved relative to the url where the Flex file was loaded from. This solves the &#8220;my flex file moved to another server&#8221; problem, without any extra complexity.</p>
<p>Of course, this only works if the file is access from the server.</p>
<p>Regards,</p>
<p>Allard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pablo</title>
		<link>http://coenraets.org/blog/2009/03/externalizing-service-configuration-using-blazeds-and-lcds/comment-page-1/#comment-367966</link>
		<dc:creator>pablo</dc:creator>
		<pubDate>Wed, 03 Feb 2010 01:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=113#comment-367966</guid>
		<description>Hi again!

Problem solved! Define and initialize an unique static ChannelSet and apply it to all created remote objects.

I guess ChannelSet (or AMFChannel) is a limited System resource. So you can&#039;t open a lot of channels simultaneously. But you can reuse the same channel for all remote objects.

That is based on my experience. I can&#039;t justify that.

Thanks a lot Christopher!</description>
		<content:encoded><![CDATA[<p>Hi again!</p>
<p>Problem solved! Define and initialize an unique static ChannelSet and apply it to all created remote objects.</p>
<p>I guess ChannelSet (or AMFChannel) is a limited System resource. So you can&#8217;t open a lot of channels simultaneously. But you can reuse the same channel for all remote objects.</p>
<p>That is based on my experience. I can&#8217;t justify that.</p>
<p>Thanks a lot Christopher!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pablo</title>
		<link>http://coenraets.org/blog/2009/03/externalizing-service-configuration-using-blazeds-and-lcds/comment-page-1/#comment-367940</link>
		<dc:creator>pablo</dc:creator>
		<pubDate>Tue, 02 Feb 2010 21:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=113#comment-367940</guid>
		<description>&lt;b&gt;Use it with a lot of caution!!!!&lt;/b&gt;

It seems to work, but the code really doesn&#039;t works  when you open several channels at the same time. You will get a lot of &quot;Channel disconnected&quot; exceptions.

I think the ideas exposed here are very very useful and very they are well explained. Thanks a lot. Though users could have problems if they use your code without any correction.

Pablo.</description>
		<content:encoded><![CDATA[<p><b>Use it with a lot of caution!!!!</b></p>
<p>It seems to work, but the code really doesn&#8217;t works  when you open several channels at the same time. You will get a lot of &#8220;Channel disconnected&#8221; exceptions.</p>
<p>I think the ideas exposed here are very very useful and very they are well explained. Thanks a lot. Though users could have problems if they use your code without any correction.</p>
<p>Pablo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Constantiner's blog</title>
		<link>http://coenraets.org/blog/2009/03/externalizing-service-configuration-using-blazeds-and-lcds/comment-page-1/#comment-365457</link>
		<dc:creator>Constantiner's blog</dc:creator>
		<pubDate>Wed, 20 Jan 2010 00:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=113#comment-365457</guid>
		<description>&lt;strong&gt;Dynamically loaded BlazeDS configuration in Flex applications...&lt;/strong&gt;

For people who wants to use server configuration (I mean channels, endpoints and remoting destinations from BlazeDs/LCDS services-config.xml and remoting-config.xml) loaded in runtime instead of common practice with reading configs in compile time Cris...</description>
		<content:encoded><![CDATA[<p><strong>Dynamically loaded BlazeDS configuration in Flex applications&#8230;</strong></p>
<p>For people who wants to use server configuration (I mean channels, endpoints and remoting destinations from BlazeDs/LCDS services-config.xml and remoting-config.xml) loaded in runtime instead of common practice with reading configs in compile time Cris&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Program yükle</title>
		<link>http://coenraets.org/blog/2009/03/externalizing-service-configuration-using-blazeds-and-lcds/comment-page-1/#comment-356640</link>
		<dc:creator>Program yükle</dc:creator>
		<pubDate>Sat, 21 Nov 2009 17:08:19 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=113#comment-356640</guid>
		<description>program yükle Good admin than you</description>
		<content:encoded><![CDATA[<p>program yükle Good admin than you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikos Katsikanis</title>
		<link>http://coenraets.org/blog/2009/03/externalizing-service-configuration-using-blazeds-and-lcds/comment-page-1/#comment-354434</link>
		<dc:creator>Nikos Katsikanis</dc:creator>
		<pubDate>Fri, 13 Nov 2009 20:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=113#comment-354434</guid>
		<description>Awesome code Sir, I guess I can delete the following code from my service-config.xml 

	
	
		&lt;endpoint uri=&quot;//secret
	
	



since I define the stuff in my extra service file on my server?

thanks for any tips





	
		
	
</description>
		<content:encoded><![CDATA[<p>Awesome code Sir, I guess I can delete the following code from my service-config.xml </p>
<p>		&lt;endpoint uri=&quot;//secret</p>
<p>since I define the stuff in my extra service file on my server?</p>
<p>thanks for any tips</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raghu</title>
		<link>http://coenraets.org/blog/2009/03/externalizing-service-configuration-using-blazeds-and-lcds/comment-page-1/#comment-352044</link>
		<dc:creator>Raghu</dc:creator>
		<pubDate>Thu, 05 Nov 2009 02:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=113#comment-352044</guid>
		<description>Hi Christophe,

I have developed an application using Flex , LCDS and J2EE. The application works very well when deployed in my local system. When I deploy the application in another system, i see that the LCDS call are not happening. What might the resolution for this issue?

Thank You</description>
		<content:encoded><![CDATA[<p>Hi Christophe,</p>
<p>I have developed an application using Flex , LCDS and J2EE. The application works very well when deployed in my local system. When I deploy the application in another system, i see that the LCDS call are not happening. What might the resolution for this issue?</p>
<p>Thank You</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bharat</title>
		<link>http://coenraets.org/blog/2009/03/externalizing-service-configuration-using-blazeds-and-lcds/comment-page-1/#comment-334768</link>
		<dc:creator>Bharat</dc:creator>
		<pubDate>Wed, 26 Aug 2009 14:21:21 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=113#comment-334768</guid>
		<description>Hi Christophe,

I am developing an application using LCDS and J2EE.
What are the steps required to build an application.
What all do we need?</description>
		<content:encoded><![CDATA[<p>Hi Christophe,</p>
<p>I am developing an application using LCDS and J2EE.<br />
What are the steps required to build an application.<br />
What all do we need?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Bonner</title>
		<link>http://coenraets.org/blog/2009/03/externalizing-service-configuration-using-blazeds-and-lcds/comment-page-1/#comment-332559</link>
		<dc:creator>Brian Bonner</dc:creator>
		<pubDate>Thu, 20 Aug 2009 04:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=113#comment-332559</guid>
		<description>I would like have a linux server running as our continuous integration.

We build locally using Flexbuilder on windows,  but we cant get linux to compile any services.  Any ideas???</description>
		<content:encoded><![CDATA[<p>I would like have a linux server running as our continuous integration.</p>
<p>We build locally using Flexbuilder on windows,  but we cant get linux to compile any services.  Any ideas???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Externaliser la configuration de ses remoteObjects. &#124; Matsiya</title>
		<link>http://coenraets.org/blog/2009/03/externalizing-service-configuration-using-blazeds-and-lcds/comment-page-1/#comment-329150</link>
		<dc:creator>Externaliser la configuration de ses remoteObjects. &#124; Matsiya</dc:creator>
		<pubDate>Mon, 10 Aug 2009 09:16:51 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=113#comment-329150</guid>
		<description>[...] À consulter sans attendre : l&#8217;article. [...]</description>
		<content:encoded><![CDATA[<p>[...] À consulter sans attendre : l&#8217;article. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
