<?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: Have a Question Unrelated to a Blog Post?</title>
	<atom:link href="http://www.jamesward.com/2009/08/12/ask-the-ria-cowboy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jamesward.com/2009/08/12/ask-the-ria-cowboy/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ask-the-ria-cowboy</link>
	<description>Heroku &#124; Java &#124; Scala &#124; Cloud &#124; Open Source &#124; Linux</description>
	<lastBuildDate>Tue, 07 Feb 2012 16:03:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: James Ward</title>
		<link>http://www.jamesward.com/2009/08/12/ask-the-ria-cowboy/comment-page-3/#comment-163946</link>
		<dc:creator>James Ward</dc:creator>
		<pubDate>Fri, 23 Sep 2011 21:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/blog/?p=1124#comment-163946</guid>
		<description>Sorry.  I was not remembering correctly.  I only use the VO for AMF.  The XML is just a plain Object.</description>
		<content:encoded><![CDATA[<p>Sorry.  I was not remembering correctly.  I only use the VO for AMF.  The XML is just a plain Object.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume</title>
		<link>http://www.jamesward.com/2009/08/12/ask-the-ria-cowboy/comment-page-3/#comment-163944</link>
		<dc:creator>Guillaume</dc:creator>
		<pubDate>Fri, 23 Sep 2011 16:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/blog/?p=1124#comment-163944</guid>
		<description>Ok thank you for the quick answer.
When you say &quot;...go from all of the XML being loaded on the client to all of the data in VOs&quot; 
by VOs you just mean untyped objecst and not CensusEntryVO right ? From what I can see, in the XML AS test you just  &quot;SimpleXMLDecoder.decode() &quot; the xml.
Sorry for bothering you, I just want to be sure I understand and analyze correctly the results of the Census tests.</description>
		<content:encoded><![CDATA[<p>Ok thank you for the quick answer.<br />
When you say &#8220;&#8230;go from all of the XML being loaded on the client to all of the data in VOs&#8221;<br />
by VOs you just mean untyped objecst and not CensusEntryVO right ? From what I can see, in the XML AS test you just  &#8220;SimpleXMLDecoder.decode() &#8221; the xml.<br />
Sorry for bothering you, I just want to be sure I understand and analyze correctly the results of the Census tests.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Ward</title>
		<link>http://www.jamesward.com/2009/08/12/ask-the-ria-cowboy/comment-page-3/#comment-163937</link>
		<dc:creator>James Ward</dc:creator>
		<pubDate>Thu, 22 Sep 2011 16:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/blog/?p=1124#comment-163937</guid>
		<description>For XML to Objects the parse time is the time it takes to go from all of the XML being loaded on the client to all of the data in VOs.</description>
		<content:encoded><![CDATA[<p>For XML to Objects the parse time is the time it takes to go from all of the XML being loaded on the client to all of the data in VOs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume</title>
		<link>http://www.jamesward.com/2009/08/12/ask-the-ria-cowboy/comment-page-3/#comment-163930</link>
		<dc:creator>Guillaume</dc:creator>
		<pubDate>Thu, 22 Sep 2011 08:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/blog/?p=1124#comment-163930</guid>
		<description>Hi James,
I looked at your census2 app (and source code) and wondering what the parse time you display on the chart bar, means.
When retrieving XML, is there any kind of cast to VO occuring when you get the result ? (so you would have to parse the result).
I didn&#039;t find the source code of the datagrid populating process since it&#039;s hold by an external swf.

Thx,
G</description>
		<content:encoded><![CDATA[<p>Hi James,<br />
I looked at your census2 app (and source code) and wondering what the parse time you display on the chart bar, means.<br />
When retrieving XML, is there any kind of cast to VO occuring when you get the result ? (so you would have to parse the result).<br />
I didn&#8217;t find the source code of the datagrid populating process since it&#8217;s hold by an external swf.</p>
<p>Thx,<br />
G</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brendan</title>
		<link>http://www.jamesward.com/2009/08/12/ask-the-ria-cowboy/comment-page-3/#comment-163692</link>
		<dc:creator>Brendan</dc:creator>
		<pubDate>Sat, 30 Jul 2011 12:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/blog/?p=1124#comment-163692</guid>
		<description>Hi James, I have come across your post about integrating adobe air script within a native android app, this gives me great hope. I have an air app which runs fine on android  to connect devices using wifi, however as there is no bluetooth support I have been playing about with an android bluetoothchat demo and have this connecting to my server app now using bluetooth. I would somehow like to use the ui of adobe air app  with the socket communication of the native android app/code.

Is this possible and if yes is it worth me going down that path rather than try to totally recreate everything to do with ui and events in native android code?

Really appreciate any input you can give.

Brendan</description>
		<content:encoded><![CDATA[<p>Hi James, I have come across your post about integrating adobe air script within a native android app, this gives me great hope. I have an air app which runs fine on android  to connect devices using wifi, however as there is no bluetooth support I have been playing about with an android bluetoothchat demo and have this connecting to my server app now using bluetooth. I would somehow like to use the ui of adobe air app  with the socket communication of the native android app/code.</p>
<p>Is this possible and if yes is it worth me going down that path rather than try to totally recreate everything to do with ui and events in native android code?</p>
<p>Really appreciate any input you can give.</p>
<p>Brendan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.jamesward.com/2009/08/12/ask-the-ria-cowboy/comment-page-3/#comment-163575</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 25 Jun 2011 02:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/blog/?p=1124#comment-163575</guid>
		<description>James .. Are there any reference sites that explain the limitations of developing Flex apps for either the iOS or Android? Such as what components are not supported or should be called from AS rather than be layed out with MXML due to performance issues ..etc

Thanks</description>
		<content:encoded><![CDATA[<p>James .. Are there any reference sites that explain the limitations of developing Flex apps for either the iOS or Android? Such as what components are not supported or should be called from AS rather than be layed out with MXML due to performance issues ..etc</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirti Kishan</title>
		<link>http://www.jamesward.com/2009/08/12/ask-the-ria-cowboy/comment-page-3/#comment-163550</link>
		<dc:creator>Kirti Kishan</dc:creator>
		<pubDate>Sat, 18 Jun 2011 13:51:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/blog/?p=1124#comment-163550</guid>
		<description>oops just a correction...... With the second approach i have been using force-air.swc ( the latest build ) but not flexforforce.swc........ !!!</description>
		<content:encoded><![CDATA[<p>oops just a correction&#8230;&#8230; With the second approach i have been using force-air.swc ( the latest build ) but not flexforforce.swc&#8230;&#8230;.. !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirti Kishan</title>
		<link>http://www.jamesward.com/2009/08/12/ask-the-ria-cowboy/comment-page-3/#comment-163549</link>
		<dc:creator>Kirti Kishan</dc:creator>
		<pubDate>Sat, 18 Jun 2011 13:40:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/blog/?p=1124#comment-163549</guid>
		<description>Hi James,

 I have been following most of the example&#039;s to integrate Salesforce + Flex (AIR) to build an application which would showcase offline capabilities. I guess there are two ways to do it:  1) using the flexforforce API i.e. using Flex for Force.com project using flash builder and 2)  using force.com toolkit for Adobe Air and flex. 

With the first approach i was able to achieve the offline capability but many times  the sync hasn&#039;t been happening properly bcoz of the property lastModifiedDate ( fault code: ENTITY_FAILED_IFLASTMODIFIED_ON_UPDATE ). I guess the value of lastModifiedDate of localSQlLite DB is different from the server one&#039;s due to which sync has failed.

With the second approach i have been using flexforforce.swc (  the latest build ) and i have been facing problem when i go offline i.e. my application throws as error....... ArgumentError: Error #2004: One of the parameters is invalid at flash.utils::ByteArray/writeObject()......... how do i overcome this issue in the newwer version? Can i get the old version (as3Salesforce.swc, as3SalesforceAir.swc) of toolkit where offline sync works properly ??  

How do i overcome these issues, please can you provide with your inputs with right kind of approach to attain the offline capabilities to my application.

Thanks in Advance :-)
KK.</description>
		<content:encoded><![CDATA[<p>Hi James,</p>
<p> I have been following most of the example&#8217;s to integrate Salesforce + Flex (AIR) to build an application which would showcase offline capabilities. I guess there are two ways to do it:  1) using the flexforforce API i.e. using Flex for Force.com project using flash builder and 2)  using force.com toolkit for Adobe Air and flex. </p>
<p>With the first approach i was able to achieve the offline capability but many times  the sync hasn&#8217;t been happening properly bcoz of the property lastModifiedDate ( fault code: ENTITY_FAILED_IFLASTMODIFIED_ON_UPDATE ). I guess the value of lastModifiedDate of localSQlLite DB is different from the server one&#8217;s due to which sync has failed.</p>
<p>With the second approach i have been using flexforforce.swc (  the latest build ) and i have been facing problem when i go offline i.e. my application throws as error&#8230;&#8230;. ArgumentError: Error #2004: One of the parameters is invalid at flash.utils::ByteArray/writeObject()&#8230;&#8230;&#8230; how do i overcome this issue in the newwer version? Can i get the old version (as3Salesforce.swc, as3SalesforceAir.swc) of toolkit where offline sync works properly ??  </p>
<p>How do i overcome these issues, please can you provide with your inputs with right kind of approach to attain the offline capabilities to my application.</p>
<p>Thanks in Advance :-)<br />
KK.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Besi</title>
		<link>http://www.jamesward.com/2009/08/12/ask-the-ria-cowboy/comment-page-3/#comment-163444</link>
		<dc:creator>Besi</dc:creator>
		<pubDate>Sun, 05 Jun 2011 19:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/blog/?p=1124#comment-163444</guid>
		<description>I finally updated to flex4 and adobe air 2.6 and everything seemed to be fine until I realised that it is now sort of a big issue to update the old application (flex4 and adobe air 1.0) to update to the new version.

This is the question on stackoverflow: http://stackoverflow.com/questions/6239713

Thanks for any help on this!</description>
		<content:encoded><![CDATA[<p>I finally updated to flex4 and adobe air 2.6 and everything seemed to be fine until I realised that it is now sort of a big issue to update the old application (flex4 and adobe air 1.0) to update to the new version.</p>
<p>This is the question on stackoverflow: <a href="http://stackoverflow.com/questions/6239713" rel="nofollow">http://stackoverflow.com/questions/6239713</a></p>
<p>Thanks for any help on this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Ward</title>
		<link>http://www.jamesward.com/2009/08/12/ask-the-ria-cowboy/comment-page-3/#comment-163313</link>
		<dc:creator>James Ward</dc:creator>
		<pubDate>Fri, 13 May 2011 16:27:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/blog/?p=1124#comment-163313</guid>
		<description>I haven&#039;t done that sort of thing before so I think the solutions on StackOverflow are probably better than what I would come up with.  :)</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t done that sort of thing before so I think the solutions on StackOverflow are probably better than what I would come up with.  :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

