[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: how to integrate RCP plug-ins

venkat schrieb:
Hi,

I have two RCP plugins. Now i want to integrate the two plug-ins.

Any one please let me know, how can i integrate the two plugins(RCP).

Is there any procedure/steps to follow for doing this?

Thanks in advance for your help.

regards,
Venkat.

There are several ways.

One would be to use a plugin like a library .. expose needed packages at runtime then set the plugin as dependency in the other ... so you can use the first plugin like any other library you set on your classpath.

Another possibility would be by Extension Points.. define in one plugin an extension point and in the other plugin you contribute to this extension point.