Avoid callback hell when using non-blocking I/O
Tillsamman med Dataföreringen och deras västra nätverk för öppen källkod, https://natverk.dfs.se/open-sourcevastra bjuder vi in till ett seminarium med följande innehåll:
If you have developed servers applications using non-blocking I/O for scalable and resilient communication you are probably fully aware of the callback model that comes with it. In many cases the callback model results in complex source code, also known as the callback hell, that is both hard and expensive to develop and maintain.
In this presentation we will look into how reactive concepts can be used to simplify the programming model. We will start with a Java based application that use non-blocking I/O and see how, for example, complex nested callback calls can be simplified using Promises and Futures.
Ladda ner presentation GitHub