Hi, I am facing a situation here. The compiler generates some XXX_TypeSerializer.java files and gwtcXXXX.tmp folder on compliation under the Document..settings/Temp folder.
Is there any way to avoid this step? This causes a problem when I reload the application on the same browser. I am using Google Visualization API and GWT for my project and on the app reload the graph does not get displayed. To make it working I have to explicitly clear the browser cache. Also, when the app is loaded in hosted mode, the GWT server gives the following warning: ...Rebinding the XXXService (the interface that extends RemoteService) ...Warning in generated://XXXXXXXXX/com/....XXXService_TypeSerializer.java -- 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.
