Re: design patterns for event driven applications

2009-03-12 Thread Anatoly Yakovenko
basically i am dealing with a 3rd party library, (interactive brokers tws api), that takes an interface with lots of different methods that it calls when an event occurs. like received market data, received order, etc... It provides another interface that basically generates these events. Some

design patterns for event driven applications

2009-03-11 Thread Anatoly Yakovenko
I just starting playing around with clojure, and i know nothing of java beyond the syntax. I am trying to implement an interface that gets called by some 3rd party application whenver an event occurs. If i was doing this in haskell I would serialize the events in a channel and write a parser to