-
Sub-task
-
Resolution: Unresolved
-
Major
-
2.16.0.Final
-
None
In the Java EE addon, all the commands are under a ui package (eg. javaee.cdi.ui, javaee.ejb.ui).
The problem is that some setup commands are under the sub-package setup (eg. javaee.jpa.ui.setup.JPASetupWizard, javaee.jaxws.ui.setup.JAXWSSetupWizard) and others aren't (javaee.faces.ui.FacesSetupWizard).
It would be nice to opt for one (under setup) or the other (under ui) and make them all the same. The pb is that some APIs might be broken. The best choice (less breaking APIs) is to move them under ui : only JPA has an API under setup, some commands only have the impl under setup