Skip to content

Lesson 4: A Complete Example

Donald Roy Airey edited this page Feb 7, 2019 · 8 revisions

We've learned the basics of creating a data model from an XML Schema (XSD) description. We've also learned how to resolve parent key elements using a symbolic lookup. In this lesson we're going to build a real-life write-through cache using a clone project from GITHUB.

Step 1

Go to the location on your disk where you store your source files and type

git clone https://github.com/GammaFour/subscription-manager.git

Clone this wiki locally