core icon indicating copy to clipboard operation
core copied to clipboard

Googlecharts project uses java.awt classes, which is not allowed in GAE

Open pieterdegraeuwe opened this issue 13 years ago • 2 comments

Unfortunately, GAE does not allow java.awt classes, so, this great wicketstuff project cannot be used there... maybe we should get rid of all java.awt.* dependencies?

pieterdegraeuwe avatar Feb 12 '12 11:02 pieterdegraeuwe

Or get rid of GAE? :-) Or file a ticket against GAE? :-)

But well, if you can re-implement Googlecharts without AWT and send a Pull Request it is also fine.

martin-g avatar Feb 13 '12 07:02 martin-g

The used Google Image Charts API is no longer maintained. So, this issue can be closed. Maybe you should add a Readme file with a hint to the deprecation of Image Charts and the following link https://developers.google.com/chart/image/.

KluDev avatar Feb 25 '16 11:02 KluDev