Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 1011 Bytes

File metadata and controls

14 lines (12 loc) · 1011 Bytes

JettyGwtSpringSample Web Application

Building

Running from eclipse

  • To run the application in devmode, create a run configuration with the main class as com.google.gwt.dev.DevMode
  • Pass the following as program arguments: -remoteUI "${gwt_remote_ui_server_port}:${unique_id}" -startupUrl JettyGwtSpringSampleApp.html -logLevel INFO -codeServerPort 9997 -port 8888 -war <project_root>/war com.example.JettyGwtSpringSampleApp -server com.example.devmode.EmbeddedDevMode
  • Add 'src' and 'dev-container' folders under 'User Entries' in classpath, should be before the default classpath