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

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