
We have published the next installment in the DX Airways Video Walkthrough Series. In this video, we explain the basic concepts of Object Relational Mapping (ORM), introduce you to eXpress Persistent Objects (XPO) as well as demonstrate how it is implemented as the Data Access Layer.
So why use XPO? There are many flavors of this design-concept out there, but XPO attacks this problem from a more real-world perspective. It will allow us to build the best business object model possible without worrying about the details of the database. This lets us take advantage of object-oriented characteristics like containment and inheritance, and XPO will take care of how best to persist the information. Behind the scene, XPO will create a database schema that best fits our object model and encapsulate all data access functionality.
So check out the video by Clicking Here or on the image to the right.