Define the Deployment Wizard
You need to define a wizard that allows users to deploy your Module. The key to this is that your artifact must be capable of being represented as a URL. Your deployment wizard must conform to the Eclipse iDeployWizard. This requires the implementation of getModulesURL.
In ui.deployWizards, you make the association between the server type id and the wizard.
When you deploy on the server, the extension point registry is searched, and the available wizards for the server type that you are deploying are displayed. The user then chooses a wizard.
Copyright © Cloud Software Group, Inc. All rights reserved.