Jump to content

Universal Modeling Language(UML) usage in web

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
5 replies to this topic

#1
Landscape

Landscape

    Newbie

  • Members
  • Pip
  • 2 posts
If UML is useable in a web page, will it make the web page better or it will just be the same?

Thanks...

#2
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
It can be used with a webpage - or at least the script behind. It's not possible to use UML with HTML, but using it with PHP, ASP, or whatever language you're using, will be like using it with any other non-web'ish programming language.

#3
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
UML is a design language, not an implementation language. UML is more closely related to flowcharts than anything else.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#4
Landscape

Landscape

    Newbie

  • Members
  • Pip
  • 2 posts
So, can we use UML to put a diagram or flowchart into a web page? Because a few people in another forum told me that we can use UML in a web page.

#5
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
If you create your UML diagram in an IDE such as Dia and export your UML diagram as an image(s) - you can put those images into a web page.

#6
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
UML is a diagram. If you use a tool to create the UML diagram in image form, then you can display it on a web page.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog