Design Pattern: the Asynchronous Dispatcher
Today we’ll revisit a common design pattern, the Observer, and one of its derivative for multi-threaded processing: the Asynchronous Dispatcher.
Today we’ll revisit a common design pattern, the Observer, and one of its derivative for multi-threaded processing: the Asynchronous Dispatcher.
Today we’ll have a look into the Pipeline pattern, a design pattern inspired from the original Chain of Responsibility pattern by the GoF
For once, this article will not show you any line of code or any demo application. Today we discuss about architecture and the recent trend in the Java (and more specifically Spring) world for abstraction and over simplification.