Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-core-dev] Reuse registry implementation in 'org.eclipse.core.internal.registry; '

Classes that are not exported are implementation classes and should not be used.
However, the extension registry is intended to be used. So something
looks fishy.

JR> P.S.: Where is the right place to get advice for a design issue with a
JR> sever side equinox/OSGi application which should contain of eclipse non
JR> gui plugins. Can anybody help me.
I'd gladly help out, just send us the design issues you are struggling
with.

Kind regards,

     Peter Kriens
     
JR> Hello List,
JR>         
JR> for some weeks I read through the Eclipse core/equinox/osgi bundles and
JR> found the Implementation of the ExtensionPoint Registry useful for my
JR> Implementation of an runtime object registry. So I wanted to reuse some
JR> classes that implement IObjectManager, Handle etc. 

JR> But I´m facing serious problems due to Java and OSGi bundle acilities
JR> (Classes are not Exportet in the Bundle Manifest, or simply defined
JR> 'private') 

JR> Is there, despite duplicating relevant classes into my plugin, a way to
JR> use these facilities.

JR> Thank you in advantage
JR> ---
JR> Joachim

JR> P.S.: Where is the right place to get advice for a design issue with a
JR> sever side equinox/OSGi application which should contain of eclipse non
JR> gui plugins. Can anybody help me.

JR>         

JR> _______________________________________________
JR> platform-core-dev mailing list
JR> platform-core-dev@xxxxxxxxxxx
JR> https://dev.eclipse.org/mailman/listinfo/platform-core-dev


-- 
Peter Kriens                              Tel +33870447986
9C, Avenue St. Drézéry                    AOL,Yahoo: pkriens
34160 Beaulieu, France                    ICQ 255570717
Skype pkriens                             Fax +1 8153772599



Back to the top