Show last authors
1 (% class="contentLayout" data-atlassian-layout="{~"name~":~"pagelayout-two-simple-right~",~"columns~":[~"large~",~"aside~"]}" %)
2 (((
3 (% class="columnLayout twoColumns" %)
4 (((
5 (% class="cell large" %)
6 (((
7 (% class="innerCell" %)
8 (((
9 = Welcome! =
10
11 Welcome to the Confluence Wiki of the Eclipse Practical 2012/2013. What this Wiki is all about:
12
13 * It's the place where we post important information on the practical, such as due dates and similar information.
14 * It's also the place where we post tutorials on developing Eclipse applications. You will spend the first part of the practical working through the tutorials before starting your individual projects.
15 * And finally, it's the place where each group will document their project.
16
17 == About This Practical ==
18
19 This practical will give you an introduction to programming Eclipse applications. The first half will consist of tutorials on different parts of Eclipse programming, each accompanied by an introductory presentation by Miro or Christoph Daniel. Each participant will work on the tutorials on his or her own, handing in his or her results a week later. For the second half of the tutorial you will be working in groups on projects that will allow you to apply your new Eclipse knowledge.
20
21 This is what we want the practical to teach you:
22
23 * Version management with Git.
24 * Programming Eclipse with several important technologies:\\
25 ** Plug-in architecture (plug-ins, extension points, extensions, ...)
26 ** Programming GUIs (SWT, JFace, menu contributions, views, editors, ...)
27 ** Modeling components (EMF, GMF, ...)
28 ** Model transformations and DSLs (Xtext)
29 ** Eclipse e4 application model?
30 * Working in groups and self-organization
31
32 === Getting Help ===
33
34 Responsible for this practical are [[Christoph Daniel Schulze>>mailto:cds@informatik.uni-kiel.de||shape="rect"]] and [[Miro Spönemann>>mailto:msp@informatik.uni-kiel.de||shape="rect"]]. If you need assistance, feel free to send us an email or ask for an appointment.
35
36 == Tutorials ==
37
38 Here's the list of tutorials you will be working through during the first part of the practical. Click a tutorial's name to navigate to its Wiki page. We will add the tutorials as the practical progresses. Each tutorial comes with two dates: the posted date, specifying when you may start working on it; and the due date, specifying when the tutorial is due to be handed in. Please resist the temptation to start working on tutorials before they have been officially posted; those are still being worked on and may change, rendering your previous work obsolete. In fact, tutorials that haven't been written yet can still change alltogether.
39
40 |=(% colspan="1" %)(% colspan="1" %)
41 (((
42 Tutorial
43 )))|=(% colspan="1" %)(% colspan="1" %)
44 (((
45 Main Advisor
46 )))|=(((
47 Posted
48 )))|=(((
49 Due
50 )))|=(((
51 Description
52 )))
53 |(% style="text-align: left;" %)(% style="text-align: left;" %)
54 (((
55 [[doc:Git]]
56 )))|(% colspan="1" %)(% colspan="1" %)
57 (((
58 Miro
59 )))|(% style="text-align: left;" %)(% style="text-align: left;" %)
60 (((
61 Oct 17th
62 )))|(% style="text-align: left;" %)(% style="text-align: left;" %)
63 (((
64 Oct 24th
65 )))|(% style="text-align: left;" %)(% style="text-align: left;" %)
66 (((
67 Introduction to the Git source code management tool. //Note~:// We won't be reviewing the results of this tutorial!
68 )))
69 |(% colspan="1" %)(% colspan="1" %)
70 (((
71 (% class="confluence-link" %)[[doc:The Plug-in Architecture of Eclipse]]
72 )))|(% colspan="1" %)(% colspan="1" %)
73 (((
74 Christoph Daniel
75 )))|(% colspan="1" %)(% colspan="1" %)
76 (((
77 Oct 24th
78 )))|(% colspan="1" %)(% colspan="1" %)
79 (((
80 Oct 31st
81 )))|(% colspan="1" %)(% colspan="1" %)
82 (((
83 Introduction to the Eclipse architecture and basic UI concepts.
84 )))
85 |(% colspan="1" %)(% colspan="1" %)
86 (((
87 [[doc:The Eclipse Modeling Framework]]
88 )))|(% colspan="1" %)(% colspan="1" %)
89 (((
90 Christoph Daniel
91 )))|(% colspan="1" %)(% colspan="1" %)
92 (((
93 Oct 29th
94 )))|(% colspan="1" %)(% colspan="1" %)
95 (((
96 Nov 7th
97 )))|(% colspan="1" %)(% colspan="1" %)
98 (((
99 Develop a Turing Machine model and generate the necessary Java code using the Eclipse Modeling Framework.
100 )))
101 |(% colspan="1" %)(% colspan="1" %)
102 (((
103 [[doc:Textual Modeling with Xtext]]
104 )))|(% colspan="1" %)(% colspan="1" %)
105 (((
106 Miro
107 )))|(% colspan="1" %)(% colspan="1" %)
108 (((
109 Nov 5th
110 )))|(% colspan="1" %)(% colspan="1" %)
111 (((
112 Nov 14th
113 )))|(% colspan="1" %)(% colspan="1" %)
114 (((
115 Create a textual syntax for your Turing Machine models.
116 )))
117 |(% colspan="1" %)(% colspan="1" %)
118 (((
119 [[doc:Graphical Modeling with Graphiti]]
120 )))|(% colspan="1" %)(% colspan="1" %)
121 (((
122 Miro
123 )))|(% colspan="1" %)(% colspan="1" %)
124 (((
125 Nov 12th
126 )))|(% colspan="1" %)(% colspan="1" %)
127 (((
128 Nov 21st
129 )))|(% colspan="1" %)(% colspan="1" %)
130 (((
131 Create a graphical syntax for your Turing Machine models.
132 )))
133 |(% colspan="1" %)(% colspan="1" %)
134 (((
135 [[doc:Model Transformation with Xtend]]
136 )))|(% colspan="1" %)(% colspan="1" %)
137 (((
138 Christoph Daniel
139 )))|(% colspan="1" %)(% colspan="1" %)
140 (((
141 Nov 19th
142 )))|(% colspan="1" %)(% colspan="1" %)
143 (((
144 Nov 28th
145 )))|(% colspan="1" %)(% colspan="1" %)
146 (((
147 Transform a Turing Machine into a model of a simple imperative programming language.
148 )))
149 |(% colspan="1" %)(% colspan="1" %)
150 (((
151 [[doc:Code Generation with Xtend]]
152 )))|(% colspan="1" %)(% colspan="1" %)
153 (((
154 Christoph Daniel
155 )))|(% colspan="1" %)(% colspan="1" %)
156 (((
157 Nov 26th
158 )))|(% colspan="1" %)(% colspan="1" %)
159 (((
160 Dec 5th
161 )))|(% colspan="1" %)(% colspan="1" %)
162 (((
163 Generate code for arbitrary models of the imperative programming language.
164 )))
165
166 == Group Projects ==
167
168 Here's the list of group projects, along with the group members. Click the project names to navigate to their respective Wiki pages. The groups and group projects will not be formed until some point in the semester.
169
170 |=(((
171 Project
172 )))|=(((
173 Group Members
174 )))
175 |(% colspan="2" %)(% colspan="2" %)
176 (((
177 <no group projects have been defined yet>
178 )))
179 )))
180 )))
181
182 (% class="cell aside" %)
183 (((
184 (% class="innerCell" %)
185 (((
186 = Organizational Stuff =
187
188 We will hold regular meetings each Monday from 16:00 to 17:30 in room 1118. The meetings will usually consist of a presentation about the next tutorial or a presentation of one of the groups.
189
190 We have weekly review sessions where each group presents its results to either Miro or Christoph Daniel. Those will be held each Thursday from about 10:00 to 11:00, with each review session scheduled at a certain time.
191
192 == Important Dates ==
193
194 Here's a handy list of the most important dates:
195
196 |=(((
197 Date
198 )))|=(((
199 Description
200 )))
201 |(% colspan="1" %)(% colspan="1" %)
202 (((
203 2012/11/29 12:00
204 )))|(% colspan="1" %)(% colspan="1" %)
205 (((
206 Review sessions for the sixth tutorial.
207 )))
208 |(% colspan="1" %)(% colspan="1" %)
209 (((
210 2012/11/26 16:00
211 )))|(% colspan="1" %)(% colspan="1" %)
212 (((
213 Seventh meeting in room 1118.
214 )))
215 |(% colspan="1" %)(% colspan="1" %)
216 (((
217 2012/11/22 12:00
218 )))|(% colspan="1" %)(% colspan="1" %)
219 (((
220 Review sessions for the fifth tutorial.
221 )))
222 |(% colspan="1" %)(% colspan="1" %)
223 (((
224 2012/11/19 16:00
225 )))|(% colspan="1" %)(% colspan="1" %)
226 (((
227 Sixth meeting in room 1118.
228 )))
229 |(% colspan="1" %)(% colspan="1" %)
230 (((
231 2012/11/15 12:00
232 )))|(% colspan="1" %)(% colspan="1" %)
233 (((
234 Review sessions for the fourth tutorial.
235 )))
236 |(% colspan="1" %)(% colspan="1" %)
237 (((
238 2012/11/12 16:00
239 )))|(% colspan="1" %)(% colspan="1" %)
240 (((
241 Fifth meeting in room 1118.
242 )))
243 |(% colspan="1" %)(% colspan="1" %)
244 (((
245 2012/11/08 12:00
246 )))|(% colspan="1" %)(% colspan="1" %)
247 (((
248 Review sessions for the third tutorial.
249 )))
250 |(% colspan="1" %)(% colspan="1" %)
251 (((
252 2012/11/07 23:59
253 )))|(% colspan="1" %)(% colspan="1" %)
254 (((
255 Hand-in of third tutorial results.
256 )))
257 |(% colspan="1" %)(% colspan="1" %)
258 (((
259 2012/11/05 16:00
260 )))|(% colspan="1" %)(% colspan="1" %)
261 (((
262 Fourth meeting in room 1118.
263 )))
264 |(% colspan="1" %)(% colspan="1" %)
265 (((
266 2012/11/01 12:00
267 )))|(% colspan="1" %)(% colspan="1" %)
268 (((
269 Review sessions for the second tutorial.
270 )))
271 |(% colspan="1" %)(% colspan="1" %)
272 (((
273 2012/10/31 23:59
274 )))|(% colspan="1" %)(% colspan="1" %)
275 (((
276 Hand-in of second tutorial results.
277 )))
278 |(% colspan="1" %)(% colspan="1" %)
279 (((
280 2012/10/29 16:00
281 )))|(% colspan="1" %)(% colspan="1" %)
282 (((
283 Third meeting in room 1118.
284 )))
285 |(% colspan="1" %)(% colspan="1" %)
286 (((
287 2012/10/24 23:59
288 )))|(% colspan="1" %)(% colspan="1" %)
289 (((
290 Hand-in of first tutorial results.
291 )))
292 |(% colspan="1" %)(% colspan="1" %)
293 (((
294 2012/10/24 14:15
295 )))|(% colspan="1" %)(% colspan="1" %)
296 (((
297 Second meeting in room 1118.
298 )))
299 |(((
300 2012/10/17 14:15
301 )))|(((
302 First meeting in room 1304b. (13th floor of the high-riser)
303 )))
304
305 == Recent Updates ==
306
307
308
309 {{recently-updated/}}
310 )))
311 )))
312 )))
313 )))