Is there work on implementing a .NET version of the OSGi plugin architecture (or something similar)? I have only found this paper, but no real library. Any pointers?
Asked
Active
Viewed 3,131 times
2 Answers
3
I do not know much about OSGi, but you should take a look at Managed Extensibility Framework project. I believe it provides some subset of functionalities of OSGi.

bbmud
- 2,678
- 21
- 15
0
Yes, there is a commercial product named UIOSP(XAUI Open Service Platform) which is the .NET implemented based-on OSGi specification R4 by a startup software company, Xi'an UI, in China. Well, now only Chinese version available. You may try contact with e-mail (uishell@uishell.com).

shalahu
- 1
-
[here](http://osgi4net.wordpress.com/2011/06/21/saying-hello/) got one English introduction of there product. – shalahu Feb 18 '13 at 03:41
-
Yeah... it doesn't specify which spec's or what version of the spec it conforms to. I am a bit hesitant to use it. – Andriy Drozdyuk May 23 '13 at 18:46
-
99% based on OSGi spec V4. – shalahu Jun 29 '13 at 08:53