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