0
我具有與iPOJO一個問題,因爲例如:「從」 動態地改變在iPOJO元數據
我定義和部署組分A,其提供「HelloService的」服務(接口)。並命名爲「instance_A」
我還需要定義在A.「HelloService的」服務B的實施組分B組分A的實例聲明的依賴性:
HelloService的問候;
而且metadata.xml中,我聲明:
<ipojo>
<component classname="B_class" name="B" immediate="true">
<requires field=" hello" from="instance_A">
</requires>
</component>
<instance component="B" name="call"/>
</ipojo>
- 現在,我要實現一個C成分以動態控制變化(=」實例_A「)在元數據到另一個(例如從=」instance_D「)
我怎麼能做到這一點(組件C)來改變這個」從「?
在此先感謝