Re: events work and demo (How to implement your own broker in < 100 lines of code)

2014-07-10 Thread Rafael Schloming
On Mon, Jul 7, 2014 at 9:06 AM, Gordon Sim wrote: > On 07/02/2014 08:24 PM, Rafael Schloming wrote: > >> My goal with this demo has been to explore a couple of distinct themes. >> The >> toolkit is intended in part to illustrate how the events API allows use of >> proton in a reactive programming

Re: events work and demo (How to implement your own broker in < 100 lines of code)

2014-07-07 Thread Gordon Sim
On 07/02/2014 08:24 PM, Rafael Schloming wrote: My goal with this demo has been to explore a couple of distinct themes. The toolkit is intended in part to illustrate how the events API allows use of proton in a reactive programming style. It does this by building a select/nio based Driver that fu

Re: events work and demo (How to implement your own broker in < 100 lines of code)

2014-07-06 Thread Rafael Schloming
On Fri, Jul 4, 2014 at 10:23 AM, Bozo Dragojevic wrote: > On 2. 07. 14 21:24, Rafael Schloming wrote: > >> Hi Everyone, >> >> Apologies for being a bit quiet recently. I've been heads down working on >> some improvements to the events API. I've put together a little demo that >> showcases what I'

Re: events work and demo (How to implement your own broker in < 100 lines of code)

2014-07-04 Thread Bozo Dragojevic
On 2. 07. 14 21:24, Rafael Schloming wrote: Hi Everyone, Apologies for being a bit quiet recently. I've been heads down working on some improvements to the events API. I've put together a little demo that showcases what I've been doing. I like it! One question on opening up the events API a b