How do I use EMF in standalone applications (such as an ordinary main)?
An EMF model can be used without change in a standalone application with couple of exceptions. Default resource factories are not registered in the standalone EMF environment. Therefore, for each file extension or scheme your application wants to load or save, you need to register the corresponding resource factory.