| [emf-dev] Brazillian UML Tool |
An EMF model can be used without change in a stand-alone application with one exception. The default (XMI) serializer is not registered in the stand-alone EMF environment, so you need to explicitly register it with your model. For example, to register the XMI serializer for the library model, you would add something like this in your main:
Resource.Factory.Registry.INSTANCE.getExtensionToFactoryMap().put("library", new XMIResourceFactoryImpl());
For EMF.Edit, the following framework plugins contain resources.jar files that need to be on the CLASSPATH for stand-alone execution.