Spring Dependencies Diagram?

I have a project with modules that have Spring facets and corresponding Spring filesets, and I'd like to see the Spring dependencies diagram.

The IDEA Help has a 'Spring Dependencies Diagram' entry that gives a path to the diagram as:

Project tool window | Project view | Spring config | Jump to Source | Dependencies tab




However, in the Project View of my Project tool window, I don't see any 'Spring config' node, option, or context menu entry.

Can someone explain in simple steps how I can view the Spring Dependencies diagram ?
0

Hi Dave,

Please check the screenshot below:

spring-dependencies.png

0

Ah, I see - our Spring config files are nested 7 directories down in our resource tree, and they're not called spring-config.xml because there are several of them... but now I know what I'm supposed to be looking for, I've got the diagram I wanted. Thanks!

Can I suggest that the Help page for the Spring Dependencies Diagram be changed to something appropriately generic, such as: "In the Project View, select and open the relevant Spring configuration file for editing, and then select the 'Dependencies' tab below the configuration editor."

0

Hi Dave,

Sounds reasonable. I created corresponding ticket - IDEA-55334.

Regards, Denis

0

Thanks Denis - I've voted ;-)

0

Cool, thanks

0

On 5/27/2010 5:55 PM, Dave Lorde wrote:

I have a project with modules that have Spring facets and corresponding Spring filesets, and I'd like to see the Spring dependencies diagram.

>

The IDEA Help has a 'Spring Dependencies Diagram' entry that gives a path to the diagram as:

>

Project tool window | Project view | Spring config | Jump to Source | Dependencies tab

>

However, in the Project View of my Project tool window, I don't see any 'Spring config' node, option, or context menu entry.

>

Can someone explain in simple steps how I can view the Spring Dependencies diagram ?

>

---
Original message URL: http://www.jetbrains.net/devnet/message/5264135#5264135

here is another way to invoke spring dependency diagramm -
http://blogs.jetbrains.com/idea/2009/08/quick-analyzis-of-spring-bean-dependencies/

0

OK - thanks Sergey, that's very useful. That description should be in the Help as well...

0

请先登录再写评论。