Difference between revisions of "Tutorials"

From Developer Documents
Jump to navigation Jump to search
m
m
Line 28: Line 28:
 
* Database trivia, UI
 
* Database trivia, UI
 
* Also: [[Tutorial: Quickstart|Quickstart]]
 
* Also: [[Tutorial: Quickstart|Quickstart]]
 +
 +
Tutorial: [[Tutorial: Databoard|Databoard]]
 +
* How to do: Serialization, Wire RPC, History
 +
* Examples of: Accessors, Bindings, DataType, Adapters

Revision as of 20:29, 6 November 2010

Tutorial trail - Movie Database

Tutorial 1: Ontology Development

  • Example: Movie Database Ontology
  • How to: create an ontology plugin, create and compile ontology
  • Add reference data as .pgraph (a link)

Tutorial 2: Project Development

  • How to setup Project: Extension, Feature, Ontology, Perspective
  • Example: Film Production Feature

Tutorial 3: Model Development

  • How to setup: A project type, a model, UI Contributions (Tree, context menu, icons)
  • Example: Film Production Project, Casting model, Scheduling model,

Tutorial 4: Diagram Development

  • Example: Designing a Casting Diagram for Film Production
  • How to setup: scene graph, diagram/model-syncronization


Standalone Tutorials

Tutorial: Development Environment Setup Guide

  • Install Eclipse, SVN, Graph Compiler, Target Platform

Tutorial: Database Development

  • How to do: Read transaction, Write transaction
  • Database trivia, UI
  • Also: Quickstart

Tutorial: Databoard

  • How to do: Serialization, Wire RPC, History
  • Examples of: Accessors, Bindings, DataType, Adapters