Friday, September 3, 2010

Can I copy an image to avoid re-requesting from url?

Hi,

I have written a GWT client that among other things requests images
that are generated server-side. To conserve bandwith and server CPU, I
would like to cache the images in an url -> image map. To do that
properly, I would need to be able to copy an image as in final Image
myImage = new Image(cache.get(url));

Is this possible?

Regards,
Anders S. Johanse, ange.dk

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment