Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] question regarding buddy class loading

Hi All,

My apologies if this is not the right place  to ask these questions....

I have been using Equinox extensions:

Eclipse-BuddyPolicy: registered
Eclipse-RegisterBuddy: xxx, yyy

to develop OSGi enabled WEB applications (using Wicket, Hibernate, quartz, and so on). I need to do this because the basic functionality of is encapsulated on some bundles, that are common to all applications (let's say they are part of my development framework), and they need to load classes from bundles that are specific to each application. This approach is fine for me, but I want to know if there is something similar in standard OSGi? I would like to get rid of the restriction of my applications only working on Equinox... Or if there is a better-cleaner-more standard way of achieving the same results? Is there a place where I can read/learn more about all this?

Thanks in advance,

Ernesto


Back to the top