Category Archives: EMF

Introducing e(fx)clipse

UPDATE Please download the latest version from efxclipse.org People who’ve read my blog in the last few weeks have seen that I invested some time in getting the Eclipse 4 Application Platform running on top of JavaFX. One of the … Continue reading

Posted in Eclipse, EMF | 4 Comments

Jax 2011: EMF-Databinding talk

I had the pleasure to present EMF-Databinding to interested people on the Model Day at Jax 2011. I’m desperately sorry that people have been unable to install my sources but there has been a misunderstanding I’ll apologize for. Everyone who … Continue reading

Posted in EMF, Talks & Conferences | Leave a comment

Interesting new feature in EMF-Databinding

I’ve invested sometime into EMF-Databinding to add a new quite interesting feature i guess. Currently we have to problem that if your nested path crosses a multi-valued feature (=java.util.List) at some point the only solution today is to create a … Continue reading

Posted in EMF | 7 Comments

Navigating/Querying EMF-Models using XPath

To make the new e4 way of building a complete model from small model pieces – named fragments – more flexible in 4.1, I’ve been developing a JXPath extension which works ontop of the reflective EMF-API. I know that there’s … Continue reading

Posted in e4, EMF | 25 Comments

ESE 09 – My Slides

Back from ESE 09 – once more a nice event and got to know even more people. I was quite busy this year taking part in 5 Sessions so a short review from my side: EMF Tutorial I think Ed, … Continue reading

Posted in e4, EMF, Talks & Conferences, UFaceKit | Leave a comment

Galileo: EMF-Databinding – Part 5

Though the main focus of this article is going to be the usage of the properties API to setup a TableViewer there are some importanted I didn’t explain in Part 4 of this series. Using the properties API in master-detail … Continue reading

Posted in EMF, Tutorials | 20 Comments

Galileo: EMF-Databinding – Part 4

Using the properties API in master-detail In the last blog entry we saw how to set up a the left part of our example application which is a JFace-TreeViewer. This blog article deals with the upper right part of the … Continue reading

Posted in EMF, Tutorials | 12 Comments

Galileo: EMF-Databinding – Part 3

Setting up a TreeViewer with EMF-Databinding The RCP-Application With this article we are starting to write our RCP-Application which uses Eclipse-Databinding. I’m not going into detail how you create an RCP-Application (I simply use the PDE-Wizard) but assume that you … Continue reading

Posted in EMF, Tutorials | 39 Comments

Galileo: EMF-Databinding – Part 2

Introduce the new Properties API In 3.5 Eclipse-Databinding introduces a new API which should be used in favor of the 3.4 EMFObservables-Factory because it provides many features who couldn’t be provided by the old API (e.g. the new API provides … Continue reading

Posted in EMF, Tutorials | 8 Comments

Galileo: EMF-Databinding – Part 1

Creation of the Domain-Model Before we can start with the domain model for our application we need to know what the model is going to be for. So let me explain the application we are going to write in this … Continue reading

Posted in EMF, Tutorials | 7 Comments