Thanks all,

There are not any easy-to-use tools, are there.
I will see ViewSchema class.

Thanks

Keiji Ono

Henry Minsky wrote:

>The Laszlo compiler builds an internal model of all the classes and
>their methods and attributes, which it uses
>to emit the javascript that gets compiled. If you access the
>ViewSchema class in the
>compiler when it has compiled an app, you could probably get most of
>the information you need.
>
>On Jan 8, 2008 8:54 AM, Anthony Bargnesi <[EMAIL PROTECTED]> wrote:
>  
>
>>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
>>>      
>>>

Reply via email to