У нас вы можете посмотреть бесплатно REST in an Async world - JAX-RS Client API, Synchronous vs. Asynchronous, Client-Side vs Server-Side или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
REST in an Async world - JAX-RS Client API, Synchronous vs. Asynchronous, Client-Side vs Server-Side When designing microservices exchanges, there are multiple options but REST is the one that always comes to mind first. It's clearly the most popular approach, i.e. the de-facto standard. API such JAX-RS which does a great job of hiding all the low-level details behind RESTful calls. Complexity really starts to arise when multiple remote services need to be consumed in highly efficient manner. During this technical session, we will cover in details different solutions and best practices to efficiently consume REST services. Among others, we will discuss Synchronous Vs. Asynchronous Jersey Reactive Client API Popular Reactive libraries (e.g. RxJava) JAX-RS 2.1 Client API