Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Activator - What is it?
Activator - What is it? [message #453422] Sat, 29 July 2006 23:19 Go to next message
J. Michael Dean, M.D. is currently offline J. Michael Dean, M.D.Friend
Messages: 218
Registered: July 2009
Senior Member
I have only recently moved to 3.2 and encountering messages about
Activators. Is this the same thing as an AbstractPlugin method? That is, I
have a plugin to control life cycle and it has a start(bundle) method, etc.
Is this now called the activator?

I am heavily basing my RCP development on the Hyperbola example in THE book,
and it does not refer to Activator since it came out a while ago.

Thanks.
Re: Activator - What is it? [message #453424 is a reply to message #453422] Mon, 31 July 2006 01:21 Go to previous message
Seok-Ho, Yang is currently offline Seok-Ho, YangFriend
Messages: 2
Registered: July 2009
Junior Member
J Michael Dean wrote:
> I have only recently moved to 3.2 and encountering messages about
> Activators. Is this the same thing as an AbstractPlugin method? That is, I
> have a plugin to control life cycle and it has a start(bundle) method, etc.
> Is this now called the activator?
>
> I am heavily basing my RCP development on the Hyperbola example in THE book,
> and it does not refer to Activator since it came out a while ago.
>
> Thanks.
>

Hi Michael

Activator is the almost same thing as Plugin, but it is derived from
OSGi Bundle. Eclipse is based upon OSGi framework(equinox) since 3.1, so
Eclipse Plugin is also OSGi Bundle.

You may be able to see about OSGi Bundle at the appendix A of the RCP book.
Previous Topic:More Path Issues
Next Topic:RCP as the enterprise application framework
Goto Forum:
  


Current Time: Mon Oct 07 23:56:27 GMT 2024

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

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

Back to the top