UPC - my current private project

reneeb on 2006-07-17T18:25:34

I just want to tell you something about my current private project. It is an UML editor for Perl. Unfortunately I have not much time at the moment, but I think I can start programming again in about 2 months!

My goal is to write a small UML editor for Perl to make documentation easier. The project is in a pre-alpha phase. I will write about it from time to time...

more...


Cool

TeeJay on 2006-07-17T19:25:49

I've been wanting to do that for ages..

You might find Autodia helpful for parsing perl code into UML - it already generates GraphViz dot, Dia and Umbrello.

being able to go from UML to code to UML in perl would be sweet.

 

UML::Sequence

renodino on 2006-07-17T20:35:36

You may find UML::Sequence useful; it currently generates SVG and rasters (via GD), and sortof reverse engineers Perl (and Java) code.

Re:UML::Sequence

reneeb on 2006-07-18T10:01:13

Thanks for this hint. [cpan://UML::Sequence] is for sequence diagrams - not for class diagrams. Am I right?

But I want to implement sequence diagrams for UPC in the future, so this module could be helpful.

Re:UML::Sequence

renodino on 2006-07-18T14:40:57

Yep, sequence diagrams only. But you may find the Perl code processor useful.

Re:UML::Sequence

reneeb on 2006-07-18T20:25:18

I'll have a look at it! Thanks!