Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

2 Answers

up vote 2 down vote accepted

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.

share|improve this answer

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).

share|improve this answer
here got one English introduction of there product. – shalahu Feb 18 at 3:41
check this out, find more documentation and demos on osgi.codeplex.com – shalahu Mar 29 at 5:43

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.