Hi All,

In OSGi you always need to decide what the best level of granularity
is for your bundles. On the one hand, fine grained bundles with
dependencies are generally better (IMHO) but sometimes a single bundle
that contains all your dependencies can be convenient, especially when
you want to get started with something, as you only need to install
that single bundle.

For the project that I'm currently working on, the RFC 119 Distributed
OSGi DSW Reference Implementation
(http://svn.apache.org/repos/asf/cxf/sandbox/dosgi), I'm planning to
provide both approaches as built artefacts - so people can choose.
Currently I have the fine-grained approach with a number of bundles.
I was wondering can the maven-bundle-plugin easily flatten all the
bundles for me and create a single bundle that contains all
dependencies? If so what would be the best way to do this?

Thanks in advance,

David

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to