Difference between revisions of "Tutorials"
Jump to navigation
Jump to search
m |
|||
Line 1: | Line 1: | ||
'''Tutorial trail - Movie Database''' | '''Tutorial trail - Movie Database''' | ||
− | + | Tutorial 1: [[Tutorial: Ontology Development|Ontology Development]] | |
− | Tutorial 1 | ||
− | |||
− | |||
− | |||
− | |||
* Example: Movie Database Ontology | * Example: Movie Database Ontology | ||
* How to: create an ontology plugin, create and compile ontology | * How to: create an ontology plugin, create and compile ontology | ||
* Add reference data as .pgraph (a link) | * Add reference data as .pgraph (a link) | ||
− | Tutorial | + | Tutorial 2: [[Tutorial: Feature Development|Feature Development]] |
* How to setup: Project ontology, ProjectFeature Extension, Perspective, Buckminster build script, an eclipse feature | * How to setup: Project ontology, ProjectFeature Extension, Perspective, Buckminster build script, an eclipse feature | ||
* Example: Film Production Feature | * Example: Film Production Feature | ||
− | Tutorial | + | Tutorial 3: [[Tutorial: Model Development|Model Development]] |
* How to setup: A project type, a model, UI Contributions (Tree, context menu, icons) | * How to setup: A project type, a model, UI Contributions (Tree, context menu, icons) | ||
* Example: Film Production Project, Casting model, Scheduling model, | * Example: Film Production Project, Casting model, Scheduling model, | ||
− | Tutorial | + | Tutorial 4: [[Tutorial: Diagram Development|Diagram Development]] |
* Example: Designing a Casting Diagram for Film Production | * Example: Designing a Casting Diagram for Film Production | ||
* How to setup: scene graph, diagram/model-syncronization | * How to setup: scene graph, diagram/model-syncronization | ||
Line 24: | Line 19: | ||
'''Standalone Tutorials''' | '''Standalone Tutorials''' | ||
+ | |||
+ | Tutorial: [[Development Environment Setup Guide]] | ||
+ | * Install Eclipse, SVN, Graph Compiler, Target Platform | ||
Tutorial: [[Tutorial: Database Development|Database Development]] | Tutorial: [[Tutorial: Database Development|Database Development]] |
Revision as of 09:58, 15 October 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: Feature Development
- How to setup: Project ontology, ProjectFeature Extension, Perspective, Buckminster build script, an eclipse feature
- 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