Rebind

12 views
Skip to first unread message

ihsan ciftci

unread,
Jun 30, 2011, 7:42:49 AM6/30/11
to Google Web Toolkit
What is the purpose of com.google.user.rebind package?
Are they server-side classes? I ask this because they contain
references to BufferedImage.

Jens

unread,
Jun 30, 2011, 8:14:50 AM6/30/11
to google-we...@googlegroups.com
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).


Thomas Broyer

unread,
Jun 30, 2011, 9:05:05 AM6/30/11
to google-we...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages