tags:

views:

9

answers:

0

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 used the generated classes as data object without changing anything on them.

Could I do this without an extra project in my main project?