Keiji, I don't know of anything that would generate a, I'm assuming UML *Class *diagram, but it would not be hard to implement. Grab jdom to process the lzx xml files and then parse through them to generate the relationships between classes. Then all you would have to do is translate those relationships into XMI format (http://xml.coverpages.org/xmi.html) and then import into a UML Editor.
Doesn't seem that hard. Someone needs to write a Laszlo app that will generate this for you. Sounds like a good idea :). - Anthony On Jan 8, 2008 12:38 AM, keiji Ono <[EMAIL PROTECTED]> wrote: > Hi all, > > How do you work for making uml diagram from exists Lzx source ? > Like Omondo and Green in Eclipse-Java, are there any tools of revers > engineering on it ? > > Regards, > Keiji Ono >
