[appengine-java] GWT code splitting + I18N => too many files

2010-08-26 Thread Uwe Maurer
Hi, we have a quite big GWT project on Java Appengine, which uses code splitting and also multiple locales. We just added another locale and now it generates so many static files (>900) that it runs over the 3000 static files limit in total. Any chance this limit can be raised? What is the best

Re: [appengine-java] GWT code splitting + I18N => too many files

2010-08-26 Thread Gal Dolber
Maybe you can create a Linker that uploads your statics files to the blobstore, and add a Filter in appengine to serve them from the there. 2010/8/26 Uwe Maurer > Hi, > > we have a quite big GWT project on Java Appengine, which uses code > splitting and also multiple locales. We just added anoth