Best way to convert existing java projects to osgi bundles

前端 未结 3 844
旧巷少年郎
旧巷少年郎 2021-02-14 22:44

We have lot of components out of which we want to modularize only a few to start with. Wondering what is the best way (in the context of my build environment) to create bundles

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-14 23:16

    Take a look at bndtools, it has excellent support for creating projects that wrap bundles. It provides a lot of insight how JARs are structured and how they depend on other things.

提交回复
热议问题