On Wednesday, June 6, 2012 1:53:39 AM UTC+2, Juan Pablo Gardella wrote: > > Thanks Thomas, but is not what I need. I want to run with dev mode, the > RPC services for example. In the way that you say, is not dev mode. I will > investigate if exists a way to do this (only if I have all in one module) >
The archetype is designed to run the server and client code separately, side-by-side: run the server code using "mvn jetty:start -Ddev" (or Eclipse WTP or Sonatype's M2Eclipse Webby) and run the client code in GWT DevMode in -noserver mode (or SuperDevMode). BTW, SuperDevMode only hosts your client code, so this approach of running server and client separately is "future-proof". -- 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/-/L3I5ETtaZGAJ. 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.
