Introducing APIviz - Java API Visualizer

2008-06-27 09:48

I’ve just released APIviz. APIviz is a JavaDoc doclet which extends the Java standard doclet. It generates comprehensive UML-like class and package diagrams for quick understanding of the overall API structure.

Please take a look at the sample report, give it a try to your application and let me know what could be improved.

얼마 전 APIviz 를 릴리즈했습니다. APIviz는 자바 표준 doclet을 확장한 자바독 doclet입니다. API의 전체적인 구조를 신속히 파악할 수 있도록 이해하기 쉬운 UML과 유사한 클래스 및 패키지 다이어그램을 생성해 줍니다.

샘플 도 한 번 보시고, 직접 적용도 해 보시고, 어떤 점을 개선하면 좋을 지 의견도 주시면 좋겠네요.

---

Comment

  1. Great use of graphviz, congrats.

    I’d like to suggest that each diagram should have a link to a key which explains the nodes-shapes, edge-types, arrow-types used in the diagram.

    John Ellson · 2008-07-02 23:28 · #

  2. Thanks John for a greate idea. It’s now in my to-do list. Also, it’s an honor to see your comment in my blog. :)

    Trustin Lee · 2008-07-07 08:53 · #

Commenting is closed for this article.

---