-
Notifications
You must be signed in to change notification settings - Fork 3
Home
sker65 edited this page Mar 9, 2012
·
4 revisions
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.
Graphs created with this class and edited (layout) with yEd look like this:
You can easily extract a subgraph with yEd to show dependencies for a single node:
In contrast a detail view for the same project rendered with STS looks like this: