Tutorials: Difference between revisions

From Developer Documents
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
'''Tutorial trail - Movie Database'''
Tutorial 1: [[Development Environment Setup Guide]]
Tutorial 1: [[Development Environment Setup Guide]]
* Install Eclipse
* Install Eclipse
Line 20: Line 22:
* How to setup: scene graph, diagram/model-syncronization
* How to setup: scene graph, diagram/model-syncronization


Tutorial 6: [[Tutorial: Database Development|Database Development]]
 
'''Standalone Tutorials'''
 
Tutorial: [[Tutorial: Database Development|Database Development]]
* How to do: Read transaction, Write transaction
* How to do: Read transaction, Write transaction
* Database trivia, UI
* Database trivia, UI
* Also: [[Tutorial: Quickstart|Quickstart]]
* Also: [[Tutorial: Quickstart|Quickstart]]
Tutorial: [[Tutorial: Databoard|Databoard]]
* How to do: Datatypes, Serialization, Wire RPC

Revision as of 07:22, 14 October 2010

Tutorial trail - Movie Database

Tutorial 1: Development Environment Setup Guide

  • Install Eclipse
  • How to: Setup Ontology Compiler, Setup Target Platform

Tutorial 2: Ontology Development

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

Tutorial 3: Feature Development

  • How to setup: Project ontology, ProjectFeature Extension, Perspective, Buckminster build script, an eclipse feature
  • Example: Film Production Feature

Tutorial 4: 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 5: Diagram Development

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


Standalone Tutorials

Tutorial: Database Development

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

Tutorial: Databoard

  • How to do: Datatypes, Serialization, Wire RPC