On 04/14/2009 05:48 PM, Dominik Steiner wrote:
> Thanks for your answers.
>
> Ok, i can see the javascript solution, in our case a php backend would
> rewrite the html and add unique ids to the divs where the images will
> be added and call a JSNI method that will be triggered on gwt module
> load and pass the image urls to that method in an array or something.
>
> Any other possible solutions out there?
>
> Thanks for the input.
>
> Dominik
>    

Yeah, that works. Don't forget Vitali's observation about image bundles. 
They're easy to do and yield a real payoff in terms of performance.

There are several solutions once you realize that the images can be 
loaded in the background, and they can't really be enumerated right now. 
You're going to have to get a better (read site-specific) feel about the 
possibilities and constraints w/r/t/ any solution that meets your 
specific situation. Ask questions.

Be prepared to "write one to throw away" as you converge on a solution.

--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to