Thursday, June 30, 2011

Aw: Rebind

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+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