Top "Eclipse-emf" questions

Use this tag for questions about the Eclipse Modeling Framework Project (EMF)

How to use EMF to read XML file?

EMF = Eclipse Modeling Framework I have to use EMF in one of my class projects. I am trying to understand …

java xml eclipse eclipse-emf
How to convert XSD to Ecore (EMF)

What is the best way to convert .xsd-files into .ecore-files? Is there an Eclipse plugin for that?

xsd eclipse-plugin eclipse-emf eclipse-emf-ecore
How to create a generic list with Eclipse EMF?

I want to create a class with Eclipse EMF that contains a List with String objects. I see that Ecore …

eclipse eclipse-emf
What are the main differences between Jetbrains' MPS and Eclipse Xtext?

I have used Eclipse Xtext in several projects. I loved the ease of defining a grammar over an Ecore (meta)…

dsl eclipse-emf xtext mps
AssertionFailedException while creating CellEditor in Eclipse

Hopefully someone can point me in the right direction. I'm trying to create a CellEditor in Eclipse and when I …

eclipse swt jface eclipse-emf
Where can I find a valid SVG XML Schema (for ecore generation)?

I tried importing the SVG XML Schema into EMF, to obtain the SVG metamodel in ecore. However, the import failed …

xml xsd svg eclipse-emf eclipse-emf-ecore
"Registered factory needed" exception when loading resource

I get the following exception: java.lang.RuntimeException: Cannot create a resource for 'file:/home/my_conf.xml'; a registered …

java eclipse-emf