c  « osgi « Java Enterprise Q&A





1. C++ modularization framework (like OSGI)?    stackoverflow.com

I found one SOF http://www.codeproject.com/KB/library/SOF_.aspx , Are there anyother stable frameworks for modularization in C++ ?

2. How to Compose OSGi Based project with C++ based project?    stackoverflow.com

I am extending a project that it has been initiated with C++ language. Now I am developing a new part of the project. and it will be based on OSGi (Java). Now ...