Skip to content

Experiment of transforming a GWT project in two separate services: client & server. Each one of them needs to run on a separate server.

Notifications You must be signed in to change notification settings

andonescu/gwt-multi-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project created based on the details from here: https://www.gwtproject.org/gettingstarted.html

[x] Running GWT Project with client & server part - first commit (init commit)

[x] Split project in two servers: one for each part (client & server )


how to run

  1. Start server ./gradlew server:appRun
  2. Start gwt server ./gradlew client:gwtDev
  3. From GWT Server window open http://localhost:8888/MyWebApp.html
  4. Send the request. The request will get to the server.

About

Experiment of transforming a GWT project in two separate services: client & server. Each one of them needs to run on a separate server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published