On Friday, June 8, 2012 2:04:48 PM UTC+2, Stefano Ciccarelli wrote: > > 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... >
CodeServer is only about the "code server" part [1] (although it can serve your static resources too, for cases where you don't have server-side code), you still need a Servlet container if you have server-side code. [1] https://developers.google.com/web-toolkit/doc/latest/DevGuideCompilingAndDebugging#DevGuideDevMode -- 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 [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.
