My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Wiki pages

Jsigner

Jsigner provides an easy way to automatically draw classes diagram, based on annotations on the source code.

Features:

  • Divide your domain in multiple diagrams
  • You can decide which class will be in which diagram.
  • Configure the diagram generation omitting unwanted methods/attributes
  • Diagrams can be generated by Jsigner maven plugin.

Purpose

The main purpose of this project is to provide an easy tool for drawing and keeping the class diagrams of your projects up to date. The reason for that is simple...when starting the development of a task, Its common to have a high level vision of the classes... and then... Hands on! The development evolves the model, and at the end of a task, the model is not the same, so we spend time updating the diagrams by doing reverse engineering or manually.

I don't want to do this anymore!

But How?

Its quite simple, you just use the @Domain annotation on the classes that you want to be in a diagram, specifying the diagram name (or names, if the class will appear in multiple diagrams).

See the User Guide and examples wiki pages.

What it looks like

Here is an example of an image generated by jsigner.

Thanks to

Jsigner is based on MODSL, so thanks to the project and its team.

Powered by Google Project Hosting