mirror of https://github.com/dspinellis/UMLGraph
Add UML Distilled book image
This commit is contained in:
parent
24a435a751
commit
c19d24b5db
|
|
@ -1,5 +1,6 @@
|
|||
<!-- $Id$ -->
|
||||
<!-- Introduction {{{1 -->
|
||||
<p>
|
||||
UMLGraph allows the declarative specification and drawing of
|
||||
UML class and sequence diagrams.
|
||||
The current features
|
||||
|
|
@ -15,22 +16,31 @@ appearing in the award-winning books
|
|||
In addition,
|
||||
the <em>UMLGraphDoc</em> doclet included in this distribution automatically
|
||||
adds UML diagrams to javadoc documentation.
|
||||
</p>
|
||||
|
||||
<p />
|
||||
<p>
|
||||
Many programs build on UMLGraph; follow <a href="doc/deriv.html">this link</a>
|
||||
for more details.
|
||||
In addition,
|
||||
</p>
|
||||
|
||||
<!-- The style is needed to accommodate the floats;
|
||||
see http://www.quirksmode.org/css/clearing.html -->
|
||||
<div style="overflow: auto; height: 100%">
|
||||
<p>
|
||||
<a href="http://www.amazon.com/exec/obidos/ASIN/020165783X/dds-20" ><img src="umld.jpg" alt="UML Distilled" border='0' style="float:left; vertical-align: middle; margin-right: 2em; border-width: thin" /></a>
|
||||
<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:
|
||||
</p>
|
||||
<blockquote>
|
||||
I thought I'd send you a note saying how much I enjoyed discovering UML Graph.
|
||||
I've <a href="http://martinfowler.com/bliki/UmlSketchingTools.html">long fancied a text based way of describing UML diagrams</a>,
|
||||
but never felt sufficiently time-rich to develop anything.
|
||||
</blockquote>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
<a href="http://www.amazon.com/dp/0596527934/?tag=dds-20" border='0'><img src="jpt.jpg" alt="Java Power Tools" /></a>
|
||||
UMLGraph is now in O'Reilly's <a href="http://www.amazon.com/dp/0596527934/?tag=dds-20">Java Power Tools</a> book.
|
||||
<p style="overflow: auto; height: 100%">
|
||||
<a href="http://www.amazon.com/dp/0596527934/?tag=dds-20" ><img src="jpt.jpg" alt="Java Power Tools" border='0' style="float:left; vertical-align: middle; margin-right: 2em; border-width: thin" /></a>
|
||||
UMLGraph is also described in O'Reilly's <a href="http://www.amazon.com/dp/0596527934/?tag=dds-20">Java Power Tools</a> book.
|
||||
</p>
|
||||
|
||||
<h2>Class Diagrams</h2> <!-- {{{1 -->
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
Loading…
Reference in New Issue