<?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: All in One &#8211; Cairngorm Store Example (ColdFusion, AMFPHP, AMFPHP 1.9, and WebServices)</title> <atom:link href="http://renaun.com/blog/2006/12/all-in-one-cairngorm-store-example-coldfusion-amfphp-amfphp-19-and-webservices/feed/" rel="self" type="application/rss+xml" /><link>http://renaun.com/blog/2006/12/all-in-one-cairngorm-store-example-coldfusion-amfphp-amfphp-19-and-webservices/</link> <description>My ideas on the web and mobile application/game technologies</description> <lastBuildDate>Sat, 27 Jun 2015 02:02:00 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=</generator> <item><title>By: Getting started with Cairngorm &#124; bybjorn.com &#124; BjÃ¸rn BÃ¸rresen - freelance web developer</title><link>http://renaun.com/blog/2006/12/all-in-one-cairngorm-store-example-coldfusion-amfphp-amfphp-19-and-webservices/#comment-485771</link> <dc:creator>Getting started with Cairngorm &#124; bybjorn.com &#124; BjÃ¸rn BÃ¸rresen - freelance web developer</dc:creator> <pubDate>Fri, 04 Dec 2009 08:56:19 +0000</pubDate> <guid isPermaLink="false">http://renaun.com/blog/2006/12/19/170/#comment-485771</guid> <description><![CDATA[[...] has a nice Cairngorm store example with support for 4 different backends (ColdFusion Remoting, AMF3, AMFPHP, AMF0). See it live [...]]]></description> <content:encoded><![CDATA[<p>[...] has a nice Cairngorm store example with support for 4 different backends (ColdFusion Remoting, AMF3, AMFPHP, AMF0). See it live [...]</p> ]]></content:encoded> </item> <item><title>By: dl</title><link>http://renaun.com/blog/2006/12/all-in-one-cairngorm-store-example-coldfusion-amfphp-amfphp-19-and-webservices/#comment-485382</link> <dc:creator>dl</dc:creator> <pubDate>Sat, 28 Mar 2009 19:39:58 +0000</pubDate> <guid isPermaLink="false">http://renaun.com/blog/2006/12/19/170/#comment-485382</guid> <description><![CDATA[Hello, could anyone post an example how to pass VO&#039;s from Flex using cairngorm to amfphp and from amfphp back to flex. *PLEASE* I already googled and try to simply pass an vo without cair but even that was not working. Well, a complete as simple as possible example would make things more clear and more joy.Yours Faithfully dl]]></description> <content:encoded><![CDATA[<p>Hello,<br /> could anyone post an example how to pass VO&#8217;s from Flex using cairngorm to amfphp and from amfphp back to flex.<br /> *PLEASE*<br /> I already googled and try to simply pass an vo without cair but even that was not working.<br /> Well, a complete as simple as possible example would make things more clear and more joy.</p><p>Yours Faithfully<br /> dl</p> ]]></content:encoded> </item> <item><title>By: Adam</title><link>http://renaun.com/blog/2006/12/all-in-one-cairngorm-store-example-coldfusion-amfphp-amfphp-19-and-webservices/#comment-369343</link> <dc:creator>Adam</dc:creator> <pubDate>Tue, 15 Apr 2008 04:21:13 +0000</pubDate> <guid isPermaLink="false">http://renaun.com/blog/2006/12/19/170/#comment-369343</guid> <description><![CDATA[It appears the source for this article doesnt include the AMF3 option in the drop down but the online app does. Is it possible to post the latest code for this. Thanks]]></description> <content:encoded><![CDATA[<p>It appears the source for this article doesnt include the AMF3 option in the drop down but the online app does. Is it possible to post the latest code for this.<br /> Thanks</p> ]]></content:encoded> </item> <item><title>By: cultfigure</title><link>http://renaun.com/blog/2006/12/all-in-one-cairngorm-store-example-coldfusion-amfphp-amfphp-19-and-webservices/#comment-73364</link> <dc:creator>cultfigure</dc:creator> <pubDate>Fri, 18 May 2007 20:20:09 +0000</pubDate> <guid isPermaLink="false">http://renaun.com/blog/2006/12/19/170/#comment-73364</guid> <description><![CDATA[I too was having the same problem Philipp was having when I tried to migrate from AMFPHP1.2 to &lt;a href=&quot;http://www.5etdemi.com/blog/archives/2007/01/amfphp-19-beta-2-ridiculously-faster/&quot; rel=&quot;nofollow&quot;&gt;1.9beta2&lt;/a&gt; where the result would die upon casting the event.result to an ICollectionView...I (eventually) found the answer &lt;a href=&quot;http://www.jeffryhouser.com/index.cfm/2007/2/19/Learning-Cairngorm-Part-3&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;, quoting:&lt;blockquote&gt; There was one line of ActionScript in the result method that I didn&#039;t understand:var products : ICollectionView = ICollectionView( event.result );This line creates a product variable of ICollectionView, and calls the ICollectionView constructor with the &#039;event.result&#039; as an argument. Unfortunately, ICollectionView is an interface and does not appear to have a constructor. This line was throwing errors.After some digging I found that an ArrayCollection inherits the ICollectionView methods through the ListCollectionView class. All code written against the ICollectionView interface should also work against an ArrayCollection. I replaced the ICollectionView line above with these two:var products : ArrayCollection = new ArrayCollection (); products.source = event.result as Array;And bingo, everything started working. &lt;/blockquote&gt;]]></description> <content:encoded><![CDATA[<p>I too was having the same problem Philipp was having when I tried to migrate from AMFPHP1.2 to <a href="http://www.5etdemi.com/blog/archives/2007/01/amfphp-19-beta-2-ridiculously-faster/" rel="nofollow">1.9beta2</a> where the result would die upon casting the event.result to an ICollectionView&#8230;</p><p>I (eventually) found the answer <a href="http://www.jeffryhouser.com/index.cfm/2007/2/19/Learning-Cairngorm-Part-3" rel="nofollow">here</a>, quoting:</p><blockquote><p> There was one line of ActionScript in the result method that I didn&#8217;t understand:</p><p>var products : ICollectionView = ICollectionView( event.result );</p><p>This line creates a product variable of ICollectionView, and calls the ICollectionView constructor with the &#8216;event.result&#8217; as an argument. Unfortunately, ICollectionView is an interface and does not appear to have a constructor. This line was throwing errors.</p><p>After some digging I found that an ArrayCollection inherits the ICollectionView methods through the ListCollectionView class. All code written against the ICollectionView interface should also work against an ArrayCollection. I replaced the ICollectionView line above with these two:</p><p>var products : ArrayCollection = new ArrayCollection ();<br /> products.source = event.result as Array;</p><p>And bingo, everything started working.</p></blockquote> ]]></content:encoded> </item> <item><title>By: J Buda</title><link>http://renaun.com/blog/2006/12/all-in-one-cairngorm-store-example-coldfusion-amfphp-amfphp-19-and-webservices/#comment-73158</link> <dc:creator>J Buda</dc:creator> <pubDate>Fri, 18 May 2007 08:14:32 +0000</pubDate> <guid isPermaLink="false">http://renaun.com/blog/2006/12/19/170/#comment-73158</guid> <description><![CDATA[oops......the sample xml isnt showing!]]></description> <content:encoded><![CDATA[<p>oops&#8230;&#8230;the sample xml isnt showing!</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/5 queries in 0.003 seconds using disk: basic
Object Caching 368/373 objects using disk: basic

 Served from: renaun.com @ 2026-06-09 08:45:28 by W3 Total Cache -->