Posted by: Vaibhav Choudhary on: June 8, 2009
Continuing the comment in last blog post…
Why not, here goes an example with Pie Chart and RSS feed. It is the same, I used in javafx.com/samples/ShoppingMashup.
For simplicity in this example, I am removing the book information and just showing how to call Del.icio.us tags and put the information in Pie Chart. I am simply using Delicious username called “javafx” and getting 4 tags of it. Counts of 4 tags will be plotted on Chart.
(No JNLP sorry, my machine is not in good shape to post JNLP)
Source Code :
1. Main File
[...] Chart API with Del.icio.us Web Service Posted June 8, 2009 [...]
[...] then followed up with a blog populating a chart from a web service call. The important pieces are the following code blocks. The first here is what generates the Pie Chart [...]
can you please post the exception here.. it need to be removed from runtime. It can go as a bug. Unlike Java, javafx user need not to handle exceptions.
2 | Mohamed Sanaulla
June 10, 2009 at 2:29 pm
I tried taking the username from the TextBox control i wasnt able to do it. Was getting some sort of JVM exception
And also the NetBeans plugin is not so good. It doesn’t do the auto formatting. Eclipse plugin is worst. No proper code completion.