-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.html
More file actions
343 lines (320 loc) · 9.12 KB
/
docs.html
File metadata and controls
343 lines (320 loc) · 9.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
<!DOCTYPE html>
<html lang="en">
<head>
<title>Documentation | EMF | Eclipse Modeling</title>
<meta name="keywords" content="modeling,emf,ecore" />
<link rel="preconnect stylesheet" href="../modeling/project.css" />
<script src="../modeling/project.js"></script>
<script src="project.js"></script>
<style>
/* <![CDATA[*/
.homeitem3col ul li div {
float: right;
padding-left: 2em;
}
.homeitem3col>ul>li {
margin: 8px;
list-style-position: outside;
padding: 2px 10px 2px 2px;
}
/*]]>*/
</style>
</head>
<body>
<div data-generate="generateDefaultBreadcrumb(this)">
<a href="index.html">EMF</a>
<span>Documentation</span>
</div>
<div data-generate="generateDefaults(this)">
</div>
<main>
<h1>EMF Documentation</h1>
<p>
New to EMF?
Start with
<a target="_out" href="https://eclipsesource.com/blogs/tutorials/emf-tutorial/">
"What every Eclipse developer should know about EMF."
</a>
Have a look at an <a href="#overviews">overview</a>
or a <a href="#tutorials">tutorial</a>.
Browse the <a target="_out" href="https://help.eclipse.org/latest/index.jsp">help system</a> online
or in your Eclipse IDE
(Help → Help Contents → EMF Developer Guide).
There are tens of thousands of questions and answers on the old
<a target="_out" href="https://www.eclipse.org/forums/index.php?t=thread&frm_id=108">EMF Newsgroup</a>.
</p>
<p>
Please <a target="_out" href="https://github.com/eclipse-emf/emf-website/issues">report</a> broken links and
suggest new
content.
</p>
<div class="homeitem3col">
<a name="overviews"></a>
<h3>EMF Overview Papers</h3>
<ul>
<li>
<div>September 9 2014</div>
<a target="_out" href="https://eclipsesource.com/blogs/tutorials/emf-tutorial/">
What every Eclipse developer should know about EMF
</a>
<br />
Contributed by Maximilian Koegel and Jonas Helming
</li>
<li>
<div>June 28 2004</div>
<a href="docs/FeatureMap.pdf">
EMF Feature Maps
</a>
(PDF)
</li>
<li>
<div>August 25 2006</div>
<a target="_out" href="https://www.theserverside.com/news/1364302/Binding-XML-to-Java">
Binding XML to Java
</a>
(TheServerSide.com)
<br />
Contributed by Ed Merks and Elena Litani
</li>
<li>
<div>June 24 2004</div>
<a href="docs/XMLSchemaToEcoreMapping.pdf">
XML Schema to Ecore Mapping
</a>
(PDF)
</li>
</ul>
</div>
<div class="homeitem3col">
<a name="tutorials"></a>
<h3>EMF Tutorials</h3>
<ul>
<li>
<div>September 9 2014</div>
<a target="_out" href="https://eclipsesource.com/blogs/tutorials/emf-tutorial/">
What every Eclipse developer should know about EMF
</a><br />
Contributed by Maximilian Koegel and Jonas Helming
</li>
<li>
<div>March 3 2010</div>
<a target="_out" href="https://www.vogella.de/articles/EclipseEMF/article.html">
A Tour of the Eclipse Modeling Framework
</a>
<br />
Contributed by Lars Vogel
</li>
<li>
<div>Oct 12 2004</div>
<a target="_out" href="https://www.eclipse.org/articles/Article-EMF-goes-RCP/rcp.html">
Tutorial: Generating a Rich Client Platform (RCP) Application Using EMF
</a>
<br />
Contributed by Marcelo Paternostro
</li>
</ul>
</div>
<div class="homeitem3col">
<a name="references"></a>
<h3>Books, Guides, and References</h3>
<ul>
<li>
<div>July 27 2009</div>
EMF Book:
<a target="_out" href="https://www.informit.com/title/9780321331885">Eclipse Modeling Framework</a>, Second Edition
<br />
<details>
<summary>Errata</summary>
<dl>
<dt> Page 23 (Section 2.3.4) </dt>
<dd> (typo) PurhaseOrder should be PurchaseOrder</dd>
</dl>
<dl>
<dt> Page 64 (Section 3.3.3) </dt>
<dd> "If a single command stack is used pervasively for all changes to the all the objects
being edited, editors can also use it to enable the <b>Save</b> action (i.e., only
enable it when the stack is not empty), and to both enable and execute the <b>Undo</b>
and <b>Redo</b> actions." needs to be fixed.</dd>
</dl>
<dl>
<dt> Page 70 (Caption for Figure 4.1) </dt>
<dd> "Primer purchase model in UML" should be "Primer purchase order model in UML".</dd>
</dl>
<dl>
<dt> Page 103 (Section 5.0) </dt>
<dd> "defining yet another model to acts as its metamodel" should be "defining yet another
model to act as its metamodel".</dd>
</dl>
<dl>
<dt> Page 112 (Section 5.4) Figure 5.5 </dt>
<dd> label "eAllOperators" should be "eAllOperations"</dd>
</dl>
<dl>
<dt> Page ? (Section 7.1.4) </dt>
<dd> "it has been marked as as an EOperation in the @model tag ." has an extra space before
the period.</dd>
</dl>
<dl>
<dt> Page ? (Section 7.1.4) </dt>
<dd> "Notice that one or more parameter-qualified dataType properties can convey exactly the
same information as the parameters property" should be "as the parameters' types".</dd>
</dl>
<dl>
<dt> Page ? (Section 10.2.6) </dt>
<dd> "Enusre that you remove the @generated" should be "Ensure that you remove the
@generated".</dd>
</dl>
<dl>
<dt> Page 467 (Section 15.3.1) </dt>
<dd> The second paragraph following the output fragment (beginning with "Notice that we waited") should be deleted entirely.</dd>
</dl>
<dl>
<dt> Page 495 (Section 15.5) </dt>
<dd> In the example code, the value of <code>OPTION_USE_DEPRECATED_METHODS</code> should be
<code>Boolean.FALSE</code>. Loading performance is improved by disabling deprecated
methods (they're enabled by default).
</dd>
</dl>
<dl>
<dt> Page 561 (Section 18.3) </dt>
<dd> The value in the second row, last column of Table 18.2 should be "2007-01-01".</dd>
</dl>
</details>
</li>
<li>
<div>January 27 2008</div>
<a target="_out" href="https://refcardz.dzone.com/refcardz/essential-emf">
Essential EMF, DZone Refcard
</a>
</li>
<li>
<div>July 7 2005</div>
<a target="_out" href="docs/EMFPerformanceTips.html">
EMF Performance Tips
</a>
</li>
</ul>
</div>
<div class="homeitem3col">
<a name="presentations"></a>
<h3>Presentations & Workshops</h3>
<ul>
<li>
<div>March 17 2008</div>
EclipseCon 2008 - Fundamentals of the Eclipse Modeling Framework
<ul>
<li>
<a href="docs/EclipseCon2008_309T_Fundamentals_of_EMF.pdf">
Presentation
</a>
(PDF)
</li>
<li><a href="docs/EclipseCon2008_309T_Fundamentals_of_EMF_Exercises.zip">
Exercises
</a>
(ZIP)
</li>
</ul>
</li>
<li>
<div>March 20 2006</div>
EclipseCon 2006 - Introduction to EMF
<ul>
<li>
<a href="docs/EclipseCon2006_EMF_Advanced.pdf">
Presentation
</a>
(PDF)
</li>
<li>
<a href="docs/EclipseCon2006_EMF_Intro_project.zip">
Workshop Project
</a>
(ZIP)
</li>
</ul>
</li>
<li>
<div>March 20 2006</div>
EclipseCon 2006 - Advanced Features of EMF
<ul>
<li>
<a href="docs/EclipseCon2006_EMF_Advanced.pdf">
Presentation
</a>
(PDF)
</li>
<li>
<a href="docs/EclipseCon2006_EMF_Advanced_project.zip">
Workshop Project
</a>
(ZIP)
</li>
</ul>
</li>
<li>
<div>March 22 2006</div>
EclipseCon 2006 - XML Binding with EMF
<ul>
<li>
<a href="docs/EclipseCon2006_EMF_XML_Binding.pdf">
Presentation
</a>
(PDF)
</li>
<li>
<a href="docs/EclipseCon2006_EMF_XML_Binding_project.zip">
Project
</a>
(ZIP)
</li>
</ul>
</li>
</ul>
</div>
<div class="homeitem3col">
<a name="contributions"></a>
<h3>Contributed Articles</h3>
<ul>
<li>
<div>June 8 2005</div>
<a target="_out" href="https://www.eclipse.org/articles/Article-GEF-EMF/gef-emf.html">
Using GEF with EMF
</a>
Contributed by Chris Aniszczyk
</li>
<li>
<div>Nov 30 2004</div>
<a target="_out" href="https://www.eclipse.org/articles/Article-Rule%20Modeling%20With%20EMF/article.html">
Modeling Rule-Based Systems with EMF
</a>
Eclipse Corner article)
<br />
by Chaur G. Wu
</li>
<li>
<div>Oct 12 2004</div>
<a target="_out" href="https://www.eclipse.org/articles/Article-EMF-goes-RCP/rcp.html">
EMF goes RCP
</a>
(Eclipse Corner article)
<br />
by Marcelo Paternostro
</li>
<li>
<div>Dec 9 2002</div>
<a target="_out" href="https://www.eclipse.org/articles/Article-Using%20EMF/using-emf.html">
Using EMF
</a>
(Eclipse Corner article)
<br />
by Catherine Griffin
</li>
</ul>
</div>
</main>
<script>
generate();
</script>
</body>
</html>