<?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: A simple approach to Flex ColdFusion integration</title>
	<atom:link href="http://gregsramblings.com/2009/04/17/a-simple-approach-to-flex-coldfusion-integration/feed/" rel="self" type="application/rss+xml" />
	<link>http://gregsramblings.com/2009/04/17/a-simple-approach-to-flex-coldfusion-integration/</link>
	<description>Adobe, Technology, Photography, Aviation and other Ramblings</description>
	<lastBuildDate>Mon, 21 May 2012 17:47:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Fernando</title>
		<link>http://gregsramblings.com/2009/04/17/a-simple-approach-to-flex-coldfusion-integration/#comment-2521</link>
		<dc:creator>Fernando</dc:creator>
		<pubDate>Mon, 11 Oct 2010 15:37:42 +0000</pubDate>
		<guid isPermaLink="false">http://gregsramblings.com/?p=821#comment-2521</guid>
		<description>Hi There,

Like you Greg, i&#039;m trying ColdFusion and I&#039;m really new to this platform.
I&#039;ve downloaded ColdFusion 9 server, ColdFusion Builder and Flash Builder.
The server is configured and working well, I made my first data driven project in CF Builder and it worked, so I&#039;m trying to make my first Flashbuilder project with Colfusion as back end, but when I select in Flashbuilder New Project it doesn&#039;t show me the option to create a Coldfusion based project. so my question is: What do I have to do to flashbuilder show me that option???</description>
		<content:encoded><![CDATA[<p>Hi There,</p>
<p>Like you Greg, i&#8217;m trying ColdFusion and I&#8217;m really new to this platform.<br />
I&#8217;ve downloaded ColdFusion 9 server, ColdFusion Builder and Flash Builder.<br />
The server is configured and working well, I made my first data driven project in CF Builder and it worked, so I&#8217;m trying to make my first Flashbuilder project with Colfusion as back end, but when I select in Flashbuilder New Project it doesn&#8217;t show me the option to create a Coldfusion based project. so my question is: What do I have to do to flashbuilder show me that option???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roman</title>
		<link>http://gregsramblings.com/2009/04/17/a-simple-approach-to-flex-coldfusion-integration/#comment-2520</link>
		<dc:creator>Roman</dc:creator>
		<pubDate>Fri, 16 Oct 2009 20:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://gregsramblings.com/?p=821#comment-2520</guid>
		<description>Hi Greg, not sure if you can answer this or not.  I&#039;m pretty much an expert with ColdFusion, but am just about to write my first line of Flex code.  So I downloaded the Flash Builder 4 Beta 2, and ColdFusion Builder for CF9.  I work in a team environment though, so I don&#039;t have ColdFusion server running on my local box, it&#039;s only on the Dev, Test, Stage and Production servers.  So I&#039;m just trying to figure out how the hack do I setup my first Flex project.  The reason I&#039;m doing Flex, is because my current project requires some data to be pushed to connected clients in near real-time.  So after reading all sorts of stuff about it, looks like BlazeDS is what I need.  Which supposedly comes by default with CF9.  But do I need to use BlazeDS for everything?  I thought I&#039;d only use if for real-time messaging, but then what do I do with all the regular stuff when I need to hit a CFC to get some data?

Ok, first real question, once I pick ColdFusion as Server Technology do I need to pick BlazeDS or ColdFusion Flash Remoting?  And if I pick one, and I stuck with it for the whole project?  So then do I have to have a different project for things that do need to use BlazeDS from the ones that don&#039;t?

Or based on your post, can I just do something manually in code myself and not have to choose any of these options at all?

Second question, it asks for a default location of a local ColdFusion server, does that mean I will have to install CF on my local box?  Is there no way to make this thing work with CF on our Dev server?  I don&#039;t want to have to setup all the data sources local, etc.

And then what&#039;s it about using build-in coldfusoin web server?  What&#039;s the web root, I have to browse for it, does that mean that again there is no way to do this with the Dev server?

Thanks, hope you can answer some of these.</description>
		<content:encoded><![CDATA[<p>Hi Greg, not sure if you can answer this or not.  I&#8217;m pretty much an expert with ColdFusion, but am just about to write my first line of Flex code.  So I downloaded the Flash Builder 4 Beta 2, and ColdFusion Builder for CF9.  I work in a team environment though, so I don&#8217;t have ColdFusion server running on my local box, it&#8217;s only on the Dev, Test, Stage and Production servers.  So I&#8217;m just trying to figure out how the hack do I setup my first Flex project.  The reason I&#8217;m doing Flex, is because my current project requires some data to be pushed to connected clients in near real-time.  So after reading all sorts of stuff about it, looks like BlazeDS is what I need.  Which supposedly comes by default with CF9.  But do I need to use BlazeDS for everything?  I thought I&#8217;d only use if for real-time messaging, but then what do I do with all the regular stuff when I need to hit a CFC to get some data?</p>
<p>Ok, first real question, once I pick ColdFusion as Server Technology do I need to pick BlazeDS or ColdFusion Flash Remoting?  And if I pick one, and I stuck with it for the whole project?  So then do I have to have a different project for things that do need to use BlazeDS from the ones that don&#8217;t?</p>
<p>Or based on your post, can I just do something manually in code myself and not have to choose any of these options at all?</p>
<p>Second question, it asks for a default location of a local ColdFusion server, does that mean I will have to install CF on my local box?  Is there no way to make this thing work with CF on our Dev server?  I don&#8217;t want to have to setup all the data sources local, etc.</p>
<p>And then what&#8217;s it about using build-in coldfusoin web server?  What&#8217;s the web root, I have to browse for it, does that mean that again there is no way to do this with the Dev server?</p>
<p>Thanks, hope you can answer some of these.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 20/04/09 &#171; Robertopriz&#8217;s Weblog</title>
		<link>http://gregsramblings.com/2009/04/17/a-simple-approach-to-flex-coldfusion-integration/#comment-2519</link>
		<dc:creator>20/04/09 &#171; Robertopriz&#8217;s Weblog</dc:creator>
		<pubDate>Mon, 20 Apr 2009 12:02:34 +0000</pubDate>
		<guid isPermaLink="false">http://gregsramblings.com/?p=821#comment-2519</guid>
		<description>[...] greg wilson - coldfusion flex integration http://gregsramblings.com/2009/04/17/a-simple-approach-to-flex-coldfusion-integration/ [...]</description>
		<content:encoded><![CDATA[<p>[...] greg wilson &#8211; coldfusion flex integration <a href="http://gregsramblings.com/2009/04/17/a-simple-approach-to-flex-coldfusion-integration/" rel="nofollow">http://gregsramblings.com/2009/04/17/a-simple-approach-to-flex-coldfusion-integration/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terrence Ryan</title>
		<link>http://gregsramblings.com/2009/04/17/a-simple-approach-to-flex-coldfusion-integration/#comment-2518</link>
		<dc:creator>Terrence Ryan</dc:creator>
		<pubDate>Sat, 18 Apr 2009 03:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://gregsramblings.com/?p=821#comment-2518</guid>
		<description>I know I&#039;m happy to see more ColdFusion love.</description>
		<content:encoded><![CDATA[<p>I know I&#8217;m happy to see more ColdFusion love.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

