Q&A
Ask and answer questions to make information more available to wider audiences.
Franklin Boatwright @boatwrightfranklin   09, May 2023 12:00 AM
Eclipse IDE Modelling framework
What is the Eclipse IDE Modelling framework?
answers 1
 
Answer 1
Louis Bugs @bugslouis   11, May 2023 09:12 PM
While creating a project using some IDE we may add ‘class’ files, create a model for the project and create an XML schema for the same. If we have a better modeling framework, we need to create only one of these entities and the rest of them will get created along. This is done by EMF (Eclipse Modelling Framework).
So, EMF is a set of Eclipse plug-ins, which can be used to model a data model and to generate code from it. This framework is a Java /XML framework.