Difference between revisions of "Tutorials"

From Developer Documents
Jump to navigation Jump to search
m
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Tutorial 1: [[Development Environment Setup Guide]]
+
'''Tutorial trail - Movie Database'''<br/>
* Install Eclipse
 
* Setup Ontology Compiler
 
* Setup Target Platform
 
  
Tutorial 2: [[Tutorial: Ontology Development|Ontology Development]]
+
Tutorial 1: [[Tutorial: Ontology Development|Ontology Development]]
 
* Example: Movie Database Ontology
 
* Example: Movie Database Ontology
* How to: create 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 3: [[Tutorial: Feature Development|Feature Development]]
+
Tutorial 2: [[Tutorial: Project Development|Project Development]]
* Example: Film Production Feature, Film Production Model
+
* How to setup Project: Extension, Feature, Ontology, Perspective
* How to setup: Project ontology, ProjectFeature Extension, Perspective, Buckminster build script
+
* Example: Film Production Feature
* Wrap everything as feature
 
  
Tutorial 4: [[Tutorial: Model Development|Model Development]]
+
Tutorial 3: [[Tutorial: Model Development|Model Development]]
* Example: Film Production Project
+
* How to setup: A project type, a model, UI Contributions (Tree, context menu, icons)
* How to setup: Film Production Project, Casting Model, Scheduling Model, Movie Script Model, Context Menu extensions, Icons, Customize Tree View
+
* Example: Film Production Project, Casting model, Scheduling model,  
  
Tutorial 5: [[Tutorial: Diagram Development|Diagram Development]]
+
<strike>Tutorial 4: [[Tutorial: Diagram Development|Diagram Development]]</strike>
* Example: Desining a Castinging 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
  
Tutorial 6: [[Tutorial: Database Development|Database Development]]
+
 
* Reading & Writing, Database trivia, UI
+
'''Standalone Tutorials'''
* Reference: [[Tutorial: Quickstart|Quickstart]]
+
 
 +
Guide: [[Quick Development Environment Setup]]
 +
* Install Eclipse, SVN plug-ins, Simantics Graph Compiler, Target Platform
 +
 
 +
Tutorial: [[Tutorial: Database Development|Database Development]]
 +
* How to do: Read transaction, Write transaction
 +
* Database trivia, UI
 +
* Also: [[Tutorial: Quickstart|Quickstart]]

Latest revision as of 15:56, 1 September 2011

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

Guide: Quick Development Environment Setup

  • Install Eclipse, SVN plug-ins, Simantics Graph Compiler, Target Platform

Tutorial: Database Development

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