开发者

How to Represent an OSGi Runtime Configuration in Ivy?

开发者 https://www.devze.com 2023-01-18 03:35 出处:网络
In contrast to the POJO 开发者_开发知识库world where the runtime classpath is just an ordered list of containers, in OSGi, the containers from the runtime classpath itself can be ordered lists of cont

In contrast to the POJO 开发者_开发知识库world where the runtime classpath is just an ordered list of containers, in OSGi, the containers from the runtime classpath itself can be ordered lists of container paths.

How can/should such a structured runtime configuration be represented in an ivy.xml file?

For terminology please see section 3.8 from OSGi Service Platform Core Specification release 4.


Ivy is a generic dependency manager. I don't work on OSGi bundles but the attached link might give you some pointers how how bundles can be structured and managed using ivy:

http://code.google.com/p/bushel/wiki/HowToUseIvyWithYourOsgiProject

0

精彩评论

暂无评论...
验证码 换一张
取 消