Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Re: Embedding Equinox OSGi and EclipseStarter

This would be a great area for standardization within a future OSGI spec. Standardization of how you embed, host, and interact with an OSGi framework etc. I think people are finding this more and more useful and will be then coming up against the same issues that have been talked about here a few times lately.

....
Kabe


On 2/14/07, Steven E. Harris <seh@xxxxxxxxx> wrote:
Thomas Watson <tjwatson@xxxxxxxxxx> writes:

> Equinox has a general hooking mechanism which allows you to hook
> into many different parts of the framework (see
> http://wiki.eclipse.org/index.php/Adaptor_Hooks).

Wow, this is excellent documentation. Thank you.

> You should be able to do what you describe by implementing the
> org.eclipse.osgi.baseadaptor.hooks.AdaptorHook interface.

Yes, that one, and perhaps the BundleWatcher interface. I'll try
implementing with these this afternoon and report back how I fare.

--
Steven E. Harris

_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev


Back to the top