GraphViz is what is being used by an open source DB schema visualizer called SchemaSpy. SchemaSpy is a Java tool and hence they are successfully using GraphViz from within the tool. I am not sure as to whether do they ever do a native interaction with the tool or just pass on some form of data via a file to GraphViz. Worth checking though.
On Thu, Oct 29, 2009 at 11:05 PM, Brian <[email protected]> wrote: > > On Oct 29, 3:44 pm, Casper Bang <[email protected]> wrote: > > Which is one good reason not to use Java. You could use the super > > simple GraphViz, it needs your input dataset transformed as text file > > and will output an image (or postscript). > > Thanks Casper, that looks perfect! > > > -- Amarjeet Singh Phone: +91-98712-76661 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaposse?hl=en -~----------~----~----~----~------~----~------~--~---
