本文介绍了如何向Netbeans中的嵌入式felix添加声明式服务支持?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在netbeans中,嵌入式felix不支持DS.如何在Netbeans中的嵌入式felix中添加Felix服务组件运行时.

In netbeans, embedded felix does not support DS.How can we add Felix Service Component Runtime to embedded felix in netbeans.

推荐答案

声明式服务由称为SCR(服务组件运行时)的普通捆绑包实现.只需安装该捆绑包即可!在Felix下载页面上查找SCR: http://felix.apache.org/downloads.cgi

Declarative Services is implemented by an ordinary bundle, called SCR (Service Component Runtime). Simply install that bundle! Look for SCR on the Felix downloads page: http://felix.apache.org/downloads.cgi

这篇关于如何向Netbeans中的嵌入式felix添加声明式服务支持?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-21 22:48