Trail: Getting Data Into the View

This trail presents variations on getting data into the view that is drawn from some data source, like, e.g., a database or a business model. The main focus is on the common techniques for creating the actual graph structure.

Creating a Graph From Data in a Database — In this lesson we will analyze the DatabaseDemo application that builds a graph structure from data drawn from a simple sample database.

Creating a Graph From a Business Model — In this lesson we will analyze the BusinessModelDemo application which is similar to the DatabaseDemo application. It builds a graph structure from a simple business model.