| Summary: | Eclipse Modeling Framework (EMF) and Java Emitter Template (JET) - Tutorial | ||
|---|---|---|---|
| Product: | Community | Reporter: | Lars Vogel <Lars.Vogel> |
| Component: | Articles | Assignee: | community.articles-inbox <community.articles-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | eclipse, Ed.Merks, Lars.Vogel |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| URL: | http://www.vogella.de/articles/EclipseEMF/article.html | ||
| Whiteboard: | |||
|
Description
Lars Vogel
I can turn a docbook document into our format. I imagine that it should be pretty easy. If Ed agrees to review, I agree to post. Hi Wayne, why not just post a link to my webpage? This way I can easily update the article whenever I learn something new. Best regards, Lars This looks cool and very useful to me! The only thing I would ask to change is where you show using XyzPackageImpl.init(). I'd much rather see folks never using the package impl class for anything. Using XyzPackage.eINSTANCE.eClass() is a better idiom to use for stand alone initialization because it avoids access to "internal" implementation details of the model. Hi Ed, I changed the coding to XyzPackage.eINSTANCE.eClass() and also aligned the examples a bit more. Thank you for the feedback Cheers, Lars (In reply to comment #2) > Hi Wayne, > > why not just post a link to my webpage? This way I can easily update the article > whenever I learn something new. > > Best regards, Lars I've added a link that's accessible from both the home page and the /resources page. Since this is no longer an Eclipse Corner Article, I'm closing the bug. If I have incorrectly assumed that this is what you wanted, please reopen. |