<?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: Flex-Java bridge for Adobe AIR 2.0</title>
	<atom:link href="http://www.riaspace.com/2010/01/flerry-flex-java-bridge-for-adobe-air-2-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.riaspace.com/2010/01/flerry-flex-java-bridge-for-adobe-air-2-0/</link>
	<description>Beyond Plain Old HTML Objects</description>
	<lastBuildDate>Sat, 04 Feb 2012 05:44:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: yaoconghai</title>
		<link>http://www.riaspace.com/2010/01/flerry-flex-java-bridge-for-adobe-air-2-0/comment-page-2/#comment-21224</link>
		<dc:creator>yaoconghai</dc:creator>
		<pubDate>Thu, 01 Dec 2011 16:33:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.riaspace.net/?p=973#comment-21224</guid>
		<description>hi Piotr, thanks for your great work!
i have downloaded the flerry-demo project,but when i import it into flash builder4 as a project,there are some errors.
1.Project &#039;flerry-demo&#039; is missing required Java project:&#039;flerry&#039;
2.The project cannot be built until build path errors are resolved
3.Cannot open &quot;\flerry\bin-as3\flerry.swc&quot;

I don&#039;t konw how to solve them.
can you tell me how to run the flerry-demo?
thank u!</description>
		<content:encoded><![CDATA[<p>hi Piotr, thanks for your great work!<br />
i have downloaded the flerry-demo project,but when i import it into flash builder4 as a project,there are some errors.<br />
1.Project &#8216;flerry-demo&#8217; is missing required Java project:&#8217;flerry&#8217;<br />
2.The project cannot be built until build path errors are resolved<br />
3.Cannot open &#8220;\flerry\bin-as3\flerry.swc&#8221;</p>
<p>I don&#8217;t konw how to solve them.<br />
can you tell me how to run the flerry-demo?<br />
thank u!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray Bon</title>
		<link>http://www.riaspace.com/2010/01/flerry-flex-java-bridge-for-adobe-air-2-0/comment-page-2/#comment-17674</link>
		<dc:creator>Ray Bon</dc:creator>
		<pubDate>Thu, 22 Sep 2011 23:39:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.riaspace.net/?p=973#comment-17674</guid>
		<description>A follow up to Rob McKeown 2 Mar 10 at 5:44 pm regarding the “Error #2006: The supplied index is out of bounds.”.
This error showed even when all log statements were at &#039;debug&#039; level and logging was set to &#039;info&#039;.
I was able to log to file without error. I had to comment out all console references in log4j.properties. Removing &#039;console&#039; from &#039;log4j.rootCategory&#039; was not enough.

Ray</description>
		<content:encoded><![CDATA[<p>A follow up to Rob McKeown 2 Mar 10 at 5:44 pm regarding the “Error #2006: The supplied index is out of bounds.”.<br />
This error showed even when all log statements were at &#8216;debug&#8217; level and logging was set to &#8216;info&#8217;.<br />
I was able to log to file without error. I had to comment out all console references in log4j.properties. Removing &#8216;console&#8217; from &#8216;log4j.rootCategory&#8217; was not enough.</p>
<p>Ray</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodrigo Valentim</title>
		<link>http://www.riaspace.com/2010/01/flerry-flex-java-bridge-for-adobe-air-2-0/comment-page-2/#comment-16732</link>
		<dc:creator>Rodrigo Valentim</dc:creator>
		<pubDate>Mon, 22 Aug 2011 20:18:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.riaspace.net/?p=973#comment-16732</guid>
		<description>Piotr, thanks for this code... very power full.. but.. i need one help... how i get this exception?

java.lang.reflect.InvocationTargetException

if use the database class connection, got this erro...

U now?

Thanks..</description>
		<content:encoded><![CDATA[<p>Piotr, thanks for this code&#8230; very power full.. but.. i need one help&#8230; how i get this exception?</p>
<p>java.lang.reflect.InvocationTargetException</p>
<p>if use the database class connection, got this erro&#8230;</p>
<p>U now?</p>
<p>Thanks..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.riaspace.com/2010/01/flerry-flex-java-bridge-for-adobe-air-2-0/comment-page-2/#comment-16117</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Thu, 11 Aug 2011 12:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.riaspace.net/?p=973#comment-16117</guid>
		<description>Flerry looks great, couple questions though.  We are developing a project to be compiled as either a Web or Air app.   We want to use conditional compilation (http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7abd.html).

1st problem:  You can&#039;t use conditional constants within mxml, only actionscript.  How can we declare a NativeObject in Actionscript?  We can do it with a remoteObject (http://livedocs.adobe.com/flex/3/html/help.html?content=data_access_4.html).

2nd problem:  We use the Mate framework (http://mate.asfusion.com) and make use of the RemoteObjectInvoker.  The is no such thing as a NativeObjectInvoker.  Anyone have an idea how to provide the ability to conditionally use Flerry in Air vs our remoteObject in the Web app?</description>
		<content:encoded><![CDATA[<p>Flerry looks great, couple questions though.  We are developing a project to be compiled as either a Web or Air app.   We want to use conditional compilation (<a href="http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7abd.html" rel="nofollow">http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7abd.html</a>).</p>
<p>1st problem:  You can&#8217;t use conditional constants within mxml, only actionscript.  How can we declare a NativeObject in Actionscript?  We can do it with a remoteObject (<a href="http://livedocs.adobe.com/flex/3/html/help.html?content=data_access_4.html" rel="nofollow">http://livedocs.adobe.com/flex/3/html/help.html?content=data_access_4.html</a>).</p>
<p>2nd problem:  We use the Mate framework (<a href="http://mate.asfusion.com" rel="nofollow">http://mate.asfusion.com</a>) and make use of the RemoteObjectInvoker.  The is no such thing as a NativeObjectInvoker.  Anyone have an idea how to provide the ability to conditionally use Flerry in Air vs our remoteObject in the Web app?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allen toeiop</title>
		<link>http://www.riaspace.com/2010/01/flerry-flex-java-bridge-for-adobe-air-2-0/comment-page-2/#comment-12141</link>
		<dc:creator>Allen toeiop</dc:creator>
		<pubDate>Fri, 06 May 2011 15:56:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.riaspace.net/?p=973#comment-12141</guid>
		<description>Hey I just came here to join this wonderful community. thanks  
Allen.</description>
		<content:encoded><![CDATA[<p>Hey I just came here to join this wonderful community. thanks<br />
Allen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zilogat0rIsAFool</title>
		<link>http://www.riaspace.com/2010/01/flerry-flex-java-bridge-for-adobe-air-2-0/comment-page-2/#comment-11996</link>
		<dc:creator>Zilogat0rIsAFool</dc:creator>
		<pubDate>Mon, 02 May 2011 18:37:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.riaspace.net/?p=973#comment-11996</guid>
		<description>Zilogat0r way above just can&#039;t get over the fact that Swing is garbage, and a Flex UI is much more productive to write (not to mention modern looking), so combining that with Java&#039;s ability to do practically anything (non-UI), you have a very powerful and productive combination.  Either that or he&#039;s thinking everyone should just use VB or cobol or something. haha</description>
		<content:encoded><![CDATA[<p>Zilogat0r way above just can&#8217;t get over the fact that Swing is garbage, and a Flex UI is much more productive to write (not to mention modern looking), so combining that with Java&#8217;s ability to do practically anything (non-UI), you have a very powerful and productive combination.  Either that or he&#8217;s thinking everyone should just use VB or cobol or something. haha</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saulo Nardin</title>
		<link>http://www.riaspace.com/2010/01/flerry-flex-java-bridge-for-adobe-air-2-0/comment-page-2/#comment-11348</link>
		<dc:creator>Saulo Nardin</dc:creator>
		<pubDate>Wed, 13 Apr 2011 00:29:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.riaspace.net/?p=973#comment-11348</guid>
		<description>I&#039;m having a problem with version 1.2.0 after call three times the same method.
The error message is: NativeProcess error without correlationId

Does anybody knows how to solve this problem?

Thanks</description>
		<content:encoded><![CDATA[<p>I&#8217;m having a problem with version 1.2.0 after call three times the same method.<br />
The error message is: NativeProcess error without correlationId</p>
<p>Does anybody knows how to solve this problem?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Access remote database from AIR application &#171; Oracle Notes</title>
		<link>http://www.riaspace.com/2010/01/flerry-flex-java-bridge-for-adobe-air-2-0/comment-page-2/#comment-8720</link>
		<dc:creator>Access remote database from AIR application &#171; Oracle Notes</dc:creator>
		<pubDate>Tue, 22 Feb 2011 23:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.riaspace.net/?p=973#comment-8720</guid>
		<description>[...] best yet.  Flurry.  Google Code Page    GA_googleAddAttr(&quot;AdOpt&quot;, &quot;1&quot;); GA_googleAddAttr(&quot;Origin&quot;, &quot;other&quot;); [...]</description>
		<content:encoded><![CDATA[<p>[...] best yet.  Flurry.  Google Code Page    GA_googleAddAttr(&quot;AdOpt&quot;, &quot;1&quot;); GA_googleAddAttr(&quot;Origin&quot;, &quot;other&quot;); [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felipe R. Sebastiani Sobenes</title>
		<link>http://www.riaspace.com/2010/01/flerry-flex-java-bridge-for-adobe-air-2-0/comment-page-2/#comment-5352</link>
		<dc:creator>Felipe R. Sebastiani Sobenes</dc:creator>
		<pubDate>Mon, 17 Jan 2011 19:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.riaspace.net/?p=973#comment-5352</guid>
		<description>I forget to say that Flerry is compatible with Adobe Flash Builder 4, AS3 / Adobe AIR Framework 2.5 and Java 6.</description>
		<content:encoded><![CDATA[<p>I forget to say that Flerry is compatible with Adobe Flash Builder 4, AS3 / Adobe AIR Framework 2.5 and Java 6.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felipe R. Sebastiani Sobenes</title>
		<link>http://www.riaspace.com/2010/01/flerry-flex-java-bridge-for-adobe-air-2-0/comment-page-2/#comment-5351</link>
		<dc:creator>Felipe R. Sebastiani Sobenes</dc:creator>
		<pubDate>Mon, 17 Jan 2011 19:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.riaspace.net/?p=973#comment-5351</guid>
		<description>Thanks a lot for your framework, is very usefull and easy to do.

I&#039;ve got a question, how can write a invocation to native(remote) object using only AS3, beacuse all the examples are only under tags.

So, if you can send me the example or publish the Java/AS docs.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for your framework, is very usefull and easy to do.</p>
<p>I&#8217;ve got a question, how can write a invocation to native(remote) object using only AS3, beacuse all the examples are only under tags.</p>
<p>So, if you can send me the example or publish the Java/AS docs.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

