Reputation: 63952
March 2016.
To analyze huge OSGi project with 100 bundles I would like to use visual tool (or some console or file output) to see all dependencies and interconnections between bundles (not classes)
What I found so far
How can I visualize jar (not plugin) dependencies? -> is for class dependencies
View osgi bundles' dependencies? -> is 6 year old and was asking for Eclipse tools, while I am good with any that would give actionable upon results.
Upvotes: 2
Views: 782
Reputation: 15372
XRay shows service dependencies. For a really good OSGi applications that is service oriented this should be all the relevant information you want to know.
OSGi enRoute makes it rather nice to play with this. Follow the quick start tutorial and you will run into XRay at the application section.
Upvotes: 3