Link to Meera's JavaLobby article.

This commit is contained in:
Diomidis Spinellis 2008-08-27 10:41:26 +00:00
parent 797b0a53ce
commit a122641030
2 changed files with 10 additions and 4 deletions

View File

@ -22,12 +22,15 @@ An <em>IEEE Software</em> article titled
<a href="http://www.spinellis.gr/pubs/jrnl/2003-IEEESW-umlgraph/html/article.html">On the declarative specification of models</a> <a href="http://www.spinellis.gr/pubs/jrnl/2003-IEEESW-umlgraph/html/article.html">On the declarative specification of models</a>
explains the rationale behind this approach. explains the rationale behind this approach.
The tehnology behind UMLGraph was used to draw many of the diagrams The tehnology behind UMLGraph was used to draw many of the diagrams
appearing in the books appearing in the award-winning books
<a href="http://www.spinellis.gr/codequality">Code Quality: The Open Source Perspective</a> (Addison Wesley, 2006) and <a href="http://www.spinellis.gr/codequality">Code Quality: The Open Source Perspective</a> (Addison Wesley, 2006) and
<a href="http://www.spinellis.gr/codereading">Code Reading: The Open Source Perspective</a> (Addison Wesley, 2003). <a href="http://www.spinellis.gr/codereading">Code Reading: The Open Source Perspective</a> (Addison Wesley, 2003).
In addition, In addition,
the <em>UMLGraphDoc</em> doclet included in this distribution automatically the <em>UMLGraphDoc</em> doclet included in this distribution automatically
adds UML diagrams to javadoc documentation. adds UML diagrams to javadoc documentation;
you can find a short and clear
<a href="http://java.dzone.com/articles/reverse-engineer-source-code-u">tutorial on how to automatically document your project with UML diagrams</a>
on DZone's Javalobby.
<p /> <p />
Many programs build on UMLGraph; follow <a href="doc/deriv.html">this link</a> Many programs build on UMLGraph; follow <a href="doc/deriv.html">this link</a>

View File

@ -22,12 +22,15 @@ An <em>IEEE Software</em> article titled
<a href="http://www.spinellis.gr/pubs/jrnl/2003-IEEESW-umlgraph/html/article.html">On the declarative specification of models</a> <a href="http://www.spinellis.gr/pubs/jrnl/2003-IEEESW-umlgraph/html/article.html">On the declarative specification of models</a>
explains the rationale behind this approach. explains the rationale behind this approach.
The tehnology behind UMLGraph was used to draw many of the diagrams The tehnology behind UMLGraph was used to draw many of the diagrams
appearing in the books appearing in the award-winning books
<a href="http://www.spinellis.gr/codequality">Code Quality: The Open Source Perspective</a> (Addison Wesley, 2006) and <a href="http://www.spinellis.gr/codequality">Code Quality: The Open Source Perspective</a> (Addison Wesley, 2006) and
<a href="http://www.spinellis.gr/codereading">Code Reading: The Open Source Perspective</a> (Addison Wesley, 2003). <a href="http://www.spinellis.gr/codereading">Code Reading: The Open Source Perspective</a> (Addison Wesley, 2003).
In addition, In addition,
the <em>UMLGraphDoc</em> doclet included in this distribution automatically the <em>UMLGraphDoc</em> doclet included in this distribution automatically
adds UML diagrams to javadoc documentation. adds UML diagrams to javadoc documentation;
you can find a short and clear
<a href="http://java.dzone.com/articles/reverse-engineer-source-code-u">tutorial on how to automatically document your project with UML diagrams</a>
on DZone's Javalobby.
<p /> <p />
Many programs build on UMLGraph; follow <a href="doc/deriv.html">this link</a> Many programs build on UMLGraph; follow <a href="doc/deriv.html">this link</a>