Hi Ravi,

I'm putting all the generated GWT files in a zip file and I'm serving
them with a specific servlet.

It works fine and even allows me to do some GWT versioning : /<gwt
module = servlet>/<version>/<path to gwt file>

Remember that, if you change the default GWT module path (like adding
a version number in it), you need to override the
RemoteServiceServlet#doGetSerializationPolicy method.

Francois

On 12 déc, 22:55, Ravi <ravisan...@gmail.com> wrote:
> Hello,
>
> After adding ExtJS GWT, the files count went to about 3500 after
> compilation.
> I am unable to deploy the project as GAE has a limit of 3000.
> I can put the java classes in JAR file, but the what can I do about
> the static files ?
> How can I overcome this problem ?
>
> Thanks,
> Ravi

-- 
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-j...@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