Monthly Archives: June 2012

Eclipse Juno DemoCamp Stuttgart 2012

itemis sponsored the Eclipse DemoCamp Stuttgart yesterday. About 60 participants saw impressive demonstrations: Frank Gerhardt started with a demonstration of GEF running in a browser on both PCs and mobile devices. He emphasized the few changes required to GEF code for using it in the browser. Once loaded, all features known from GEF (shape modification, […]

Parallel Type Trees: Generic Attribute vs. Generic Accessor Method

When working with ecore models, we often encounter super/subtype relations on both the container and the member side. We want to easily access both the generic and the specific container members. Intuitively, we used different approaches to fulfill this requirement. This article explores some implementation possibilities and examines their advantages, drawbacks and performance implications. Scenario […]