[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.equinox] Re: Does server-side equinox support to be deployed in WebSphere6.1?

> So does that means osgi entironment can hold another osgi environment as a 
> bundle? That will be an extremely complex classloader mechanism!
It's probably not as complex as you think. The bundle class loaders are not 
arranged hierarchically so that within a particular instance of the 
framework things look fairly much the same regardless if you're in the nth 
nested framework or a top-level instance.

> Are you sure:)? Positive :)
> And is there any limitation of the depth of osgi-nesting?
There's nothing in the framework that would prevent an arbitrary depth 
however I don't this has been investigated much beyond about 5 nestings 
though. On the other hand I've run 100s of top-level instances of the 
framework in one process so don't see this necessarily being a problem.

-Simon