Difference between revisions of "Tutorials"
Jump to navigation
Jump to search
m (Created page with "Tutorial 1: Development Environment Setup Guide * Install Eclipse * Setup Ontology Compiler * Setup Target Platform Tutorial 2: [[Tutorial: Ontology Development|Ontology De...") |
m |
||
Line 24: | Line 24: | ||
Tutorial 6: [[Tutorial: Database Development|Database Development]] | Tutorial 6: [[Tutorial: Database Development|Database Development]] | ||
* Reading & Writing, Database trivia, UI | * Reading & Writing, Database trivia, UI | ||
− | *[[Tutorial: Quickstart|Quickstart]] | + | * Reference: [[Tutorial: Quickstart|Quickstart]] |
Revision as of 13:40, 6 October 2010
Tutorial 1: Development Environment Setup Guide
- Install Eclipse
- Setup Ontology Compiler
- Setup Target Platform
Tutorial 2: Ontology Development
- Example: Movie Database Ontology
- How to: create ontology plugin, create and compile ontology
- Add reference data as .pgraph (a link)
Tutorial 3: Feature Development
- Example: Film Production Feature, Film Production Model
- How to setup: Project ontology, ProjectFeature Extension, Perspective, Buckminster build script
- Wrap everything as feature
Tutorial 4: Model Development
- Example: Film Production Project
- How to setup: Film Production Project, Casting Model, Scheduling Model, Movie Script Model, Context Menu extensions, Icons, Customize Tree View
Tutorial 5: Diagram Development
- Example: Desining a Castinging Diagram for Film Production
- How to setup: scene graph, diagram/model-syncronization
Tutorial 6: Database Development
- Reading & Writing, Database trivia, UI
- Reference: Quickstart