Re: websockets

2018-02-12 Thread Chuck Davis
Hi Pavel: Thanks for your input. You guys are a lot smarter than I am so I won't pretend to have a situation you haven't thought about. My typical use case is to fetch database data from the server using ejb. I return the data in serialized java objects to my JavaFX clients (websockets are not

Re: websockets

2018-02-12 Thread Chris Hegarty
James, On 10/02/18 07:38, James Roper wrote: ... https://developer.lightbend.com/blog/2018-02-06-reactive-streams-ee4j/index.html Regarding:

Re: websockets

2018-02-12 Thread Pavel Rappo
Hello James, Thanks for the comprehensive reply to Chuck's email. Now regarding your own email. > On 10 Feb 2018, at 07:38, James Roper wrote: > > > > But that brings me to a problem that I'd like to give as feedback to the > implementers - this API is not Reactive

Re: websockets

2018-02-12 Thread Viktor Klang
Hi Chuck, (Disclosure: I'm an RS SIG founding member.) On Sat, Feb 10, 2018 at 7:14 PM, Chuck Davis wrote: > Hi James: > > Thanks for your response and the information in your (and other) > blog(s). I haven't had time to learn all the new features of jdk9 yet > so a look