1) Just use any sort of embedded web server like jetty and let it serve the war folder of your GWT project.
2 + 3.) You will definitely need gwt-dev.jar & gwt-user.jar in your classpath and then you can use: - com.google.gwt.dev.DevMode to run GWT's DevMode - com.google.gwt.dev.Compiler to compile your Java files to JavaScript. Both classes have a main() method so you can directly execute them from command line as long as your classpath is correct and you provide the needed parameters. -- J. -- 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/-/maqUz5jQZT0J. 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.
