Reactivity is a powerful idiom for describing and combining functionality like web requests and data access. In general, we use producers and subscribers to describe asynchronous event sources and ...
Spring FrameworkにはWebアプリケーションを作るためのフレームワークとして「Spring MVC」と「Spring WebFlux」の2つがあります。Spring MVCとSpring WebFluxの技術スタックには下図のような違いがあります。 Spring MVCはサーブレットをベースとしており、Tomcatなどの ...
R2DBCは「Reactive Relational Database Connectivity」の略称で、リアクティブなDBアクセスを実装するためのAPIを提供するライブラリです。JDBCと同様、共通的なインタフェースの定義と、各DBに対応するドライバの実装に分かれています。R2DBCでは「SPI(Service Provider ...