Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I create an image dynamically on AppEngine

I have an application hosted in Java on AppEngine and I would like to add a feature where users can get a graphical summary of their data. BufferedImage is listed as not supported on AppEngine. The display process will be simple--a series of small squares in one of two colors.

Regards,

Kent

like image 579
Kent Beck Avatar asked Nov 06 '22 21:11

Kent Beck


1 Answers

If you don't find a better solution, you could delegate the graph generation to Google Charts

like image 194
Guido Avatar answered Nov 12 '22 12:11

Guido