How to make independent plugins ? [message #436329] |
Tue, 06 September 2005 05:49 |
Eclipse User |
|
|
|
Originally posted by: gkurien.icope.com
Is it possible to make a independent plugin that accepts a value to create
a table ? so that if i were to make an RCP application i could just call
the plugin and pass a tablemodel to the plugin and get the plugin to make
the table for me ?
if it is possible to do it can anyone help me out on that ...
thanx in advance,
|
|
|
Re: How to make independent plugins ? [message #436351 is a reply to message #436329] |
Tue, 06 September 2005 22:05 |
Eclipse User |
|
|
|
Originally posted by: bruce.conlin.ns.sympatico.ca
Not knowing much about your problem domain, how about creating an
extension point schema that requires a fully qualified class name of the
table provider (table model). Then, create a plugin fragment whose host
is your independent plugin. The independent plugin would then check to
see if there are any plugins that extend its extension point. If so, it
creates an instance of the object through the osgi bundle.
Genu George wrote:
>
>
>
> Is it possible to make a independent plugin that accepts a value to
> create a table ? so that if i were to make an RCP application i could
> just call the plugin and pass a tablemodel to the plugin and get the
> plugin to make the table for me ?
>
>
> if it is possible to do it can anyone help me out on that ...
> thanx in advance,
>
|
|
|
|
Re: How to make independent plugins ? [message #436422 is a reply to message #436351] |
Thu, 08 September 2005 04:36 |
Eclipse User |
|
|
|
Originally posted by: gkurien.icope.com
hi,
i am not so familiar with creating my own extention point and schema
declaration..is there any help i can get ?...i would appreciate it if i
could get any examples or site or documents related to this topic....
|
|
|
Re: How to make independent plugins ? [message #436427 is a reply to message #436351] |
Thu, 08 September 2005 09:00 |
Eclipse User |
|
|
|
Originally posted by: gkurien.icope.com
hi,
u said in the previous mail to do this --->
The independent plugin would then check to see if there are any plugins
that extend its extension point.
How do i check to see if there are any plugins that extend its extentio
point ?
|
|
|
Re: How to make independent plugins ? [message #436432 is a reply to message #436351] |
Thu, 08 September 2005 11:15 |
Eclipse User |
|
|
|
Originally posted by: gkurien.icope.com
let me just change my question a little bit..
Is it posible for me to write a RCP product ( which i create using the
eclipse Product Export Wizard ) and allow third party plugins to be
plugged into my RCP Product ? ( Assuming that i have no idea of how the
third party plugin is going to be )
if yes wat are the changes i have to make while writing my RCP Product
..and how will the third party plugin be written to make use of my RCP
Product ?
|
|
|
|
Powered by
FUDForum. Page generated in 0.03392 seconds