<?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: Flerry 1.1.0 released with a two-way Flex-Java communication</title>
	<atom:link href="http://www.riaspace.com/2010/06/flerry-1-1-0-released-with-a-two-way-flex-java-communication/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.riaspace.com/2010/06/flerry-1-1-0-released-with-a-two-way-flex-java-communication/</link>
	<description>Beyond Plain Old HTML Objects</description>
	<lastBuildDate>Sat, 04 Feb 2012 13:36:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: weathervane</title>
		<link>http://www.riaspace.com/2010/06/flerry-1-1-0-released-with-a-two-way-flex-java-communication/comment-page-1/#comment-17988</link>
		<dc:creator>weathervane</dc:creator>
		<pubDate>Sun, 02 Oct 2011 03:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.riaspace.net/?p=1291#comment-17988</guid>
		<description>I love your blog.. very nice colors &amp; theme. Did you design this website yourself or did you hire someone to do it for you? Plz reply as I&#039;m looking to design my own blog and would like to know where u got this from. thanks a lot</description>
		<content:encoded><![CDATA[<p>I love your blog.. very nice colors &amp; theme. Did you design this website yourself or did you hire someone to do it for you? Plz reply as I&#8217;m looking to design my own blog and would like to know where u got this from. thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Aibo</title>
		<link>http://www.riaspace.com/2010/06/flerry-1-1-0-released-with-a-two-way-flex-java-communication/comment-page-1/#comment-14195</link>
		<dc:creator>The Aibo</dc:creator>
		<pubDate>Mon, 04 Jul 2011 20:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.riaspace.net/?p=1291#comment-14195</guid>
		<description>I&#039;ve used Flerry sucessly in a desktop enviroment. WinXP / Win 7 with JRE 6, with only little adjustements to source code.

But, i saw that Flerry needs the Java executable to send information between the process.

Is there an adaptation or alternative to use Flerry in Android?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve used Flerry sucessly in a desktop enviroment. WinXP / Win 7 with JRE 6, with only little adjustements to source code.</p>
<p>But, i saw that Flerry needs the Java executable to send information between the process.</p>
<p>Is there an adaptation or alternative to use Flerry in Android?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: julakali</title>
		<link>http://www.riaspace.com/2010/06/flerry-1-1-0-released-with-a-two-way-flex-java-communication/comment-page-1/#comment-3287</link>
		<dc:creator>julakali</dc:creator>
		<pubDate>Wed, 29 Sep 2010 08:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.riaspace.net/?p=1291#comment-3287</guid>
		<description>I have a Question about flerry:
When setting singleton to &quot;false&quot;,
how can I instantiate and differentiate between different istances of the java Object?</description>
		<content:encoded><![CDATA[<p>I have a Question about flerry:<br />
When setting singleton to &#8220;false&#8221;,<br />
how can I instantiate and differentiate between different istances of the java Object?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erko Bridee</title>
		<link>http://www.riaspace.com/2010/06/flerry-1-1-0-released-with-a-two-way-flex-java-communication/comment-page-1/#comment-2436</link>
		<dc:creator>Erko Bridee</dc:creator>
		<pubDate>Wed, 21 Jul 2010 03:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.riaspace.net/?p=1291#comment-2436</guid>
		<description>Hello o/

nice work \o/

actually i´m studying this lib to use in one project then i reviewing the code and found 1 problem in this function on NativeObject.as where when i execute the demo application the Thread start the second return value from java cause the follow Erro 2006 [ The supplied index is out of bounds. ] so...

i solve the problem hehe with this change on NativeObject.as, on the function [ onOutputData ]


messageBytes.clear();			
			nativeProcess.standardOutput.readBytes(...


and after first if

				//create object from the collected bytes
				var message:AcknowledgeMessage;
				
				if(messageBytes.bytesAvailable &gt; 0) 
{					messageBytes.position = 0;	
message = messageBytes.readObject() as AcknowledgeMessage;
}

now working fine \o/</description>
		<content:encoded><![CDATA[<p>Hello o/</p>
<p>nice work \o/</p>
<p>actually i´m studying this lib to use in one project then i reviewing the code and found 1 problem in this function on NativeObject.as where when i execute the demo application the Thread start the second return value from java cause the follow Erro 2006 [ The supplied index is out of bounds. ] so&#8230;</p>
<p>i solve the problem hehe with this change on NativeObject.as, on the function [ onOutputData ]</p>
<p>messageBytes.clear();<br />
			nativeProcess.standardOutput.readBytes(&#8230;</p>
<p>and after first if</p>
<p>				//create object from the collected bytes<br />
				var message:AcknowledgeMessage;</p>
<p>				if(messageBytes.bytesAvailable &gt; 0)<br />
{					messageBytes.position = 0;<br />
message = messageBytes.readObject() as AcknowledgeMessage;<br />
}</p>
<p>now working fine \o/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flerry 1.1.1 released supporting large objects transfer &#124; Space of Flex/AIR technologies</title>
		<link>http://www.riaspace.com/2010/06/flerry-1-1-0-released-with-a-two-way-flex-java-communication/comment-page-1/#comment-2403</link>
		<dc:creator>Flerry 1.1.1 released supporting large objects transfer &#124; Space of Flex/AIR technologies</dc:creator>
		<pubDate>Wed, 07 Jul 2010 08:40:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.riaspace.net/?p=1291#comment-2403</guid>
		<description>[...] and download the flerry and flerry-demo projects. You may also find my previous posts (Post 1 &#124; Post 2) [...]</description>
		<content:encoded><![CDATA[<p>[...] and download the flerry and flerry-demo projects. You may also find my previous posts (Post 1 | Post 2) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prasad</title>
		<link>http://www.riaspace.com/2010/06/flerry-1-1-0-released-with-a-two-way-flex-java-communication/comment-page-1/#comment-2390</link>
		<dc:creator>Prasad</dc:creator>
		<pubDate>Thu, 01 Jul 2010 16:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.riaspace.net/?p=1291#comment-2390</guid>
		<description>This is great, thanks!

Just one question. Why Java api is different than AS3 api? In AS3 you have nativeObject.JavaMethod(args) but in Java you must work with message subscribing. Wouldn&#039;t it be much more easier if Java side has the same api as AS3, something  like nativeObject.As3Method(args)?</description>
		<content:encoded><![CDATA[<p>This is great, thanks!</p>
<p>Just one question. Why Java api is different than AS3 api? In AS3 you have nativeObject.JavaMethod(args) but in Java you must work with message subscribing. Wouldn&#8217;t it be much more easier if Java side has the same api as AS3, something  like nativeObject.As3Method(args)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos Rovira</title>
		<link>http://www.riaspace.com/2010/06/flerry-1-1-0-released-with-a-two-way-flex-java-communication/comment-page-1/#comment-2383</link>
		<dc:creator>Carlos Rovira</dc:creator>
		<pubDate>Wed, 30 Jun 2010 10:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.riaspace.net/?p=1291#comment-2383</guid>
		<description>Great! It&#039;s good to see this project evolving! Keep the good work! :)</description>
		<content:encoded><![CDATA[<p>Great! It&#8217;s good to see this project evolving! Keep the good work! <img src='http://www.riaspace.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anitha</title>
		<link>http://www.riaspace.com/2010/06/flerry-1-1-0-released-with-a-two-way-flex-java-communication/comment-page-1/#comment-2382</link>
		<dc:creator>Anitha</dc:creator>
		<pubDate>Wed, 30 Jun 2010 10:44:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.riaspace.net/?p=1291#comment-2382</guid>
		<description>Thank you for the information...........</description>
		<content:encoded><![CDATA[<p>Thank you for the information&#8230;&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: malczak</title>
		<link>http://www.riaspace.com/2010/06/flerry-1-1-0-released-with-a-two-way-flex-java-communication/comment-page-1/#comment-2381</link>
		<dc:creator>malczak</dc:creator>
		<pubDate>Wed, 30 Jun 2010 10:30:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.riaspace.net/?p=1291#comment-2381</guid>
		<description>thanks for sharing, good piece of code.</description>
		<content:encoded><![CDATA[<p>thanks for sharing, good piece of code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flex learner &#124; Blog &#124; Flerry 1.1.0 released with a two-way Flex-Java communication ...</title>
		<link>http://www.riaspace.com/2010/06/flerry-1-1-0-released-with-a-two-way-flex-java-communication/comment-page-1/#comment-2380</link>
		<dc:creator>Flex learner &#124; Blog &#124; Flerry 1.1.0 released with a two-way Flex-Java communication ...</dc:creator>
		<pubDate>Wed, 30 Jun 2010 10:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.riaspace.net/?p=1291#comment-2380</guid>
		<description>[...] Continue reading here: Flerry 1.1.0 released with a two-way Flex-Java communication &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Continue reading here: Flerry 1.1.0 released with a two-way Flex-Java communication &#8230; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

