Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] Server's host name in Cloud environment?

You may want to check out the extension point org.eclipse.wst.server.ui.wizard.ServerCreationWizardPageExtension in the plugin  org.eclipse.wst.server.ui to see if that address your need.

That extension provides the capability to control the host name field, so you can set certain default value (or even set emtpy string) and disable the field.  It also have hooks that allows you to inject custom controls on the main server creation wizard page.

Regards,
Elson

-----------------------------------------------------------------
Elson Yuen, P.Eng.
RAD and WebSphere Server Tools Architect
IBM Toronto Lab
Tel: (905) 413-2689, T/L: 313-2689


Inactive hide details for "Silgidjian, Alexander" ---12/13/2013 11:27:16 AM---Hello, We are adopting the WTP Server Tools for S"Silgidjian, Alexander" ---12/13/2013 11:27:16 AM---Hello, We are adopting the WTP Server Tools for SAP HANA Cloud Platform.

From: "Silgidjian, Alexander" <alexander.silgidjian@xxxxxxx>
To: "wtp-dev@xxxxxxxxxxx" <wtp-dev@xxxxxxxxxxx>,
Date: 12/13/2013 11:27 AM
Subject: [wtp-dev] Server's host name in Cloud environment?
Sent by: wtp-dev-bounces@xxxxxxxxxxx





Hello,
 
We are adopting the WTP Server Tools for SAP HANA Cloud Platform.
I am writing to you in order to collect feedback from other cloud server vendors.
We have doubts about the relevance of term “server’s host” in such environment.
Basically the user does not know the host in advance and could not enter it in the New Server wizard.
The only relevant information that the user may enter there is where she wants the server to reside (US, EU, etc.).
Would you prefer to:
1. Have the possibility to change the label of the field
2. Have the possibility to remove this field and define whatever is needed in custom UI that you may provide through the already available extension point.
3. Stay as it is
 
Kind Regards,
Alex
 _______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev

GIF image


Back to the top