Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dtp-dev] Sample Connection Profile Available

I have added a sample connection profile to the connectivity project.  This
plug-in illustrates how to use the base implementations provided by the
connectivity framework for implementing a connection profile.

The following features are demonstrated by this profile:
This profile provides version information for the target server.
This profile contributes a content extension to the DSE.
This profile contributes a category to the DSE.
This profile contributes an popup menu action for the custom content it
contributes to the DSE.

The following features are not demonstrated:
Integration with the driver definition framework.

The following classes are assumed to be preexisting (these classes are used
as the implementation for the navigator content extension and represent
existing implementations that may be used by existing tooling, e.g.
dialogs, etc.):
org.eclipse.datatools.connectivity.sample.cp.ui.FileContentProvider
org.eclipse.datatools.connectivity.sample.cp.ui.FileLabelProvider

All other classes are required for the implementation (depending on which
features are required by your profile).

Happy coding,
Rob



Back to the top