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

Connectivity Usability Ganymede

Revision as of 15:44, 3 April 2008 by Brianf.sybase.com (Talk | contribs) (Part 1 -- The Driver Combo Box)

Connectivity Usability Changes for the Ganymede (DTP 1.6) Release

Over the course of the last three months, we've asked for feedback from the community about some of the proposed changes for DTP Connectivity to address some of the usability issues that have come up. We've received quite a bit of good feedback via Bugzilla, the Newsgroups, and the Mailing Lists. So a big thank you to everyone who provided feedback!

As we approach the DTP 1.6M7 milestone and now that we've had time to consider some of the feedback we received at EclipseCon 2008, I wanted to document "the plan" for what is going to make it into the DTP 1.6 release.

Part 1 -- The Driver Combo Box

For the past few releases (0.9, 1.0, and 1.5), the Driver Drop-down list has provided a simple combo box with a sorted list of all available drivers or a filtered list, and a "..." button that opens the Driver Definitions dialog (basically the Driver Definitions preference page hosted on a dialog), where users can create their own drivers, manipulate existing drivers, and so on.

Drop-downs-revised.JPG

The Ganymede version of the Driver Combo box makes the buttons to the right of the combo box a toolbar, which provides some nice functionality for free and easier addition of buttons in the future should we need them. There are two buttons:

  • New Driver Definition (opens the new New/Edit Driver Definition dialog discussed later)
  • Fast Driver (opens the new New/Edit Driver Definition dialog with the Generic JDBC template pre-selected)

The goal here it to simplify the tasks that people do on a regular basis. If someone wants to create a new driver, they shouldn't have to wade through a tree on a dialog and then go to another dialog to provide driver details. Or if someone simply wants to create a generic JDBC driver for some database, they shouldn't have to wade through that either. This gives users one click access to routine actions.

Part 2 -- The New Connection Profile Wizard

Part 3 -- The Driver Definitions Dialog and Preference Page

Back to the top