This tool helps you to reverse engineer UML Sequence Diagram for your java program at runtime. It works well with both complex java programs (that have multiple threads) and J2EE applications deployed on Application Servers.
Features
- Reverse engineer Java to UML Sequence Diagram
- Records Java programs' flow at runtime
- Prints the recorded flow in XML or Text format. The XML output can then be translated to a Sequence Diagram using Calltrace2Seq tool
- Thread safe
- You choose when and what to record, using inclusive & exclusive filters and Controlled & Uncontrolled mode.
- Works well with Application servers
License
GNU Library or Lesser General Public License version 3.0 (LGPLv3)Follow Java Call Trace to UML Sequence Diagram
You Might Also Like
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
-
This is really a greatly project and help me a lot, it create a great sequence diagram and really usefully.
-
Javacalltracer is great! Thanks.
-
Very useful project!
-
This is a very extendable, modular, lightweight and easy-to-use reverse engineering tool for Java to UML sequence diagram conversion. Its design allows it to be extended and used in other programming languages as well.