Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Fragment Load time ?
Fragment Load time ? [message #499046] Thu, 19 November 2009 16:04 Go to next message
Charlie Kelly is currently offline Charlie KellyFriend
Messages: 276
Registered: July 2009
Senior Member
Is a fragment loaded (by osgi) after its host plugin ?

I configured a fragment for early startup.
However, its earlyStartup() method is called after methods in the host
plugin have completed.

Is this correct behavior?

Thanks

Charlie
Re: Fragment Load time ? [message #499178 is a reply to message #499046] Fri, 20 November 2009 10:08 Go to previous message
Rüdiger Herrmann is currently offline Rüdiger HerrmannFriend
Messages: 581
Registered: July 2009
Senior Member
Charlie Kelly wrote:
> Is a fragment loaded (by osgi) after its host plugin ?
Fragments are only used to add resources or extra classes to the
host plug-in. Thus talking about "loading" a fragment isn't the
right term probably. Think of it as merging the two at runtime.

>
> I configured a fragment for early startup.
> However, its earlyStartup() method is called after methods in the host
> plugin have completed.
After which methods from the host plug-in?
If the host also contributes earlyStartup extensions, it is probably
the extension registry that dictates the execution order and has
nothing to do with host and fragment.

>
> Is this correct behavior?
I guess so. To be entirely sure, you may ask the Equinox newsgroup.

>
> Thanks
>
> Charlie
Previous Topic:Widget is disposed SWT Error with CVS HEAD
Next Topic:Replacement for RCP Intro
Goto Forum:
  


Current Time: Fri Apr 26 12:37:31 GMT 2024

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

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

Back to the top