If your app is gwt-based, you can reduce the size of your resources by 
reducing the number of permutations.
Gwt compiles one specific final resource package for each permutation (e.g: 
5 browsers x 3 locales > 15 permutations).
This might lead to very heavy resources. See 
either http://code.google.com/p/google-web-toolkit/wiki/SoftPermutations 
or 
http://anublog.colombounplug.com/2011/02/gwt-and-multiple-permutations-of-compilation/
 
for the howtos.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to