users@jersey.java.net

[Jersey] Send data in real time to a Jersey Web service from a standalone application

From: Monika Solanki <monika.solanki_at_gmail.com>
Date: Wed, 02 Jul 2014 18:00:09 +0100

I have a standalone application that continuously generates data in
real time, I would like advise on the most optimal way to send this data
to a Jersey service which will further distribute this data to Web
clients via web sockets. I am aware of using Inputstreams as one way to
send this data to the service but I am not sure if this is the best option.

Thanks,

Monika