Difference between revisions of "OAW Screencasts"
Line 2: | Line 2: | ||
{{XtextTable}} | {{XtextTable}} | ||
|- | |- | ||
− | | width=" | + | | width="150pt"| [http://www.openarchitectureware.org/pub/00-helloWorld.wmv Hello world] |
| width="50pt" | (20:21) | | width="50pt" | (20:21) | ||
|Walks you through the sample that comes with openArchitectureWare (the Create Simple Generator Project in the New openArchitectureWare Project wizard) and explains the very basics of openArchitectureWare | |Walks you through the sample that comes with openArchitectureWare (the Create Simple Generator Project in the New openArchitectureWare Project wizard) and explains the very basics of openArchitectureWare | ||
|} | |} | ||
− | |||
− | |||
=== Basics === | === Basics === | ||
{{XtextTable}} | {{XtextTable}} | ||
|- | |- | ||
− | | width=" | + | | width="150pt" | [http://www.openarchitectureware.org/pub/01-training-overview.wmv Overview] |
| width="50pt" | (10:14) | | width="50pt" | (10:14) | ||
| Provides an overview over the basic features of the comprehensive example. | | Provides an overview over the basic features of the comprehensive example. | ||
Line 30: | Line 28: | ||
=== Advanced === | === Advanced === | ||
− | http://www.openarchitectureware.org/pub/05-modelmodifications.wmv | + | {{XtextTable}} |
− | http://www.openarchitectureware.org/pub/06-recipes.wmv | + | |- |
− | http://www.openarchitectureware.org/pub/07-debugging.wmv | + | | width="150pt"| [http://www.openarchitectureware.org/pub/05-modelmodifications.wmv Model modifications] |
− | http://www.openarchitectureware.org/pub/08-uml2-m2m-cascading.wmv | + | | width="50pt" | (18:56) |
− | http://www.openarchitectureware.org/pub/09-aop.wmv | + | |Model modifications are in place modifications of existing models using oAW's Xtend language. |
+ | |- | ||
+ | | [http://www.openarchitectureware.org/pub/06-recipes.wmv Recipes] | ||
+ | | (10:19) | ||
+ | | This video explains the use and implementation of recipes; they are used to manage the integration of generated and manually-written code. | ||
+ | |- | ||
+ | | [http://www.openarchitectureware.org/pub/07-debugging.wmv Debugging] | ||
+ | | (05:43) | ||
+ | | oAW comes with a debugger for workflows, templates and transformations. This video shows how to use it. | ||
+ | |- | ||
+ | | [http://www.openarchitectureware.org/pub/08-uml2-m2m-cascading.wmv UML, M2M, Cascading] | ||
+ | | (14:40) | ||
+ | | How to generate code from UML2 models, how to write model-to-model transformations and the purpose of cascading. | ||
+ | |- | ||
+ | | [http://www.openarchitectureware.org/pub/09-aop.wmv AOP] | ||
+ | | (10:29) | ||
+ | | How to the AO feature of openArchitectureWare to advise existing templates, transformations and workflows. | ||
+ | |} | ||
=== PLE (Product Line Engineering) === | === PLE (Product Line Engineering) === |
Revision as of 05:23, 18 September 2008
Contents
Getting started
Hello world | (20:21) | Walks you through the sample that comes with openArchitectureWare (the Create Simple Generator Project in the New openArchitectureWare Project wizard) and explains the very basics of openArchitectureWare |
Basics
Overview | (10:14) | Provides an overview over the basic features of the comprehensive example. |
Metamodels | (8:04) | How to build meta models using oAW's uml2ecore utility |
Constraints | (8:30) | Writing constraints and evaulating them as part of workflows. |
Code generation | (18:56) | This looks at basic code generation: templates, extensions and workflow files. |
Advanced
Model modifications | (18:56) | Model modifications are in place modifications of existing models using oAW's Xtend language. |
Recipes | (10:19) | This video explains the use and implementation of recipes; they are used to manage the integration of generated and manually-written code. |
Debugging | (05:43) | oAW comes with a debugger for workflows, templates and transformations. This video shows how to use it. |
UML, M2M, Cascading | (14:40) | How to generate code from UML2 models, how to write model-to-model transformations and the purpose of cascading. |
AOP | (10:29) | How to the AO feature of openArchitectureWare to advise existing templates, transformations and workflows. |
PLE (Product Line Engineering)
http://www.openarchitectureware.org/pub/10-ple-genao.wmv http://www.openarchitectureware.org/pub/11-ple-xweave.wmv http://www.openarchitectureware.org/pub/12-ple-xvar.wmv
Textuals DSLs (Domain Specific Languages)
http://www.openarchitectureware.org/pub/13-xtexteditor-2.wmv http://www.openarchitectureware.org/pub/14-xtextInterpreter.wmv