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 to analize/visualize OSGi, maven dependencies -> Is actually for Eclipse plugins only http://www.ibm.com/developerworks/library/os-eclipse-dependencyvisualization/index.html
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.