[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.dali] Re: Dali 2.2 Planning

Susanta,

This request is similar to one logged in Enhancement 260474 - https://bugs.eclipse.org/bugs/show_bug.cgi?id=260474. It would be helpful if you could provide this information in that bug so it can be tracked.

We are actually in the process of evaluating a new Entity Generation contribution in bug 251293. As a result, things might be changing quite a bit in Dali 2.2 (Galileo).

Neil


Susanta Datta wrote:

We internally call the JPA's Entity generation wizard to generate Entities from selected tables. Once the command executes we need to find the java classes those get generated from the selected tables in the wizard, so that we can generate other artifacts from the java classes. I think the latest version of the wizard a data model is being used (which is really good). It would be great if the followings features implemented:
1. Make the Dali Entity Wizard or command external so that other components can reuse the Wizard or Command. We don't want to extend the wizard, just reuse.
2. Expose the data model (removing any internal API) for the same reason as mentioned above.
3. The data model to have a property to get/set the selected table in wizard.

thanks.

Susanta