Are there any plans to provide tools to support large apps with GWT / GAE?
If an app supports multiple locales, browsers, gears etc. you can easily end up with many dozens of permutations.
As the total application size is currently limited to 150 MB on the GAE this causes problems for larger applications.
I've been thinking of a solution where different permutations or modules would be served from the blobstore instead of static file space but I have no idea how to implement such a GAE linker or which classes have to be adjusted.
In an ideal world the Google plugin would take care of uploading the fragments to the blobstore when deploying the app :-)
Any ideas?