Architexa product is an Eclipse plugin from Architexa.com company. As their web site say:
Architexa helps you understand and document large/complex Java code bases within Eclipse
and allowing to create and explore diagrams that make sense.
I have tried it really little but the conclusions are clear: Architexa is a tool with a great potential.
Installing Architexa is really easy because it is prepared as any other Eclipse plugin (see the install section).
I'm using Eclipse 4.2 (Juno) and the steps were:
Help > Install new software
and add a new place called architexa with the URL: http://update.architexa.com/4.2/client
.Really easy, don't you?
After Eclipse restarts you will be asked for a valid Architexa user. Go to the registration page and register for a free license. That's all.
To test Architexa I have opened a relatively small maven project, which allows to download files from an FTP server. It haven't a great domain model neither thousand of classes but has all the necessary to test the basic Architexa capabilities.
Before to continue, I must say Architexa seems to me a product with a great potential, but on the other hand it leaves me with bad feelings.
I prefer to comment all the bad things first so the good things comes later and the reader was left with a good feeling.
As you can see the bad things are almost all related to design and visual aspects, not to the product functionality. Nothing a good web designer can solve.
My opinion for Architexa guys is: Architexa is a great product so make it looks like a great product.
Because the project is a small the most useful diagrams has been the class and sequence diagrams.
In the case of class diagram I added some classes related to the task to download and read radar files. Once a class is added to the diagram you can make actions like:
Thanks to this actions you can explore the classes and its dependencies in both directions.
The sequence diagram works in a similar way, you start adding a class or method and, for example, given a method add all the used methods from the same class or from other classes:
Finally, in the layered diagram I have added some classes to see its dependencies. Easily we can see the classes and the packages they belong to.
In addition, on any diagram you can select a class or method and navigate directly to the source code to see the corresponding lines of code.
As I commented previously Architexa is a tool with a great potential. It can help team members to understand better how code works or documenting processes.
As a future features I would like to suggest its integration with the debugger. First the possibility to highlight the current executed method on the class or sequence diagram. Second, the possibility to allow to create a diagram step by step while debugging, that is, selecting which methods or classes we want to add to the sequence diagram while advancing step by step in the code.
Congratulations to the Architexa team for their product !!!