mirror of https://github.com/dspinellis/UMLGraph
Document systems building on UMLGraph on a separate page.
This commit is contained in:
parent
02a6de35e2
commit
ac04f8c72e
|
|
@ -0,0 +1,31 @@
|
|||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
<notes>
|
||||
Here are other programs or efforts that build on UMLGraph's
|
||||
code or ideas.
|
||||
<ul>
|
||||
<li> <a href="http://lightuml.sourceforge.net/">LightUML</a>
|
||||
integrates UMLGraph into <a href="http://www.eclipse.org">Eclipse</a>.</li>
|
||||
<li> <a href="http://maven-plugins.sourceforge.net/maven-dotuml-plugin/">Dotuml</a>
|
||||
integrates UMLGraph into <a href="http://maven.apache.org/">Maven</a>.</li>
|
||||
<li> The <a href="http://www.primordion.com/Xholon/index.html">Xholon</a>
|
||||
framework for building loosely-organized systems
|
||||
captures object interactions at runtime,
|
||||
and creates UML 2.0 sequence diagrams using UMLGraph.</li>
|
||||
<li> <a href="http://ruby-uml.rubyforge.org/">ruby-uml</a>
|
||||
traces aspects of an application
|
||||
using UMLGraph to generate sequence and class diagrams.</li>
|
||||
<li> The Politecnico Di Torino SoftEng group has extended UMLGraph into
|
||||
the <a href="http://softeng.polito.it/projects/XUG/">XUG</a>
|
||||
reverse engineering tool.</li>
|
||||
<li> Adam Feuer's
|
||||
<a href="http://www.python.org/pypi/PyUMLGraph">PyUMLGraph</a>
|
||||
system applies the concept to Python programs.</li>
|
||||
<li> The <a href="http://jbrugge.com/glean/">Glean</a>
|
||||
framework for generating feedback on a team's source code
|
||||
supports the scripting of UMLGraph.</li>
|
||||
<li> W. Goesgens has <a href="http://wiki.ioslo.net/dokuwiki/graphviz#plugging_umlgraph_infront_of_graphviz">documented here</a> a way to use
|
||||
UMLGraph diagrams in
|
||||
<a href="http://wiki.splitbrain.org/wiki:dokuwiki">DokuWiki</a>.</li>
|
||||
</ul>
|
||||
</notes>
|
||||
|
|
@ -38,6 +38,7 @@
|
|||
<ch><ti>Sequence Diagram Example: A Comments and Frames</ti><fi>gui-db</fi></ch>
|
||||
<ch><ti>Frequently Asked Questions</ti><fi>faq</fi></ch>
|
||||
<ch><ti>Bibliography</ti><fi>bib</fi></ch>
|
||||
<ch><ti>Projects Based on UMLGraph</ti><fi>deriv</fi></ch>
|
||||
<ch><ti>Version History</ti><fi>ver</fi></ch>
|
||||
<ch><ti>Acknowledgements</ti><fi>ack</fi></ch>
|
||||
</index>
|
||||
|
|
|
|||
25
index.html
25
index.html
|
|
@ -30,26 +30,11 @@ the <em>UMLGraphDoc</em> doclet included in this distribution automatically
|
|||
adds UML diagrams to javadoc documentation.
|
||||
|
||||
<p />
|
||||
Many programs build on UMLGraph.
|
||||
<a href="http://lightuml.sourceforge.net/">LightUML</a>
|
||||
integrates UMLGraph into <a href="http://www.eclipse.org">Eclipse</a>,
|
||||
<a href="http://maven-plugins.sourceforge.net/maven-dotuml-plugin/">Dotuml</a>
|
||||
integrates UMLGraph into <a href="http://maven.apache.org/">Maven</a>.
|
||||
Also
|
||||
the <a href="http://sourceforge.net/projects/xholon/">Xholon</a>
|
||||
framework and
|
||||
<a href="http://ruby-uml.rubyforge.org/">ruby-uml</a>
|
||||
use UMLGraph to generate sequence diagrams.
|
||||
Furthermore,
|
||||
the Politecnico Di Torino SoftEng group has extended UMLGraph into
|
||||
the <a href="http://softeng.polito.it/projects/XUG/">XUG</a>
|
||||
reverse engineering tool, and
|
||||
Adam Feuer's
|
||||
<a href="http://www.python.org/pypi/PyUMLGraph">PyUMLGraph</a>
|
||||
system applies the concept to Python programs.
|
||||
<p />
|
||||
Finally,
|
||||
<a href="http://martinfowler.com">Martin Fowler</a> writes:
|
||||
Many programs build on UMLGraph; follow <a href="doc/deriv.html">this link</a>
|
||||
for more details.
|
||||
In addition,
|
||||
<a href="http://martinfowler.com">Martin Fowler</a>, the author of
|
||||
<a href="http://www.amazon.com/exec/obidos/ASIN/020165783X/dds-20">UML Distilled</a>, writes:
|
||||
<blockquote>
|
||||
I thought I'd send you a note saying how much I enjoyed discovering UML Graph. I've long fancied a text based way of describing UML diagrams, but never felt sufficiently time-rich to develop anything.
|
||||
</blockquote>
|
||||
|
|
|
|||
|
|
@ -30,26 +30,11 @@ the <em>UMLGraphDoc</em> doclet included in this distribution automatically
|
|||
adds UML diagrams to javadoc documentation.
|
||||
|
||||
<p />
|
||||
Many programs build on UMLGraph.
|
||||
<a href="http://lightuml.sourceforge.net/">LightUML</a>
|
||||
integrates UMLGraph into <a href="http://www.eclipse.org">Eclipse</a>,
|
||||
<a href="http://maven-plugins.sourceforge.net/maven-dotuml-plugin/">Dotuml</a>
|
||||
integrates UMLGraph into <a href="http://maven.apache.org/">Maven</a>.
|
||||
Also
|
||||
the <a href="http://sourceforge.net/projects/xholon/">Xholon</a>
|
||||
framework and
|
||||
<a href="http://ruby-uml.rubyforge.org/">ruby-uml</a>
|
||||
use UMLGraph to generate sequence diagrams.
|
||||
Furthermore,
|
||||
the Politecnico Di Torino SoftEng group has extended UMLGraph into
|
||||
the <a href="http://softeng.polito.it/projects/XUG/">XUG</a>
|
||||
reverse engineering tool, and
|
||||
Adam Feuer's
|
||||
<a href="http://www.python.org/pypi/PyUMLGraph">PyUMLGraph</a>
|
||||
system applies the concept to Python programs.
|
||||
<p />
|
||||
Finally,
|
||||
<a href="http://martinfowler.com">Martin Fowler</a> writes:
|
||||
Many programs build on UMLGraph; follow <a href="doc/deriv.html">this link</a>
|
||||
for more details.
|
||||
In addition,
|
||||
<a href="http://martinfowler.com">Martin Fowler</a>, the author of
|
||||
<a href="http://www.amazon.com/exec/obidos/ASIN/020165783X/dds-20">UML Distilled</a>, writes:
|
||||
<blockquote>
|
||||
I thought I'd send you a note saying how much I enjoyed discovering UML Graph. I've long fancied a text based way of describing UML diagrams, but never felt sufficiently time-rich to develop anything.
|
||||
</blockquote>
|
||||
|
|
|
|||
Loading…
Reference in New Issue