<?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: A Wicket API for Google Charts</title>
	<atom:link href="http://www.codecommit.com/blog/java/a-wicket-api-for-google-charts/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codecommit.com/blog/java/a-wicket-api-for-google-charts</link>
	<description>(permanently in beta)</description>
	<lastBuildDate>Sun, 29 Aug 2010 20:01:44 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Daniel Spiewak</title>
		<link>http://www.codecommit.com/blog/java/a-wicket-api-for-google-charts/comment-page-1#comment-3871</link>
		<dc:creator>Daniel Spiewak</dc:creator>
		<pubDate>Mon, 28 Jul 2008 18:12:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.codecommit.com/blog/java/a-wicket-api-for-google-charts#comment-3871</guid>
		<description>I would love to update the API, but I just don&#039;t have time.  :-(  The code is all in the wicket-stuff SVN though, so you&#039;re perfectly free to make changes directly within the API itself (rather than separate additions).  Amir Kibbar also has a fork of the project maintained on his site (see above in comments).  Not sure if he&#039;s done much with it other than add serialization, but it might be worth checking out.</description>
		<content:encoded><![CDATA[<p>I would love to update the API, but I just don&#8217;t have time.  <img src='http://www.codecommit.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />   The code is all in the wicket-stuff SVN though, so you&#8217;re perfectly free to make changes directly within the API itself (rather than separate additions).  Amir Kibbar also has a fork of the project maintained on his site (see above in comments).  Not sure if he&#8217;s done much with it other than add serialization, but it might be worth checking out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Per Ejeklint</title>
		<link>http://www.codecommit.com/blog/java/a-wicket-api-for-google-charts/comment-page-1#comment-3866</link>
		<dc:creator>Per Ejeklint</dc:creator>
		<pubDate>Mon, 28 Jul 2008 14:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.codecommit.com/blog/java/a-wicket-api-for-google-charts#comment-3866</guid>
		<description>Hi Daniel, do you have any plans for updating to the latest incarnation of the Google Charts? There are some nice new things with it, like google-o-meter and maps. I did a QAD addition on my own but felt that the overall architecture should be considered to keep code clean. Which I had no time to think more about. :-)</description>
		<content:encoded><![CDATA[<p>Hi Daniel, do you have any plans for updating to the latest incarnation of the Google Charts? There are some nice new things with it, like google-o-meter and maps. I did a QAD addition on my own but felt that the overall architecture should be considered to keep code clean. Which I had no time to think more about. <img src='http://www.codecommit.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Spiewak</title>
		<link>http://www.codecommit.com/blog/java/a-wicket-api-for-google-charts/comment-page-1#comment-3853</link>
		<dc:creator>Daniel Spiewak</dc:creator>
		<pubDate>Wed, 23 Jul 2008 23:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.codecommit.com/blog/java/a-wicket-api-for-google-charts#comment-3853</guid>
		<description>The zip (as well as the wicket-stuff SVN) does contain the full example that I used for testing.  To answer your question though, the chart isn&#039;t &quot;sent to be made&quot;, the Chart component merely constructs an &lt;img/&gt; with the appropriate URL.  Thus, Google handles all the details of making and caching the chart image.</description>
		<content:encoded><![CDATA[<p>The zip (as well as the wicket-stuff SVN) does contain the full example that I used for testing.  To answer your question though, the chart isn&#8217;t &#8220;sent to be made&#8221;, the Chart component merely constructs an &lt;img/> with the appropriate URL.  Thus, Google handles all the details of making and caching the chart image.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://www.codecommit.com/blog/java/a-wicket-api-for-google-charts/comment-page-1#comment-3852</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Wed, 23 Jul 2008 23:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.codecommit.com/blog/java/a-wicket-api-for-google-charts#comment-3852</guid>
		<description>Hey!
First of all nice work!
I am wondering, do you have a full example on how to use your code? I am not sure how I actually send the charts to be made. In your code above, there is this method add(Chart) which I am not sure where is located.

Anyhow, a full example would help

Thanks :)</description>
		<content:encoded><![CDATA[<p>Hey!<br />
First of all nice work!<br />
I am wondering, do you have a full example on how to use your code? I am not sure how I actually send the charts to be made. In your code above, there is this method add(Chart) which I am not sure where is located.</p>
<p>Anyhow, a full example would help</p>
<p>Thanks <img src='http://www.codecommit.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shelon Padmore</title>
		<link>http://www.codecommit.com/blog/java/a-wicket-api-for-google-charts/comment-page-1#comment-3784</link>
		<dc:creator>Shelon Padmore</dc:creator>
		<pubDate>Sat, 28 Jun 2008 04:18:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.codecommit.com/blog/java/a-wicket-api-for-google-charts#comment-3784</guid>
		<description>Yeah Serialization would actually be a huge plus</description>
		<content:encoded><![CDATA[<p>Yeah Serialization would actually be a huge plus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Spiewak</title>
		<link>http://www.codecommit.com/blog/java/a-wicket-api-for-google-charts/comment-page-1#comment-2752</link>
		<dc:creator>Daniel Spiewak</dc:creator>
		<pubDate>Thu, 24 Jan 2008 15:20:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.codecommit.com/blog/java/a-wicket-api-for-google-charts#comment-2752</guid>
		<description>djspiewak AT gmail DOT com

Thanks for doing the patch, I just never got around to fixing it all myself.</description>
		<content:encoded><![CDATA[<p>djspiewak AT gmail DOT com</p>
<p>Thanks for doing the patch, I just never got around to fixing it all myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amir Kibbar</title>
		<link>http://www.codecommit.com/blog/java/a-wicket-api-for-google-charts/comment-page-1#comment-2747</link>
		<dc:creator>Amir Kibbar</dc:creator>
		<pubDate>Thu, 24 Jan 2008 12:59:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.codecommit.com/blog/java/a-wicket-api-for-google-charts#comment-2747</guid>
		<description>Daniel,

I&#039;ve checked out your code from the wicket-stuff project and added Serialization all over the place. 

I&#039;ve also created a patch that you can simply apply and commit - where can I send it?

thanks,
Amir</description>
		<content:encoded><![CDATA[<p>Daniel,</p>
<p>I&#8217;ve checked out your code from the wicket-stuff project and added Serialization all over the place. </p>
<p>I&#8217;ve also created a patch that you can simply apply and commit &#8211; where can I send it?</p>
<p>thanks,<br />
Amir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Spiewak</title>
		<link>http://www.codecommit.com/blog/java/a-wicket-api-for-google-charts/comment-page-1#comment-2709</link>
		<dc:creator>Daniel Spiewak</dc:creator>
		<pubDate>Sun, 20 Jan 2008 18:18:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.codecommit.com/blog/java/a-wicket-api-for-google-charts#comment-2709</guid>
		<description>Ah, good point on the serialization thing!  I&#039;ll fix that in trunk/

The project sources have been released into the wicket-stuff project, licensed under Apache License 2.0.  In other words, use away!  :-)</description>
		<content:encoded><![CDATA[<p>Ah, good point on the serialization thing!  I&#8217;ll fix that in trunk/</p>
<p>The project sources have been released into the wicket-stuff project, licensed under Apache License 2.0.  In other words, use away!  <img src='http://www.codecommit.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amir Kibbar</title>
		<link>http://www.codecommit.com/blog/java/a-wicket-api-for-google-charts/comment-page-1#comment-2708</link>
		<dc:creator>Amir Kibbar</dc:creator>
		<pubDate>Sun, 20 Jan 2008 09:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.codecommit.com/blog/java/a-wicket-api-for-google-charts#comment-2708</guid>
		<description>Great work!

If it&#039;s ok with you I&#039;d like to use your &quot;sample&quot; code in my project: http://mareco.sourceforge.net/site/index.html

I had to fix just one thing - you did not make any of your classes Serializable, and wicket requires that everything in the pages be Serializable.

Thanks,
Amir</description>
		<content:encoded><![CDATA[<p>Great work!</p>
<p>If it&#8217;s ok with you I&#8217;d like to use your &#8220;sample&#8221; code in my project: <a href="http://mareco.sourceforge.net/site/index.html" rel="nofollow">http://mareco.sourceforge.net/site/index.html</a></p>
<p>I had to fix just one thing &#8211; you did not make any of your classes Serializable, and wicket requires that everything in the pages be Serializable.</p>
<p>Thanks,<br />
Amir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Per Ejeklint</title>
		<link>http://www.codecommit.com/blog/java/a-wicket-api-for-google-charts/comment-page-1#comment-2707</link>
		<dc:creator>Per Ejeklint</dc:creator>
		<pubDate>Fri, 18 Jan 2008 12:44:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.codecommit.com/blog/java/a-wicket-api-for-google-charts#comment-2707</guid>
		<description>Sweet! Very nicely put together, it will fit perfectly with my little hobby project, displaying humidity and temperature graphs.</description>
		<content:encoded><![CDATA[<p>Sweet! Very nicely put together, it will fit perfectly with my little hobby project, displaying humidity and temperature graphs.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
