https://github.com/abhirockzz/javaee8-jaxrs-sse-client
JAX-RS 2.1 SSE Client API support in Java EE 8
https://github.com/abhirockzz/javaee8-jaxrs-sse-client
docker ejb glassfish javaee8 jaxrs jersey server-sent-events
Last synced: 14 days ago
JSON representation
JAX-RS 2.1 SSE Client API support in Java EE 8
- Host: GitHub
- URL: https://github.com/abhirockzz/javaee8-jaxrs-sse-client
- Owner: abhirockzz
- Created: 2017-07-27T11:06:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-27T11:19:29.000Z (over 7 years ago)
- Last Synced: 2025-03-24T00:25:01.234Z (about 1 month ago)
- Topics: docker, ejb, glassfish, javaee8, jaxrs, jersey, server-sent-events
- Language: Java
- Homepage: https://abhirockzz.wordpress.com/2017/07/27/jax-rs-2-1-sse-client-api-example-using-glassfish-5-on-docker/
- Size: 159 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## To run....
- `git clone https://github.com/abhirockzz/javaee8-jaxrs-sse-client.git`
- `mvn clean install` - will create `javaee8-jaxrs-sse-client.war` in `target`
- Create Docker image - `docker build -t .`
- Run ! `docker run --rm --name javaee8-jaxrs-sse-client -it -p 8080:8080 `## Test it...
Let things start up (20-30 seconds) - you should see SSE events being consumed from `https://sse.now.sh`
