Skip to content

krishnaraj/JettyGwtSpringSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A sample gwt application using jetty9, spring and gradle.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published