У нас вы можете посмотреть бесплатно DevoxxUA 2021. Taras Boychuk. Introducing Hibernate Reactive – The first reactive ORM framework или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
The talk from Devoxx Ukraine 2021 ONLINE Fb: www.facebook.com/DevoxxUkraine/ Website: www.devoxx.com.ua Reactive programming in Java is getting more and more popular. However, regardless of the stack, reactive Java web applications do not use ORM at all. Do not use YET! The reactive app requires non-blocking calls all the way down, but all ORM frameworks were blocking. They were until NOW. Introducing Hibernate Reactive – the first reactive ORM framework. Let's check out this new framework and use all the good Hibernate features we know in a non-blocking manner. In this example, we'll use the PostgreSQL database along with the Reactive Vert.x client for this DB. If everything works out, we can imagine the world where we don't need to throw away the whole persistence layer when switching to reactive. The new framework will provide all the powerful ORM features for the reactive stack and the transition from Hibernate ORM to Hibernate Reactive will be smooth. This means that we can waste less engineering resources and make one more step towards sustainable software development.