共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > SOF |
SOF
|
0 | 0 | 128 |
贡献者 | 讨论 | 代码提交 |
SOF (Service Oriented Framework) wants to help software developers to avoid developing monolithic software. The SOF framework allows to separate a software system in several small components which are communicating via clearly defined interfaces. Components can be started and stopped at runtime and the components are notified about the lifecycle of other components if necessary. SOF is implemented in standard C++ and provides an OS independent framework for developing component based software. The SOF API is very similar to the OSGI API (see OSGI).