Uploaded image for project: 'Forge'
  1. Forge
  2. FORGE-2109 Refactoring the UICommands
  3. FORGE-2328

Move the Setup commands under a setup package or leave them under ui ?

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Unresolved
    • Icon: Major Major
    • 3.x Future
    • 2.16.0.Final
    • Java EE
    • 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

              Unassigned Unassigned
              agoncal Antonio Goncalves (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: