Re: Aw: Rebind

2011-06-30 Thread Thomas Broyer
For more information, see 
http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsDeferred.html

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/2sNpcx4fozwJ.
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.



Aw: Rebind

2011-06-30 Thread Jens
Typically these classes are used during compilation of your GWT app. Most of 
them are generator classes and utility classes used by these generators. 
Generators are used to generate additional client side code for your app, 
e.g. code that implements your GWT RPC service if you have one. As 
compilation is done in a normal JVM its fine to have references to 
BufferedImage in these classes. I assume that BufferedImage will be used to 
generate image bundles (a big image containing many small images used in 
ClientBundles).


-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/-evYfE2RkyUJ.
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.