Ok, so I managed to solve this problem using a different approach, which was to zip the static files, and unzip them on the fly in a servlet as needed. I describe it here: http://forums.smartclient.com/showthread.php?t=5258
This solution is for smartgwt, but anyone trying to upload more than 1000 files to gae can use a similar approach. Thanks! On Apr 15, 12:56 pm, ivo <[email protected]> wrote: > Ok, but my question is how to set-up gwt in such a way that it can > look for static files from other urls (for the time being regardless > of the specific IE quircks) > thanks! > > On Apr 15, 12:25 pm, Salvador Diaz <[email protected]> wrote: > > > You'll probably run into trouble with the Same Origin Policy (with IE7 > > for instance, we have an issue where an image isn't loaded if the url > > isn't in the same domain the module is deployed on, even though the > > url points to the IP for that domain) > > > Let us know if you succeed > > > On Apr 15, 1:13 pm, ivo <[email protected]> wrote: > > > > Hello, > > > > I'm using gwt and smartgwt for an aplication and now I want to try out > > > the java GAE for the backend. > > > > When I upload my application to GAE I get an error saying "Max number > > > of files and blobs is 1000." > > > > The problem is that smartgwt inserts thousands of static files into my > > > app (javascript, css, xml, png...). > > > One solution would be to host smartgwt files in some other domain and > > > then point gwt to look for these static files from the proper url. > > > > So, is it possible to configure gwt in such a way? > > > > Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
