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:WS12EclPract.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:WS12EclPract.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:WS12EclPract.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:WS12EclPract.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:WS12EclPract.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:WS12EclPract.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 Dec 5th
145 )))|(% colspan="1" %)(% colspan="1" %)
146 (((
147 Transform between Turing Machine models and generate executable code for a Turing Machine.
148 )))
149
150 == Group Projects ==
151
152 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.
153
154 |=(((
155 Project
156 )))|=(((
157 Group Members
158 )))
159 |(% colspan="2" %)(% colspan="2" %)
160 (((
161 <no group projects have been defined yet>
162 )))
163 )))
164 )))
165
166 (% class="cell aside" %)
167 (((
168 (% class="innerCell" %)
169 (((
170 = Organizational Stuff =
171
172 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.
173
174 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.
175
176 == Important Dates ==
177
178 Here's a handy list of the most important dates:
179
180 |=(((
181 Date
182 )))|=(((
183 Description
184 )))
185 |(% colspan="1" %)(% colspan="1" %)
186 (((
187 2012/11/12 16:00
188 )))|(% colspan="1" %)(% colspan="1" %)
189 (((
190 Fifth meeting in room 1118.
191 )))
192 |(% colspan="1" %)(% colspan="1" %)
193 (((
194 2012/11/08 12:00
195 )))|(% colspan="1" %)(% colspan="1" %)
196 (((
197 Review sessions for the third tutorial.
198 )))
199 |(% colspan="1" %)(% colspan="1" %)
200 (((
201 2012/11/07 23:59
202 )))|(% colspan="1" %)(% colspan="1" %)
203 (((
204 Hand-in of third tutorial results.
205 )))
206 |(% colspan="1" %)(% colspan="1" %)
207 (((
208 2012/11/05 16:00
209 )))|(% colspan="1" %)(% colspan="1" %)
210 (((
211 Fourth meeting in room 1118.
212 )))
213 |(% colspan="1" %)(% colspan="1" %)
214 (((
215 2012/11/01 12:00
216 )))|(% colspan="1" %)(% colspan="1" %)
217 (((
218 Review sessions for the second tutorial.
219 )))
220 |(% colspan="1" %)(% colspan="1" %)
221 (((
222 2012/10/31 23:59
223 )))|(% colspan="1" %)(% colspan="1" %)
224 (((
225 Hand-in of second tutorial results.
226 )))
227 |(% colspan="1" %)(% colspan="1" %)
228 (((
229 2012/10/29 16:00
230 )))|(% colspan="1" %)(% colspan="1" %)
231 (((
232 Third meeting in room 1118.
233 )))
234 |(% colspan="1" %)(% colspan="1" %)
235 (((
236 2012/10/24 23:59
237 )))|(% colspan="1" %)(% colspan="1" %)
238 (((
239 Hand-in of first tutorial results.
240 )))
241 |(% colspan="1" %)(% colspan="1" %)
242 (((
243 2012/10/24 14:15
244 )))|(% colspan="1" %)(% colspan="1" %)
245 (((
246 Second meeting in room 1118.
247 )))
248 |(((
249 2012/10/17 14:15
250 )))|(((
251 First meeting in room 1304b. (13th floor of the high-riser)
252 )))
253
254 == Recent Updates ==
255
256
257
258 {{recently-updated/}}
259 )))
260 )))
261 )))
262 )))