--To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/ovaa4RN1sqMJ.
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
Yes, I've tried it and doesn't work, but the -cp solution works well.Now I have to understand how to deal with gwt-rpc because the server misses .gwt.rpc files...
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/JBlBvMXgmrYJ.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
I know, I'm using App Engine as a servlet container. But the problem is to generate .gwt.rpc files that are compatibles with the compiled javascript generated by SuperDevMode.
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/Rj4sG6PpW_oJ.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
loadSerializationPolicy
to search for the SuperDevMode app space. Haven't tried yet, I'll find the time to check this out.The .gwt.rpc files are correctly generated in the war relative to the CodeServer workDir, I have to found a way to copy them to the container war when they change (not quite often), would be nice if the CodeServer could do that for me :)
On Friday, June 8, 2012 2:18:28 PM UTC+2, Stefano Ciccarelli wrote:I know, I'm using App Engine as a servlet container. But the problem is to generate .gwt.rpc files that are compatibles with the compiled javascript generated by SuperDevMode.Oops, sorry; I read too fast.Switch to RequestFactory? ;-)More seriously, I doubt it'll ever be possible to use GWT-RPC with SuperDevMode, due to how/where it generates its output; though maybe you could tweak the way serialization policies are loaded on the server-side? (hmm, with AppEngine, that might be impossible, as you'd have to access files on the file-system; or maybe set SuperDevMode's workDir as a subfolder of your -war?)--To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/Rj4sG6PpW_oJ.
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsub...@googlegroups.com.
I can confirm that copying the CodeServer's .gwt.rpc files in the local war dir, works but it's a pain: every time they change, they need to be copied.
Using a -workDir under the war didn't work for me. The CodeServer output directory structure does not help.
In http://tbroyer.posterous.com/how-does-gwts-super-dev-mode-work (thanks for the clarifications Thomas) is it said that can be possible to overrideloadSerializationPolicy
to search for the SuperDevMode app space. Haven't tried yet, I'll find the time to check this out.
Anyway, seems strange that the new development mode does not work well with GWT-RPC. Probably I see the problem from the wrong point of view.
--You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-we...@googlegroups.com.To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
Here are code fragments for you. It would be good if something like this could be built in to GWT rather than having everybody implement similar code.
On 24 May 2014 05:03, "Frank Ren" <renfe...@gmail.com> wrote:
>
> It's been two years. And, I was just push into this problem by Chrome dropping support for GWT plugin. i.e. I have to downgrade Firefox to version 24, or to struggle with super dev mode.
>
> However, both running a Firefox version 24, and a super dev mode lead me to the following exception, even with Paul's code to override RemoteServiceServlet.
> com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: This application is out of date, please click the refresh button on your browser.
It should still work, at least with 2.5.1. I've not used 2.6.1 yet.
>
> Is GWT going to get a death sentence?
Eventually, yes because everything dies. But not now.
It was a technological miracle that DevMode worked, and it's not really a surprise that the browsers are moving away from supporting the kind of synchronous plugins that it required.
SDM is not perfect, but it's quite usable. If you'd never seen DM, you might well have thought SDM amazingly good. It's getting better too, with Eclipse support on the way.
Paul
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-tool...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.