<?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: MAX Lab: Making Real-Time Data Come Alive with Flex Data Visualization</title>
	<atom:link href="http://gregsramblings.com/2009/09/10/max-lab-making-real-time-data-come-alive-with-flex-data-visualization/feed/" rel="self" type="application/rss+xml" />
	<link>http://gregsramblings.com/2009/09/10/max-lab-making-real-time-data-come-alive-with-flex-data-visualization/</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: Don Kerr</title>
		<link>http://gregsramblings.com/2009/09/10/max-lab-making-real-time-data-come-alive-with-flex-data-visualization/#comment-2631</link>
		<dc:creator>Don Kerr</dc:creator>
		<pubDate>Sat, 21 Nov 2009 04:09:59 +0000</pubDate>
		<guid isPermaLink="false">http://gregsramblings.com/?p=1246#comment-2631</guid>
		<description>Figured it out after posting this last comment!  It was something I didn&#039;t find in any of the CF9 docs/blogs/etc.  It was a problem with my gateway cfc .  Had to add this function to the gateway cfc .







&lt;!---Now sending the message to the CF event gateway which in turns sends it to BlazeDS--&gt;






So, in short, the same function that was working in my cfm page ... needed to be included in the gateway cfc in order for the flex client to become the producer.

I also had to change the dot syntax
log.text += message.body.DATA.body.chatMessage + &quot;\n&quot;;

message was coming back inside .DATA.

Feels good to finally get the server-side configured properly!  Now, I can proceed with building some production CF9/BlazeDS Real-Time data projects!

I really appreciate your MAX session for inspiring me to learn more about Real-Time data viz!

Thanks Greg and Holly!
Don</description>
		<content:encoded><![CDATA[<p>Figured it out after posting this last comment!  It was something I didn&#8217;t find in any of the CF9 docs/blogs/etc.  It was a problem with my gateway cfc .  Had to add this function to the gateway cfc .</p>
<p><!---Now sending the message to the CF event gateway which in turns sends it to BlazeDS--></p>
<p>So, in short, the same function that was working in my cfm page &#8230; needed to be included in the gateway cfc in order for the flex client to become the producer.</p>
<p>I also had to change the dot syntax<br />
log.text += message.body.DATA.body.chatMessage + &#8220;\n&#8221;;</p>
<p>message was coming back inside .DATA.</p>
<p>Feels good to finally get the server-side configured properly!  Now, I can proceed with building some production CF9/BlazeDS Real-Time data projects!</p>
<p>I really appreciate your MAX session for inspiring me to learn more about Real-Time data viz!</p>
<p>Thanks Greg and Holly!<br />
Don</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don Kerr</title>
		<link>http://gregsramblings.com/2009/09/10/max-lab-making-real-time-data-come-alive-with-flex-data-visualization/#comment-2630</link>
		<dc:creator>Don Kerr</dc:creator>
		<pubDate>Sat, 21 Nov 2009 02:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://gregsramblings.com/?p=1246#comment-2630</guid>
		<description>Hi Greg,
Still have one remaining issue with CF9/longpolling with Flex client as producer.  Works great when cfm page is the producer, but not with flex.

would you view the source of this app. it included my CF9 messaging/services config files too.

http://www.fusionpage.com/flex/Messaging/bin/cfchat.html

this is the basic chat example, but using cf-longpolling-amf default in CF9.

I can’t get the producer messages to appear in the chat window.

I know the CF9 gateway works because, in another app, it receives the messages just fine
http://www.fusionpage.com/flex/Messaging/bin/screen.html
via
http://www.fusionpage.com/flex/Messaging/sendData.cfm

So, I’m trying to use the simple chat example to troubleshoot why CF9 doesn’t work with the config files I have defined. If I can figure out why the flex producer doesn’t work with CF9, using the basic chat example, then I can fix my Screen.html example too.

Would you mind looking at:
cfchat.mxml, messaging-config.xml, and services-config.xml and see if you see any issues with them?

Thanks,
Don Kerr</description>
		<content:encoded><![CDATA[<p>Hi Greg,<br />
Still have one remaining issue with CF9/longpolling with Flex client as producer.  Works great when cfm page is the producer, but not with flex.</p>
<p>would you view the source of this app. it included my CF9 messaging/services config files too.</p>
<p><a href="http://www.fusionpage.com/flex/Messaging/bin/cfchat.html" rel="nofollow">http://www.fusionpage.com/flex/Messaging/bin/cfchat.html</a></p>
<p>this is the basic chat example, but using cf-longpolling-amf default in CF9.</p>
<p>I can’t get the producer messages to appear in the chat window.</p>
<p>I know the CF9 gateway works because, in another app, it receives the messages just fine<br />
<a href="http://www.fusionpage.com/flex/Messaging/bin/screen.html" rel="nofollow">http://www.fusionpage.com/flex/Messaging/bin/screen.html</a><br />
via<br />
<a href="http://www.fusionpage.com/flex/Messaging/sendData.cfm" rel="nofollow">http://www.fusionpage.com/flex/Messaging/sendData.cfm</a></p>
<p>So, I’m trying to use the simple chat example to troubleshoot why CF9 doesn’t work with the config files I have defined. If I can figure out why the flex producer doesn’t work with CF9, using the basic chat example, then I can fix my Screen.html example too.</p>
<p>Would you mind looking at:<br />
cfchat.mxml, messaging-config.xml, and services-config.xml and see if you see any issues with them?</p>
<p>Thanks,<br />
Don Kerr</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gregorywilson</title>
		<link>http://gregsramblings.com/2009/09/10/max-lab-making-real-time-data-come-alive-with-flex-data-visualization/#comment-2629</link>
		<dc:creator>gregorywilson</dc:creator>
		<pubDate>Tue, 20 Oct 2009 13:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://gregsramblings.com/?p=1246#comment-2629</guid>
		<description>That&#039;s good to hear!  You should be able to get LiveCycle Data Services 2.6 working with it as well if needed.   LiveCycle DS 3.x won&#039;t work with CF9 yet...but will soon.

Greg</description>
		<content:encoded><![CDATA[<p>That&#8217;s good to hear!  You should be able to get LiveCycle Data Services 2.6 working with it as well if needed.   LiveCycle DS 3.x won&#8217;t work with CF9 yet&#8230;but will soon.</p>
<p>Greg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don Kerr</title>
		<link>http://gregsramblings.com/2009/09/10/max-lab-making-real-time-data-come-alive-with-flex-data-visualization/#comment-2628</link>
		<dc:creator>Don Kerr</dc:creator>
		<pubDate>Tue, 20 Oct 2009 04:10:59 +0000</pubDate>
		<guid isPermaLink="false">http://gregsramblings.com/?p=1246#comment-2628</guid>
		<description>Greg, like I told Holly in her blog ... got it working by upgrading to CF9!  Very nice.  Must have been something I missed in the manual config of CF8.  Glad CF9 comes fully integrated with BlazeDS!

Thanks again.
Don</description>
		<content:encoded><![CDATA[<p>Greg, like I told Holly in her blog &#8230; got it working by upgrading to CF9!  Very nice.  Must have been something I missed in the manual config of CF8.  Glad CF9 comes fully integrated with BlazeDS!</p>
<p>Thanks again.<br />
Don</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don Kerr</title>
		<link>http://gregsramblings.com/2009/09/10/max-lab-making-real-time-data-come-alive-with-flex-data-visualization/#comment-2627</link>
		<dc:creator>Don Kerr</dc:creator>
		<pubDate>Mon, 19 Oct 2009 00:44:38 +0000</pubDate>
		<guid isPermaLink="false">http://gregsramblings.com/?p=1246#comment-2627</guid>
		<description>Hi Greg.  I attended your Max session.  Outstanding!  You and Holly inspired me.  So, I tried to take Lesson2 and covert it so that it works with ColdFusion 8 and the flex2gateway and BlazeDS.   I followed the BlazeDS integration with CF instructions and just cannot get beyond this 500 error issue on my Mac&#039;s local CF server.  When I try to send a message to the eventgateway using CF, I get &quot;Unable to access the Flex Message Broker.&quot;  Would you happen to have an example of the chat lesson that is specific to deploying it on a CF8 and BlazeDS configuration?  It is driving me crazy trying to get the server configured properly.  Any general pointers would be helpful.  Too much code to post here with all the xml config files,etc.

Thanks for the great session at MAX!
Don Kerr
Manager, Space City Adobe User Group
Houston, TX</description>
		<content:encoded><![CDATA[<p>Hi Greg.  I attended your Max session.  Outstanding!  You and Holly inspired me.  So, I tried to take Lesson2 and covert it so that it works with ColdFusion 8 and the flex2gateway and BlazeDS.   I followed the BlazeDS integration with CF instructions and just cannot get beyond this 500 error issue on my Mac&#8217;s local CF server.  When I try to send a message to the eventgateway using CF, I get &#8220;Unable to access the Flex Message Broker.&#8221;  Would you happen to have an example of the chat lesson that is specific to deploying it on a CF8 and BlazeDS configuration?  It is driving me crazy trying to get the server configured properly.  Any general pointers would be helpful.  Too much code to post here with all the xml config files,etc.</p>
<p>Thanks for the great session at MAX!<br />
Don Kerr<br />
Manager, Space City Adobe User Group<br />
Houston, TX</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antonin</title>
		<link>http://gregsramblings.com/2009/09/10/max-lab-making-real-time-data-come-alive-with-flex-data-visualization/#comment-2626</link>
		<dc:creator>Antonin</dc:creator>
		<pubDate>Sun, 11 Oct 2009 21:33:06 +0000</pubDate>
		<guid isPermaLink="false">http://gregsramblings.com/?p=1246#comment-2626</guid>
		<description>Is there a video of the session available?</description>
		<content:encoded><![CDATA[<p>Is there a video of the session available?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Stewart</title>
		<link>http://gregsramblings.com/2009/09/10/max-lab-making-real-time-data-come-alive-with-flex-data-visualization/#comment-2625</link>
		<dc:creator>Ryan Stewart</dc:creator>
		<pubDate>Thu, 24 Sep 2009 11:26:47 +0000</pubDate>
		<guid isPermaLink="false">http://gregsramblings.com/?p=1246#comment-2625</guid>
		<description>This is going to be a bomber session. Hopefully I&#039;ll be free to see it. It combines enterprise level data with stuff Flash is good at: kick ass design.

=Ryan
ryan@adobe.com</description>
		<content:encoded><![CDATA[<p>This is going to be a bomber session. Hopefully I&#8217;ll be free to see it. It combines enterprise level data with stuff Flash is good at: kick ass design.</p>
<p>=Ryan<br />
<a href="mailto:ryan@adobe.com">ryan@adobe.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

