Quick Analysis of Spring Bean Dependencies
August 3rd, 2009 by serega.vasilievIn Maia you can quickly analyze Spring Bean dependencies: just press Ctrl+Alt+Shift+U while editing Spring application context or invoke pop-up menu on a Spring bean. The quick pop-up view displays selected bean with all its dependencies (including external files), to which you can easily navigate by double-clicking diagram elements.
Click thumbnail to view larger image.

August 3rd, 2009 at 1:44 pm
Does it support JavaConfig & annotations?
August 4th, 2009 at 2:41 am
yes : )
August 4th, 2009 at 4:24 am
What’s the shortcut under OSX ?
August 6th, 2009 at 6:43 am
Cool feature. It would be really great to have something similar for Seam components.
August 19th, 2009 at 6:54 pm
I did not expect to use this much, however I find that it’s actually a nice feature.
One nice addition would be an option to “expand scope”.
Initially direct dependencies and dependees are shown.
Often I’d like this graph to expand one step - in other words, show beans which are connected by a maximum of two links.