Skip to content
sker65 edited this page Mar 9, 2012 · 4 revisions

Abstract

This simple class generates a graphml file from one or more spring context definitions. As complex spring projects dependency graph dont look very nice when created with spring tools suite, this tool gives you the full power of graphical editors like yEd to layout and modify the graph.

There is a more detailed describtion here http://cogito-ergo-blog.de/blog/2012/03/05/spring-dependency-graph-mit-yed-graphml/ but only in german for now.

Samples

Graphs created with this class and edited (layout) with yEd look like this: complete

You can easily extract a subgraph with yEd to show dependencies for a single node: dep node

In contrast a detail view for the same project rendered with STS looks like this: sts

Clone this wiki locally