Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Activator - What is it?
Activator - What is it? [message #453422] Sat, 29 July 2006 19:19 Go to next message
Eclipse UserFriend
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] Sun, 30 July 2006 21:21 Go to previous message
Eclipse UserFriend
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: Tue Jul 15 13:53:21 EDT 2025

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

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

Back to the top