• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Regarding HTML Files for UML Diagram

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have used RSA as i did component modeling in my last project, but till now i couldn't found feature to generate html o/p (For entire mdl file we had in Raitional Rose which is emx file in RSA in a single html file as starting point). What do you suggest saving each diagram as individual images in forms of html is good choice but in that case whosoever reviewing assignments has to increase the size of gif pages i guess.

Crux of question is--> Should we provide a zip file with a generated html output from UML model file or if tools not support this as i should save each diagram as a gif file, as in anycase we can't navigate through digrams in html form as in RSA we have UML building blocks like [opt],[ref].

Any suggestion will be highly appreciated.
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Just wanted to share my experience:
1. Save all diagrams as ".gif" images and use image tag in correspoding html
2.Have starting page as index.html
3.Have other HTML files like ClassDiagram.html, ComponentDiag.html...
4.Prvide HREF links from index.html to ClassDiagram.html, ComponentDiag.html.pages as "new windo" or same window if so a link on each page to come back to index.html
5. If not, you can make the similar HTML arrangement as the Part-II assignment

Hope I gave you the required inputs.
 
reply
    Bookmark Topic Watch Topic
  • New Topic