Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [emf-dev] EMF resource saving

Please use the newsgroup/forum for asking questions, not the developer mailing list.  EMF will always save a single resource into a single file system artifact.  If you want a hierarchy, you'll need resources with URIs that reflect that hierarchy.


On 16/07/2012 11:52 AM, fsdfsdfsd fdfsdfsd wrote:
Hi,

I didn't manage to find good examples so I thought I 'll ask here for suggestions.

I am implementing a commercial RCP application where the user can create projects for example of this format:

Project1
 SubElement1
 SubElement2
   SubSubElement1
Project2
....

etc.

I am using EMF to model the data domain and I want to save the data.I want to have a hierarchy
of folders and files for each project e.g.
Folder 1 should be Project1 containing a Folder SubElement1 which contains some xml files. etc.

I found examples to save EMF models but I didn't figure out how to save this folder-files hierarchy under one EMF resource...

Any suggestions ?


Thanks,
M.







_______________________________________________
emf-dev mailing list
emf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/emf-dev



Back to the top