Currently, my app needs to dynamically write data out to a PNG file,
but the JRE white list doesn't support several of the awt classes
necessary for this (let alone FileOutputStreams). I found that there
was a solution for Python here:

http://stackoverflow.com/questions/2431345/text-to-a-png-on-app-engine-python

...and was wondering if there were any libraries for Java that could
produce something to a similar effect. That I'm aware of, I can't
think of anything that would do this on the white list.

I've tried Google Charts API but the data I need to draw isn't really
compatible with Google Charts' capabilities.

Any pointers?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to