<?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: JavaFX, Retrieving non XML/JSON data from clouds</title>
	<atom:link href="http://silveiraneto.net/2009/05/31/javafx-retrieving-non-xmljson-data-from-clouds/feed/" rel="self" type="application/rss+xml" />
	<link>http://silveiraneto.net/2009/05/31/javafx-retrieving-non-xmljson-data-from-clouds/</link>
	<description></description>
	<lastBuildDate>Fri, 09 Mar 2012 04:14:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: João Gonçalves</title>
		<link>http://silveiraneto.net/2009/05/31/javafx-retrieving-non-xmljson-data-from-clouds/comment-page-1/#comment-4388</link>
		<dc:creator>João Gonçalves</dc:creator>
		<pubDate>Thu, 19 Nov 2009 15:22:58 +0000</pubDate>
		<guid isPermaLink="false">http://silveiraneto.net/?p=2631#comment-4388</guid>
		<description>Hi,

The enqueue() command was deprecated in version 1.2.
Now you must use the start() command.

Here are the corrections:

planetsRequest.enqueue(); -&gt; planetsRequest.start();
ipRequest.enqueue(); -&gt; ipRequest.start();
zemblyRequest.enqueue(); -&gt; zemblyRequest.start();

;)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>The enqueue() command was deprecated in version 1.2.<br />
Now you must use the start() command.</p>
<p>Here are the corrections:</p>
<p>planetsRequest.enqueue(); -&gt; planetsRequest.start();<br />
ipRequest.enqueue(); -&gt; ipRequest.start();<br />
zemblyRequest.enqueue(); -&gt; zemblyRequest.start();</p>
<p>;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silveira Neto</title>
		<link>http://silveiraneto.net/2009/05/31/javafx-retrieving-non-xmljson-data-from-clouds/comment-page-1/#comment-4258</link>
		<dc:creator>Silveira Neto</dc:creator>
		<pubDate>Sun, 25 Oct 2009 22:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://silveiraneto.net/?p=2631#comment-4258</guid>
		<description>You&#039;re wellcome @Daniel. Please, if you modify a source in order to make it work in newest versions of JavaFX, feel free post them in the commentaries and I&#039;ll update the post.</description>
		<content:encoded><![CDATA[<p>You&#8217;re wellcome @Daniel. Please, if you modify a source in order to make it work in newest versions of JavaFX, feel free post them in the commentaries and I&#8217;ll update the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://silveiraneto.net/2009/05/31/javafx-retrieving-non-xmljson-data-from-clouds/comment-page-1/#comment-4256</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sun, 25 Oct 2009 22:03:54 +0000</pubDate>
		<guid isPermaLink="false">http://silveiraneto.net/?p=2631#comment-4256</guid>
		<description>Thanx for your quick reply. I&#039;m working on finding a solution, or a clue to adapt it to the new specifications.

Even if your scripts could be outdated, I still think your scripts are really good to begin to learn, so I&#039;ll visit your blog regularly :-)</description>
		<content:encoded><![CDATA[<p>Thanx for your quick reply. I&#8217;m working on finding a solution, or a clue to adapt it to the new specifications.</p>
<p>Even if your scripts could be outdated, I still think your scripts are really good to begin to learn, so I&#8217;ll visit your blog regularly :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silveira Neto</title>
		<link>http://silveiraneto.net/2009/05/31/javafx-retrieving-non-xmljson-data-from-clouds/comment-page-1/#comment-4255</link>
		<dc:creator>Silveira Neto</dc:creator>
		<pubDate>Sun, 25 Oct 2009 20:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://silveiraneto.net/?p=2631#comment-4255</guid>
		<description>Hi @Daniel. Probably the problem is that some of my codes here in the blog are no longer consistent with the current JavaFX&#039;s syntax and API. Probably minor adjustments should be done in the code in order to make it work properly.</description>
		<content:encoded><![CDATA[<p>Hi @Daniel. Probably the problem is that some of my codes here in the blog are no longer consistent with the current JavaFX&#8217;s syntax and API. Probably minor adjustments should be done in the code in order to make it work properly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://silveiraneto.net/2009/05/31/javafx-retrieving-non-xmljson-data-from-clouds/comment-page-1/#comment-4254</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sun, 25 Oct 2009 18:24:03 +0000</pubDate>
		<guid isPermaLink="false">http://silveiraneto.net/?p=2631#comment-4254</guid>
		<description>Hi, Silveira. I&#039;m new with JavaFX scripts (but I use to develop in Java), and I&#039;m having some fun with some tutorials. Yours is quite good, but I got an error when trying to run your examples. I use Eclipse, and it doesn&#039;t let me run your raw data reader because it doesn&#039;t find the method enqueue(). I&#039;m sure that&#039;s a newbie mistake, easy to solve, but I haven&#039;t found anything helpful in Internet.
Any help from you would be really appreciated.
And congratulations for your site, is quite interesting and educative.</description>
		<content:encoded><![CDATA[<p>Hi, Silveira. I&#8217;m new with JavaFX scripts (but I use to develop in Java), and I&#8217;m having some fun with some tutorials. Yours is quite good, but I got an error when trying to run your examples. I use Eclipse, and it doesn&#8217;t let me run your raw data reader because it doesn&#8217;t find the method enqueue(). I&#8217;m sure that&#8217;s a newbie mistake, easy to solve, but I haven&#8217;t found anything helpful in Internet.<br />
Any help from you would be really appreciated.<br />
And congratulations for your site, is quite interesting and educative.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd Fast</title>
		<link>http://silveiraneto.net/2009/05/31/javafx-retrieving-non-xmljson-data-from-clouds/comment-page-1/#comment-3821</link>
		<dc:creator>Todd Fast</dc:creator>
		<pubDate>Sun, 31 May 2009 17:21:09 +0000</pubDate>
		<guid isPermaLink="false">http://silveiraneto.net/?p=2631#comment-3821</guid>
		<description>Good article, Silveiro. By the way, we just released a new, easier way to call services at zembly. You can read about it at http://zembly.com/ui/callAPI

Basically, we now have a JavaFX client library, called ZCL, that makes calling zembly services almost as easy as calling them from inside zembly itself, with just a single line of code. (We also have a library for Java.) You can download the library over at Kenai: http://kenai.com/projects/zcl/pages/Home

One nice thing about using ZCL, beyond just the simplicity, is that it uses OAuth to authenticate to zembly so that you can use your zembly keychain to call services like Twitter, Google, Yahoo, etc. without distributing all those API access keys with your application.</description>
		<content:encoded><![CDATA[<p>Good article, Silveiro. By the way, we just released a new, easier way to call services at zembly. You can read about it at <a href="http://zembly.com/ui/callAPI" rel="nofollow">http://zembly.com/ui/callAPI</a></p>
<p>Basically, we now have a JavaFX client library, called ZCL, that makes calling zembly services almost as easy as calling them from inside zembly itself, with just a single line of code. (We also have a library for Java.) You can download the library over at Kenai: <a href="http://kenai.com/projects/zcl/pages/Home" rel="nofollow">http://kenai.com/projects/zcl/pages/Home</a></p>
<p>One nice thing about using ZCL, beyond just the simplicity, is that it uses OAuth to authenticate to zembly so that you can use your zembly keychain to call services like Twitter, Google, Yahoo, etc. without distributing all those API access keys with your application.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

