Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EDT:NewServerWizardFlow"

Line 48: Line 48:
 
[[File:New 04.png]]
 
[[File:New 04.png]]
  
The list of downloadable server adapters is cached to ensure there are no performance issues. When you click on a server, and click Next, it will refresh that particular server adapter. The user can click the "Refresh" button to update the cache manually. This feature will allow for new server adapters or changes to existing servers (e.g. name, description, etc.) to take place. The process will happen in the background to avoid freezing the UI. "Refresh" button will be disabled during the background cache update and will be enabled after the completion of the job.
+
 
 +
== Switching to Old Flow ==
 +
 
 +
User can switch to the old flow of New Server Wizard by unchecking "Show additional server adapters". This will remove the additional server adapters from the Server list and enable the link "Show additional server adapters". User can click on the link and continue to download and install additional server adapters.
 +
[[File:OldNewServerFlow.jpg]]
 +
 
 +
== Manual Cache Refresh ==
 +
 
 +
The list of downloadable server adapters is cached to ensure there are no performance issues. When you click on a server, and click Next, it will refresh that particular server adapter. But there can be changes in the list of server adapters supported from a vendor. As it does not change frequently , working with cache works out for most of the scenarios. But if user comes to know about some change in the server list, user can click the "Refresh" button manually to update the cache. This feature will allow for new server adapters or changes to existing servers (e.g. name, description, etc.) to take place. The process will happen in the background to avoid freezing the UI. "Refresh" button will be disabled during the background cache update and will be enabled after the completion of the job. There is a plan to auto update the cache in the next release.
 +
Instead of "Refresh" user can also switch to old flow as mentioned in the above section and download additional server adapters as before.
 +
[[File:ManualCacheRefresh.jpg]]
 +
 
  
 
== Questions/Comments ==
 
== Questions/Comments ==
 
Please post your questions and comments to the wtp-dev mailing list.
 
Please post your questions and comments to the wtp-dev mailing list.

Revision as of 02:20, 10 September 2015

Bugzilla Link

Bug 471625

Goal

At present, in the "New Server" wizard, there is a hyper link "Download additional server adapters". This requires the user to click on it which then pops a secondary wizard.

Old 01.png

Old 02.png

The suggested enhancement is to have this be populated automatically in the first wizard in the same tree viewer, when the check box "Download additional server adapters" is enabled (the check box is enabled by default).

The rest of the flow remains the same. This is to improve user visibility to the additional server adapters.

New Flow

The user can see available servers on the first wizard page. Servers that have not been downloaded will have a down arrow overlay icon on the server icon.

New 01.JPG

When you select a server node which has not been downloaded yet, information will be displayed and the Next button will be enabled.

UninstalledServerSelected.JPG

On Click of Next Button, the server will be refreshed and provisioning will happen.

RefreshingUnInstalledServer.JPG


If the user is unable to install the server (e.g. the server adapter is not compatible with the current Eclipse), an error message will be shown in the Next page.

ErrorPage.JPG

On Click of Back, Error Message will be shown on the Wizard and the Next Button will be disabled.

Install incompatible error.JPG

When the user clicks Next for a server which can be installed, they will see the license acceptance page.

New 02.png

After accepting the license terms, the user installation will begin with a progress dialog.

New 03.png

The user will be prompted to restart Eclipse to complete the installation.

New 04.png


Switching to Old Flow

User can switch to the old flow of New Server Wizard by unchecking "Show additional server adapters". This will remove the additional server adapters from the Server list and enable the link "Show additional server adapters". User can click on the link and continue to download and install additional server adapters. OldNewServerFlow.jpg

Manual Cache Refresh

The list of downloadable server adapters is cached to ensure there are no performance issues. When you click on a server, and click Next, it will refresh that particular server adapter. But there can be changes in the list of server adapters supported from a vendor. As it does not change frequently , working with cache works out for most of the scenarios. But if user comes to know about some change in the server list, user can click the "Refresh" button manually to update the cache. This feature will allow for new server adapters or changes to existing servers (e.g. name, description, etc.) to take place. The process will happen in the background to avoid freezing the UI. "Refresh" button will be disabled during the background cache update and will be enabled after the completion of the job. There is a plan to auto update the cache in the next release. Instead of "Refresh" user can also switch to old flow as mentioned in the above section and download additional server adapters as before. ManualCacheRefresh.jpg


Questions/Comments

Please post your questions and comments to the wtp-dev mailing list.

Back to the top