Monthly Archives: May 2015

Reactive Programming with AWT / Swing

Reactive programming is rather popular these days, as it makes it pretty simple to express complex event flows – much better than using lots of manual programming with threads, listeners and concurrency APIs. Also, it combines the conciseness of fluent … Continue reading

Posted in Java, Programming | Tagged , , | Comments Off on Reactive Programming with AWT / Swing