Wiki source code of Developer Tutorials
Version 70.1 by Alexander Schulz-Rosengarten on 2023/07/11 10:37
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{layout}} | ||
2 | {{layout-section ac:type="single"}} | ||
3 | {{layout-cell}} | ||
4 | This Confluence space contains tutorials to help you familiarize yourself with [[Eclipse>>url:http://www.eclipse.org||shape="rect"]] and [[KIELER>>doc:KIELER.Home]] technologies. | ||
5 | |||
6 | (% class="wrapped" %) | ||
7 | |=(% style="text-align: center;" colspan="2" %)(% style="text-align: center;" colspan="2" %) | ||
8 | ((( | ||
9 | Basic Basics | ||
10 | ))) | ||
11 | |((( | ||
12 | [[doc:KIELER.Tutorials.Git.WebHome]] | ||
13 | )))|((( | ||
14 | Basic knowledge on how to use git. | ||
15 | ))) | ||
16 | |(% colspan="2" %)(% colspan="2" %) | ||
17 | ((( | ||
18 | \\ | ||
19 | ))) | ||
20 | |=(% style="text-align: center;" colspan="2" %)(% style="text-align: center;" colspan="2" %) | ||
21 | ((( | ||
22 | Eclipse in General | ||
23 | ))) | ||
24 | |(% colspan="1" %)(% colspan="1" %) | ||
25 | ((( | ||
26 | [[Eclipse Modeling Framework (EMF)>>url:http://rtsys.informatik.uni-kiel.de/confluence/pages/viewpage.action?pageId=10751683||shape="rect"]] | ||
27 | )))|(% colspan="1" %)(% colspan="1" %) | ||
28 | ((( | ||
29 | An advanced tutorial about one of the Eclipse core technologies, the Eclipse Modeling Framework (EMF). | ||
30 | ))) | ||
31 | |(% colspan="1" %)(% colspan="1" %) | ||
32 | ((( | ||
33 | [[doc:KIELER.Development.Tutorials.Eclipse.Eclipse Plug-ins and Extension Points.WebHome]] | ||
34 | )))|(% colspan="1" %)(% colspan="1" %) | ||
35 | ((( | ||
36 | A very simple quick start showing how to start Eclipse, import and create plug-ins, and use a very simple extension point. | ||
37 | ))) | ||
38 | |(% colspan="1" %)(% colspan="1" %) | ||
39 | ((( | ||
40 | [[doc:KIELER.Development.Tutorials.Eclipse.Editors and Views.WebHome]] | ||
41 | )))|(% colspan="1" %)(% colspan="1" %) | ||
42 | ((( | ||
43 | How to create editors and views in Eclipse and how to properly register them through extension points. | ||
44 | ))) | ||
45 | |((( | ||
46 | [[doc:KIELER.Development.Tutorials.Diagrams and Layout.KGraph Text (KGT).WebHome]] | ||
47 | )))|((( | ||
48 | An introduction to the KGraph Text language used to describe graphs when testing layout algorithms. | ||
49 | ))) | ||
50 | |(% colspan="1" %)(% colspan="1" %) | ||
51 | ((( | ||
52 | [[doc:KIELER.Development.Tutorials.Diagrams and Layout.Lightweight Diagrams (KLighD).WebHome]] | ||
53 | )))|(% colspan="1" %)(% colspan="1" %) | ||
54 | ((( | ||
55 | An introduction to developing visualizations with KIELER Lightweight Diagrams. | ||
56 | ))) | ||
57 | |(% colspan="2" %)(% colspan="2" %) | ||
58 | ((( | ||
59 | \\ | ||
60 | ))) | ||
61 | |=(% style="text-align: center;" colspan="2" %)(% style="text-align: center;" colspan="2" %) | ||
62 | ((( | ||
63 | Layout | ||
64 | ))) | ||
65 | |((( | ||
66 | [[doc:KIELER.Development.Tutorials.Diagrams and Layout.Layout Algorithms.WebHome]] | ||
67 | )))|((( | ||
68 | A step-by-step guide creating a simple layout algorithm within the KIELER framework. | ||
69 | ))) | ||
70 | |(% colspan="1" %)(% colspan="1" %) | ||
71 | ((( | ||
72 | [[doc:KIELER.Development.Tutorials.Diagrams and Layout.KLay Layered.WebHome]] | ||
73 | )))|(% colspan="1" %)(% colspan="1" %) | ||
74 | ((( | ||
75 | An introductory programming exercise to familiarize yourself with our very own layer-based layout algorithm. | ||
76 | ))) | ||
77 | |(% colspan="2" %)(% colspan="2" %) | ||
78 | ((( | ||
79 | \\ | ||
80 | ))) | ||
81 | |(% class="highlight-grey" style="text-align: center;" title="Hintergrundfarbe : Grau" colspan="2" data-highlight-colour="grey" %)(% class="highlight-grey" style="text-align: center;" title="Hintergrundfarbe : Grau" colspan="2" data-highlight-colour="grey" %) | ||
82 | ((( | ||
83 | **KiCo 3.0** | ||
84 | ))) | ||
85 | |((( | ||
86 | [[Compilation Processors & System>>doc:KIELER.Tutorials.KIELER and SCCharts.KiCo - Compilation Processors & System.WebHome]] | ||
87 | )))|((( | ||
88 | The basic setup and a minimal compilation example. | ||
89 | ))) | ||
90 | |(% colspan="2" %)(% colspan="2" %) | ||
91 | ((( | ||
92 | \\ | ||
93 | ))) | ||
94 | |(% class="highlight-grey" style="text-align: center;" colspan="2" data-highlight-colour="grey" %)(% class="highlight-grey" style="text-align: center;" colspan="2" data-highlight-colour="grey" %) | ||
95 | ((( | ||
96 | **SCCharts** | ||
97 | ))) | ||
98 | |((( | ||
99 | [[doc:KIELER.Tutorials.KIELER and SCCharts.SCCharts Development.WebHome]] (deprecated) | ||
100 | )))|((( | ||
101 | Learn the fundamentals about the SCCharts project within the KIELER framework and how create M2M transformations for KiCo. | ||
102 | ))) | ||
103 | |(% colspan="2" %)(% colspan="2" %) | ||
104 | ((( | ||
105 | \\ | ||
106 | ))) | ||
107 | |=(% style="text-align: center;" colspan="2" %)(% style="text-align: center;" colspan="2" %) | ||
108 | ((( | ||
109 | Xtext and Xtend | ||
110 | ))) | ||
111 | |((( | ||
112 | [[doc:KIELER.Tutorials.Xtext and Xtend.Xtend 1a - Model Transformations.WebHome]] | ||
113 | )))|((( | ||
114 | Learn how to transform a turing machine model into an imperative program model. | ||
115 | ))) | ||
116 | |((( | ||
117 | [[doc:KIELER.Tutorials.Xtext and Xtend.Xtend 1b - Code Generation.WebHome]] | ||
118 | )))|((( | ||
119 | Take your imperative program model and generate code for your favorite programming language. | ||
120 | ))) | ||
121 | |(% colspan="1" %)(% colspan="1" %) | ||
122 | ((( | ||
123 | [[doc:KIELER.Tutorials.Xtext and Xtend.Xtend 2 - Model Transformations.WebHome]] | ||
124 | )))|(% colspan="1" %)(% colspan="1" %) | ||
125 | ((( | ||
126 | A light-weight model-to-model transformation tutorial. | ||
127 | ))) | ||
128 | |(% colspan="1" %)(% colspan="1" %) | ||
129 | ((( | ||
130 | [[doc:KIELER.Tutorials.Xtext and Xtend.Xtext 1 - Creating a Grammar for an Existing Metamodel.WebHome]] | ||
131 | )))|(% colspan="1" %)(% colspan="1" %) | ||
132 | ((( | ||
133 | Create a Grammar for your turing machine metamodel. | ||
134 | ))) | ||
135 | |(% colspan="1" %)(% colspan="1" %) | ||
136 | ((( | ||
137 | [[doc:KIELER.Tutorials.Xtext and Xtend.Xtext 2 - Creating a Grammar from Scratch.WebHome]] | ||
138 | )))|(% colspan="1" %)(% colspan="1" %) | ||
139 | ((( | ||
140 | A light-weight tutorial for creating grammars from scratch. | ||
141 | ))) | ||
142 | |(% colspan="2" %)(% colspan="2" %) | ||
143 | ((( | ||
144 | \\ | ||
145 | ))) | ||
146 | {{/layout-cell}} | ||
147 | {{/layout-section}} | ||
148 | |||
149 | {{layout-section ac:type="two_equal"}} | ||
150 | {{layout-cell}} | ||
151 | == Search this documentation == | ||
152 | |||
153 | |||
154 | |||
155 | {{livesearch/}} | ||
156 | |||
157 | == Popular Topics == | ||
158 | |||
159 | |||
160 | |||
161 | {{popular-labels count="10"/}} | ||
162 | {{/layout-cell}} | ||
163 | |||
164 | {{layout-cell}} | ||
165 | == Recently Updated Pages == | ||
166 | |||
167 | |||
168 | |||
169 | {{recently-updated types="page" max="5" hideHeading="true" theme="concise"/}} | ||
170 | {{/layout-cell}} | ||
171 | {{/layout-section}} | ||
172 | {{/layout}} |