The idea of this project is to test the RPC call from GWT.
We used the Validation project from the samples of the GWT 2.5 artefact.
Here some good links about RPC:
Launch the project using Docker:
docker container run -ti -p 8080:8080 --rm jlandure/gwt-25
Open your browser on localhost:8080.
First, package the jar using Maven & Docker:
docker container run -v $HOME/.m2:/root/.m2 -v $PWD:/usr/src/app -w /usr/src/app maven:3-alpine mvn package
Then, build the image:
docker build -t jlandure/gwt-25 .
NB: FYI, gwt-user.jar is needed in the classpath in the server side.
Finally, push the image:
docker login
docker push jlandure/gwt-25
Content type
Image
Digest
Size
191.1 MB
Last updated
over 6 years ago
docker pull jlandure/gwt-25