Archive for November, 2009

Eclipse DemoCamps Nov 2009

Monday, November 16th, 2009

I will present this project on two Eclipse DempCamps in Leipzig (17.11.2009 – this is tomorrow) and Berlin (23.11.2009). This time I will use Prezi for a “one-slide-show”… (This is cool stuff too ;-) ) If you are interesting in Eclipse modeling or Eclipse in general it’s worth to show up! See you there!

UPDATE:
The presentaion is available online now!

A new project has been created

Sunday, November 15th, 2009

This is a first post to announce a new project of mine. It is called – as you may guess – “emf.observables”, is an extension to the famous Eclipse Modeling Framework and comes as a set of plugins for Eclipse.

emf.observables allows you to use a in emf modeled data model for a RCP application with databinding. From an .genmodel file you can generate next to your .model plugin a separate .observables plugin which contains wrapper classes to your emf model classes. Using this classes you can easily

  • build your memory based data model using a builder interface instead of the PackageFactory classes
  • access IObservable object wrappers in a type safe way