У нас вы можете посмотреть бесплатно Java Record, exploring the feature beyond the DTO или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
This post will explain more about the Java record feature, what it is, and how to apply it in several cases beyond DTOs. If you might be familiar with the release cadence on Java and the latest LTS version, Java 17, you can explore the record feature that allows immutable classes. But the question remains: How can this new feature be used in my life project code? How to take advantage of it to make a clean and better design? This tutorial will give you some samples going beyond the classic: DTOs. Source code: https://github.com/osarchitech/java-v... 00:00 Introduction 00:52 The record motivation 04:40 Record with DTO 06:08 Record as Value Object at DDD 08:12 immutable Entities 21:54 State Sealed interface