|
From: Daniel P. <po...@ci...> - 2004-04-06 15:06:16
|
I know it's not quite what you had in mind with this question, but we've used Graphviz (www.research.att.com/sw/tools/graphviz/) to generate dependency graphs based on Spring configuration files. The basic process involves using an XSL stylesheet to transform the Spring XML config files into the .dot syntax used by Graphviz, then running Graphviz on the .dot files to generate png, gif, postscript, etc. dependency graphs. Of course, this wouldn't work for autowired configurations, but it generates interesting and useful graphs for explicit configurations. Daniel On Tue, Apr 06, 2004 at 01:02:39AM -0700, Torsten Juergeleit wrote: > Is anyone already working on a way to create > documentation from Spring beans definition files? > > Howard's HiveMind / HiveDoc > (http://jakarta.apache.org/hivemind/hivedoc.html) uses > XSL stylesheets to transform the HiveMind config files > into a set of HTML files. Sample output: > http://jakarta.apache.org/hivemind/hivedocs/index.html > > Does it make sense to create something similar for > Spring? > > Torsten > > __________________________________ > Do you Yahoo!? > Yahoo! Small Business $15K Web Design Giveaway > http://promotions.yahoo.com/design_giveaway/ > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer |