Java Software Reflection Hands On [Part 2]: Building an ORM Library

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 Reflecti...
This video is followed by part 3 which can be found here: • Java Software Reflecti...
The code I am using in this project can be found here: github.com/briangormanly/4dfl...
The program uses my ORM library called 4DFLib. You can find the 4DFLib library here: github.com/briangormanly/4dflib
I created a video tutorial using the example above that walks you through using 4DFLib:
Part 1: • 4DFLib Object Relation...
Part 2: • 4DFLib Object Relation...
Part 3: • 4DFLib Object Relation...
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 relatio...
Part 2: • What is object relatio...
This video is part of a full semester graduate course given on databases and application integration: • {DBMS - Database Manag...
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: drive.google.com/file/d/1WzPE...
Book used in this course: Garcia-Molina, Hector. Database systems: the complete book. Pearson Education India, 2008.
www.amazon.com/Database-Syste...

Пікірлер