У нас вы можете посмотреть бесплатно Exploring The Backstory of Reactive UI vs Blocking WEB или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
We'll explore how to implement the same slow search problem, first in server side generated HTML way using Spring web MVC framework and jquery. We'll analyze what problems we have encountered. Then we'll solve the same problem using reactive full stack paradigm, using Spring WebFlux framework as backend to expose our api and Angular web framework for our user interface. In the transformation process we'll demonstrate how to properly think about and use reactive paradigm. Git hub repo: https://github.com/kanezi/blocking_we... 00:00 - intro 00:39 - problem 01:20 - spring MVC implementation 12:23 - reactive streams 14:27 - spring WebFlux vs spring MVC 15:56 - angular intro 16:41 - reactive stack 18:09 - WebFlux search implementation 21:22 - java streams vs reactive operators 21:54 - pipeline definition 23:21 - angular ui implementation 32:43 - reactive forms 35:40 - non idiomatic implementation 38:01 - idiomatic reactive way 43:00 - reactive paradigm 43:35 - real time updates fix 52:15 - conclusion