Chart API with Del.icio.us Web Service
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
Comments(0)