ApplicationUrlLookupService urllookup = ApplicationUrlLookupService.getCurrentLookup(cloudServer);
CloudFoundryDeploymentWizardPage deploymentPage = new CloudFoundryDeploymentWizardPage(cloudServer,
applicationModule, applicationDescriptor, urllookup, this);
CloudFoundryApplicationWizardPage applicationNamePage = new CloudFoundryApplicationWizardPage(cloudServer,
deploymentPage, applicationModule, applicationDescriptor);
defaultPages.add(applicationNamePage);
defaultPages.add(deploymentPage);