Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » extending the osgi framework
extending the osgi framework [message #45712] Sat, 25 September 2004 07:58 Go to next message
Martin Lippert is currently offline Martin LippertFriend
Messages: 124
Registered: July 2009
Senior Member
Hi,

I saw bug no. 72514
(https://bugs.eclipse.org/bugs/show_bug.cgi?id=72514)
but haven't found any explanations how to extend the osgi framework
without adding jars directly to the framework. Does anybody have more
information on that? Thanks!!!!!

Best regards,
Martin
Re: extending the osgi framework [message #45742 is a reply to message #45712] Sun, 26 September 2004 02:10 Go to previous message
Eclipse UserFriend
Originally posted by: pascal.ibm.canada

The goal was to provide a concept similar to the one of fragment but for
the framework (since fragments do not exists when the fwk is loaded) so
we can easily add jars on the fwk classpath. From an osgi point of view,
although the extensions are not real bundles or fragments, they can be
updated.

For example, one application of this is to make the console a fwk
extension, the eclipseAdaptor another, etc... so that people can more
easily remove things from the fwk or actually add things (like your
aspect adaptor :-)).

For now the support is really basic and only works for a limited number
of case but we'll make it more solid, so extensions can export or
provide packages.

If you want to use it you can specify in the config.ini

osgi.framework.extensions = <fwkExtensionName (i.e. the name of the
folder containing your extension without the version number)>

PaScaL

Martin Lippert wrote:
> Hi,
>
> I saw bug no. 72514
> (https://bugs.eclipse.org/bugs/show_bug.cgi?id=72514)
> but haven't found any explanations how to extend the osgi framework
> without adding jars directly to the framework. Does anybody have more
> information on that? Thanks!!!!!
>
> Best regards,
> Martin
Previous Topic:extending eclipse class loaders
Next Topic:regarding plugin loading
Goto Forum:
  


Current Time: Wed Jan 15 11:51:24 GMT 2025

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

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

Back to the top