Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » DTP » Best plug-in strategy
Best plug-in strategy [message #30836] Wed, 16 May 2007 05:41 Go to next message
Rahul Pilani is currently offline Rahul PilaniFriend
Messages: 5
Registered: July 2009
Junior Member
Hi,
I am trying to build my own eclipse data based RCP application, and for
that I need some basic functionality. It needs to connect to the DB, so I
would like to re-use some of DTP's plugins. I just need a view within
which I can create new profiles, connect/disconnect, and browse database
objects. I know the existing DTP plugin already does that. What I wanted
to know is which plugin to use as the starting point so that I can build
my application on top of it.

I tried using org.eclipse.datatools.connectivity.db.generic, but it fails
to load because its missing some dependencies, however,
org.eclipse.datatools.connectivity and
org.eclipse.datatools.connectivity.ui load just fine.

Can I use the org.eclipse.datatools.connectivity.ui.dse as the starting
point? Will it provide me with all the necessary functionalities. Can
someone point me to a an example usage of the dse plugin.

Thanks for all the help,

Regards,
Rahul Pilani
Re: Best plug-in strategy [message #31082 is a reply to message #30836] Thu, 31 May 2007 19:58 Go to previous message
Rob Cernich is currently offline Rob CernichFriend
Messages: 56
Registered: July 2009
Member
Hey Rahul,

You'll need pretty much everything in org.eclipse.datatools.connectivity
with the exception of the oda and derby plugins (unless you want derby
support). You'll also need the plugins in org.eclipse.datatools.modelbase
as well.

For specific DB support, you can mix and match plugins from
org.eclipse.datatools.enablement.

This will get you a fully functional DSE complete with visualation of the
SQL models (i.e. schemas, tables, columns, etc.).

Hope that helps.

Sincerely,
Rob Cernich
DTP Connectivity Project Lead
Re: Best plug-in strategy [message #585769 is a reply to message #30836] Thu, 31 May 2007 19:58 Go to previous message
Rob Cernich is currently offline Rob CernichFriend
Messages: 56
Registered: July 2009
Member
Hey Rahul,

You'll need pretty much everything in org.eclipse.datatools.connectivity
with the exception of the oda and derby plugins (unless you want derby
support). You'll also need the plugins in org.eclipse.datatools.modelbase
as well.

For specific DB support, you can mix and match plugins from
org.eclipse.datatools.enablement.

This will get you a fully functional DSE complete with visualation of the
SQL models (i.e. schemas, tables, columns, etc.).

Hope that helps.

Sincerely,
Rob Cernich
DTP Connectivity Project Lead
Previous Topic:Connect to MySql 5.0
Next Topic:replacing driver definitions page/connection wizards
Goto Forum:
  


Current Time: Fri Apr 19 04:43:58 GMT 2024

Powered by FUDForum. Page generated in 0.01893 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top