You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
I started working with GWT images very recently using resource bundles (where the images are linked in at compile time), and was wondering if it's possible to build a site with many (millions) of photos or mp3s using GWT. How does one link in photos at runtime so they don't get cached?
thanks.
Jens
unread,
Oct 5, 2012, 9:04:37 AM10/5/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
The data will be served by your server and your GWT application only knows how to construct URLs pointing to that server data. ClientBundle is for static data that should and will be cached by the client, so for a flickr like app you won't use ClientBundle for the actual images but only for icons, etc used by the design of your website.