Adding SSE support in Java EE 8
Posted
by delabassee
on Oracle Blogs
See other posts from Oracle Blogs
or by delabassee
Published on Wed, 28 May 2014 09:19:50 +0000
Indexed on
2014/05/29
3:43 UTC
Read the original article
Hit count: 544
/JavaEE
SSE (Server-Sent Event) is a standard mechanism used to push, over HTTP, server notifications to clients. SSE is often compared to WebSocket as they are both supported in HTML 5 and they both provide the server a way to push information to their clients but they are different too! See here for some of the pros and cons of using one or the other.- the Servlet API
- the WebSocket API
- JAX-RS
- or even having a dedicated SSE API, and thus a dedicated JSR too!
© Oracle Blogs or respective owner