> An HTML version of the model that would allow the users to view the > model with its textual information would help.
There's some old example code to do this for ArgoUML XMI files available at http://objectsbydesign.com/projects/xmi_to_html.html I think it was written back in the UML 1.3/XMI 1.0 days, so it would need to be updated to UML 1.4/XMI 1.2, but it might provide a useful starting point for you. > An export of a class diagram to a Hibernate mapping file is a nice > little project that would give automatic generation of persistence > schemas (SQL DDL) as well as POJO code for the classes > through Hibernate. AndroMDA generates Hibernate mapping files from ArgoUML XMI files. http://andromda.org/ There are probably other generator frameworks or MDA packages that do the same. Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
