emf

Why i cannot see the icons from a metamodel instance at eclipse with GEMS

I have created an eclipse plugin for my metamodel throught the emf+gmf = gems eclipse framework.When i am testing the metamodel and what i mean is to create an instance of my model with eclipse palette etc everything works fine.The way that i am testing it is throught the "Overview" tab of the plugig.xml file (PDE) , i clicked on "launch...

Show EMF File in IE 8

Hi, i would like to show some (about 5 to 10) EMF (Enhanced Metafile) Files in the IE 8. I use ASP to get all Files from a defined Folder and show them with the <img src=""> Tag. Some of the IMages are really big, so tried to reduce the size by setting its height to 100. Is this the correct way? The Images load very slow and not all ima...

How to generate 'java code with annotations' from emf model

More precisely, I want to know, how one can model annotations into the ecore model definition. So that the generated java code would contain them. (For eg: hibernate persistence tags) ...

POJO to EObject EMF Bytecode Enhancement

Instead of generating code from a model, has there been any work on a bytecode enhancement process? With that, one could just write POJOs, possibly annotate them appropriately, and then they would be automatically enhanced with all EMF features. ...

Generate Data-Model with EMF

Hi, I was wondering, if there is a way to do the following dynamicly. I used EMF to generate the data model in a MVC pattern based fat client. I wrote a xml schema and had to add a new project to the workspace where the java classes got generated. Now I'm asking myself if I really had to have a own project for this because I just use...