I was hoping to have a ready-to-use package for anything but the references. If anyone knows classes with useful API (even for partial work), it will be a great help.
The use case I have is creating a visual graph-based GUI to a model I get from another application.
The model atoms are datatypes which tend to change between releases . As my GUI should be release-agnostic, I`m creating a two phase process:
changing-datatypes --> dynamic-EMF
dynamic-EMF --> GUI
I want to use the EMF capabilities like queries, validations, database persistency etc.