У нас вы можете посмотреть бесплатно Java Reflection Advanced with Proxy: Creating a more robust code или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this video, we'll give a next on Java reflection with Proxy. If you like me and enjoy good framework API, you might love Spring Data Repository. It is fantastic that, as Java developers, we need to create an interface and define some methods, and that is it. We don't need to do anything else. It sounds like magic, but it is not. It is a Proxy API on Java, and you can learn to apply it to your interfaces, such as by monitoring or auditing the code. That is the goal of this video, where we'll create a sample mini "Spring Data." #java #proxy #reflection https://github.com/otavio-santana-exp... 00:00 Introduction 00:29 Review on Java Reflection 02:59 Create an Interface Repository 04:37 The Java Proxy implementation