У нас вы можете посмотреть бесплатно Java Software Reflection Hands On [Part 2]: Building an ORM Library или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Software Reflection is the ability of a process to examine, introspect, and modify its own structure and behavior. This video is part 2 of a 3 part hands on series where we will see how reflection works by applying it to a real world problem: Creating an object relational mapping library. In order for such a library to work with any code base utilizing it, the library must be able to examine the classes, interfaces, fields and methods at runtime without knowing the names of the interfaces, fields, methods at compile time. You can find part 1, which introduces the concepts behind reflection here: • Java Software Reflection: Real World ... This video is followed by part 3 which can be found here: • Java Software Reflection Hands On [Pa... The code I am using in this project can be found here: https://github.com/briangormanly/4dfl... The program uses my ORM library called 4DFLib. You can find the 4DFLib library here: https://github.com/briangormanly/4dflib I created a video tutorial using the example above that walks you through using 4DFLib: Part 1: • 4DFLib Object Relational Mapping (ORM... Part 2: • 4DFLib Object Relational Mapping (ORM... Part 3: • 4DFLib Object Relational Mapping (ORM... I also have a related short series on ORM if you are not familiar with or would like to refresh on the concepts: Part 1: • What is object relational mapping? OR... Part 2: • What is object relational mapping? OR... This video is part of a full semester graduate course given on databases and application integration: • {DBMS - Database Management Systems -... Additional Reading / References: Date, Christopher John, Hugh Darwen, and Nikos Lorentzos. Time and relational theory: temporal databases in the relational model and SQL. Morgan Kaufmann, 2014. Snodgrass, Richard T. Developing time-oriented database applications in SQL. Morgan Kaufmann Publishers, 2000. Please like this video and subscribe to my channel to receive updates on this project: / @codingcoach Link to slides used in this presentation: https://drive.google.com/file/d/1WzPE... Book used in this course: Garcia-Molina, Hector. Database systems: the complete book. Pearson Education India, 2008. https://www.amazon.com/Database-Syste...