Aplicación Java Web usando RAP (Remote Application Platform).
Aplicación Java Web usando RAP (Remote Application Platform).
Clon
git clone https://github.com/humbertodias/java-eclipse-rap-demo.git
Entrar en la carpeta
cd java-eclipse-rap-demo
Correr
mvn jetty:run -Djetty.http.port=9999
ou
mvn -f pom.http2.xml jetty:run-forked
```
[INFO] Started ServerConnector@715b886f{HTTP/1.1,[http/1.1]}{0.0.0.0:9999}
[INFO] Started @25039ms
[INFO] Started Jetty Server
[INFO] Using Non-Native Java sun.nio.fs.PollingWatchService
[WARNING] Quiet Time is too low for non-native WatchService [sun.nio.fs.PollingWatchService]: 1000 < 5000 ms (defaulting to 5000 ms)
```