This post originated from an RSS feed registered with Java Buzz
by Jeremy Rayner.
Original Post: xwork: visualising flow of control with XSLT and SVG
Feed Title: javanicus
Feed URL: http://www.javanicus.com/blog2/subjects/java-rss.xml
Feed Description: Jeremy Rayner on java and other stuff.
I've been fiddling around trying to visualize the xwork flow of control,
and have come up with an XSLT based stylesheet which will transform your xwork.xml into a SVG graphic.
I think lots of things could be improved with the stylesheet, such as:
arrows to indicate chained actions
standard order for success/error/input etc...
other transformations such as HTML
I think it is quite useful, as it allows the flow of control to be quickly
groked, and can be generated as part of the build, for documentation purposes.
Let me know what you think...