<?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: My Questions on ColdFusion and Flex remoting projects</title>
	<atom:link href="http://johnwilker.com/2007/10/My-Questions-on-ColdFusion-and-Flex-remoting-projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://johnwilker.com/2007/10/My-Questions-on-ColdFusion-and-Flex-remoting-projects/</link>
	<description>John Wilker: Community, Code, Randomness</description>
	<lastBuildDate>Tue, 24 Jan 2012 20:39:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Bruce</title>
		<link>http://johnwilker.com/2007/10/My-Questions-on-ColdFusion-and-Flex-remoting-projects/comment-page-1/#comment-1273</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Wed, 07 Jan 2009 02:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnwilker.com/j/index.cfm/2007/6/29/My-Questions-on-ColdFusion-and-Flex-remoting-projects#comment-1273</guid>
		<description>My blog is on hosted by Crystal Tech.  Whenever I&#039;m working on a Flex app with a CF backend I test the app-CFC connectivity by just uploading a barebones Flex app (with an alert box that pops up when the CFC results are returned).

The key for me is to get the path correct to the CFC in the mx:RemoteObject tag.  If your development environment is setup with the same directory structure as your hosted environment there usually isn&#039;t any problem.

Also, if you&#039;ve haven&#039;t done a Flex - CFC app yet on that host, make sure they are running the correct version of CF
(I think that its supposed to be 7.0.2?) otherwise mx:RemoteObject using a CFC will not work.</description>
		<content:encoded><![CDATA[<p>My blog is on hosted by Crystal Tech.  Whenever I&#039;m working on a Flex app with a CF backend I test the app-CFC connectivity by just uploading a barebones Flex app (with an alert box that pops up when the CFC results are returned).</p>
<p>The key for me is to get the path correct to the CFC in the mx:RemoteObject tag.  If your development environment is setup with the same directory structure as your hosted environment there usually isn&#039;t any problem.</p>
<p>Also, if you&#039;ve haven&#039;t done a Flex &#8211; CFC app yet on that host, make sure they are running the correct version of CF<br />
(I think that its supposed to be 7.0.2?) otherwise mx:RemoteObject using a CFC will not work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Wilker</title>
		<link>http://johnwilker.com/2007/10/My-Questions-on-ColdFusion-and-Flex-remoting-projects/comment-page-1/#comment-1274</link>
		<dc:creator>John Wilker</dc:creator>
		<pubDate>Wed, 07 Jan 2009 02:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnwilker.com/j/index.cfm/2007/6/29/My-Questions-on-ColdFusion-and-Flex-remoting-projects#comment-1274</guid>
		<description>@Ben,

thanks but i actually was speaking more deployment wise. Using CF I&#039;ve got, no problem. I was wondering more about how to deploy to another server. IE in Flex builder I set up the project to look at my local dev box etc. what has to happen when it&#039;s deploy time?</description>
		<content:encoded><![CDATA[<p>@Ben,</p>
<p>thanks but i actually was speaking more deployment wise. Using CF I&#039;ve got, no problem. I was wondering more about how to deploy to another server. IE in Flex builder I set up the project to look at my local dev box etc. what has to happen when it&#039;s deploy time?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://johnwilker.com/2007/10/My-Questions-on-ColdFusion-and-Flex-remoting-projects/comment-page-1/#comment-1277</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 07 Jan 2009 02:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnwilker.com/j/index.cfm/2007/6/29/My-Questions-on-ColdFusion-and-Flex-remoting-projects#comment-1277</guid>
		<description>Dude, I swear I saw a blog post about this recently - specifically with Host My Site. I can&#039;t for the life of me find it though. I saw it on a CF blog aggregator. If I come across it, I&#039;ll post back.

cheers,

David</description>
		<content:encoded><![CDATA[<p>Dude, I swear I saw a blog post about this recently &#8211; specifically with Host My Site. I can&#039;t for the life of me find it though. I saw it on a CF blog aggregator. If I come across it, I&#039;ll post back.</p>
<p>cheers,</p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffry Houser</title>
		<link>http://johnwilker.com/2007/10/My-Questions-on-ColdFusion-and-Flex-remoting-projects/comment-page-1/#comment-314</link>
		<dc:creator>Jeffry Houser</dc:creator>
		<pubDate>Thu, 18 Oct 2007 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnwilker.com/j/index.cfm/2007/6/29/My-Questions-on-ColdFusion-and-Flex-remoting-projects#comment-314</guid>
		<description>I&#039;m flattered someone not only read my post, but linked to it.

 In theory your local remoting file is generic like this: 
http://{server.name}:{server.port}{context.root}/flex2gateway/

 So long as the flex2gateway is set up properly on your domain, you should have no problems.  ( You&#039;re good here: http://www.johnwilker.com/flex2gateway/ ).  If you get a 404 error, then the Flex remoting config is a bit screwy.  

 If you&#039;ve hard-coded server name, server port, and/or the context root in your local services config file, you&#039;re in trouble.</description>
		<content:encoded><![CDATA[<p>I&#8217;m flattered someone not only read my post, but linked to it.</p>
<p> In theory your local remoting file is generic like this:<br />
http://{server.name}:{server.port}{context.root}/flex2gateway/</p>
<p> So long as the flex2gateway is set up properly on your domain, you should have no problems.  ( You&#8217;re good here: <a href="http://www.johnwilker.com/flex2gateway/" rel="nofollow">http://www.johnwilker.com/flex2gateway/</a> ).  If you get a 404 error, then the Flex remoting config is a bit screwy.  </p>
<p> If you&#8217;ve hard-coded server name, server port, and/or the context root in your local services config file, you&#8217;re in trouble.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffry Houser</title>
		<link>http://johnwilker.com/2007/10/My-Questions-on-ColdFusion-and-Flex-remoting-projects/comment-page-1/#comment-1276</link>
		<dc:creator>Jeffry Houser</dc:creator>
		<pubDate>Wed, 17 Oct 2007 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnwilker.com/j/index.cfm/2007/6/29/My-Questions-on-ColdFusion-and-Flex-remoting-projects#comment-1276</guid>
		<description>I&#039;m flattered someone not only read my post, but linked to it.

 In theory your local remoting file is generic like this: 
http://{server.name}:{server.port}{context.root}/flex2gateway/

 So long as the flex2gateway is set up properly on your domain, you should have no problems.  ( You&#039;re good here: http://www.johnwilker.com/flex2gateway/ ).  If you get a 404 error, then the Flex remoting config is a bit screwy.  

 If you&#039;ve hard-coded server name, server port, and/or the context root in your local services config file, you&#039;re in trouble.</description>
		<content:encoded><![CDATA[<p>I&#039;m flattered someone not only read my post, but linked to it.</p>
<p> In theory your local remoting file is generic like this:<br />
http://{server.name}:{server.port}{context.root}/flex2gateway/</p>
<p> So long as the flex2gateway is set up properly on your domain, you should have no problems.  ( You&#039;re good here: <a href="http://www.johnwilker.com/flex2gateway/" rel="nofollow">http://www.johnwilker.com/flex2gateway/</a> ).  If you get a 404 error, then the Flex remoting config is a bit screwy.  </p>
<p> If you&#039;ve hard-coded server name, server port, and/or the context root in your local services config file, you&#039;re in trouble.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Koshy</title>
		<link>http://johnwilker.com/2007/10/My-Questions-on-ColdFusion-and-Flex-remoting-projects/comment-page-1/#comment-312</link>
		<dc:creator>Ben Koshy</dc:creator>
		<pubDate>Wed, 17 Oct 2007 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnwilker.com/j/index.cfm/2007/6/29/My-Questions-on-ColdFusion-and-Flex-remoting-projects#comment-312</guid>
		<description>http://www.jeffryhouser.com/index.cfm/2007/10/16/How-do-you-use-a-CF-Query-in-Flex</description>
		<content:encoded><![CDATA[<p><a href="http://www.jeffryhouser.com/index.cfm/2007/10/16/How-do-you-use-a-CF-Query-in-Flex" rel="nofollow">http://www.jeffryhouser.com/index.cfm/2007/10/16/How-do-you-use-a-CF-Query-in-Flex</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Wilker</title>
		<link>http://johnwilker.com/2007/10/My-Questions-on-ColdFusion-and-Flex-remoting-projects/comment-page-1/#comment-313</link>
		<dc:creator>John Wilker</dc:creator>
		<pubDate>Wed, 17 Oct 2007 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnwilker.com/j/index.cfm/2007/6/29/My-Questions-on-ColdFusion-and-Flex-remoting-projects#comment-313</guid>
		<description>@Ben,

thanks but i actually was speaking more deployment wise. Using CF I&#039;ve got, no problem. I was wondering more about how to deploy to another server. IE in Flex builder I set up the project to look at my local dev box etc. what has to happen when it&#039;s deploy time?</description>
		<content:encoded><![CDATA[<p>@Ben,</p>
<p>thanks but i actually was speaking more deployment wise. Using CF I&#8217;ve got, no problem. I was wondering more about how to deploy to another server. IE in Flex builder I set up the project to look at my local dev box etc. what has to happen when it&#8217;s deploy time?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://johnwilker.com/2007/10/My-Questions-on-ColdFusion-and-Flex-remoting-projects/comment-page-1/#comment-311</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 17 Oct 2007 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnwilker.com/j/index.cfm/2007/6/29/My-Questions-on-ColdFusion-and-Flex-remoting-projects#comment-311</guid>
		<description>Dude, I swear I saw a blog post about this recently - specifically with Host My Site. I can&#039;t for the life of me find it though. I saw it on a CF blog aggregator. If I come across it, I&#039;ll post back.

cheers,

David</description>
		<content:encoded><![CDATA[<p>Dude, I swear I saw a blog post about this recently &#8211; specifically with Host My Site. I can&#8217;t for the life of me find it though. I saw it on a CF blog aggregator. If I come across it, I&#8217;ll post back.</p>
<p>cheers,</p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://johnwilker.com/2007/10/My-Questions-on-ColdFusion-and-Flex-remoting-projects/comment-page-1/#comment-310</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Tue, 16 Oct 2007 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnwilker.com/j/index.cfm/2007/6/29/My-Questions-on-ColdFusion-and-Flex-remoting-projects#comment-310</guid>
		<description>My blog is on hosted by Crystal Tech.  Whenever I&#039;m working on a Flex app with a CF backend I test the app-CFC connectivity by just uploading a barebones Flex app (with an alert box that pops up when the CFC results are returned).

The key for me is to get the path correct to the CFC in the mx:RemoteObject tag.  If your development environment is setup with the same directory structure as your hosted environment there usually isn&#039;t any problem.

Also, if you&#039;ve haven&#039;t done a Flex - CFC app yet on that host, make sure they are running the correct version of CF
(I think that its supposed to be 7.0.2?) otherwise mx:RemoteObject using a CFC will not work.</description>
		<content:encoded><![CDATA[<p>My blog is on hosted by Crystal Tech.  Whenever I&#8217;m working on a Flex app with a CF backend I test the app-CFC connectivity by just uploading a barebones Flex app (with an alert box that pops up when the CFC results are returned).</p>
<p>The key for me is to get the path correct to the CFC in the mx:RemoteObject tag.  If your development environment is setup with the same directory structure as your hosted environment there usually isn&#8217;t any problem.</p>
<p>Also, if you&#8217;ve haven&#8217;t done a Flex &#8211; CFC app yet on that host, make sure they are running the correct version of CF<br />
(I think that its supposed to be 7.0.2?) otherwise mx:RemoteObject using a CFC will not work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

