Skip to Content
Building RESTful Web Services with Java EE 8
book

Building RESTful Web Services with Java EE 8

by Mario-Leander Reimer
July 2018
Intermediate to advanced
116 pages
2h 41m
English
Packt Publishing
Content preview from Building RESTful Web Services with Java EE 8

Implementing SSE on the server-side

In this section, we're going to take a look at opening SSE sinks using the text/event-stream media type. We'll be sending simple data and also JSON data events. Finally, we'll be closing and disconnecting the SSE sink which we previously opened.

Let's get started, dive into the code, and open our IDE. As usual, we prepare a small template to get us started. Open the EventsResource.java file. The first thing we need to do is implement the opening of the event-stream. We can do that by implementing a plain HTTP @GET method, though the first thing is going to be the parameter, which is where we pass the @Context of type SseEventSink.

This is the object that we can use later to send events down to the client. ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

RESTful Java Web Services - Third Edition

RESTful Java Web Services - Third Edition

Balachandar Bogunuva Mohanram

Publisher Resources

ISBN: 9781789532883Supplemental Content