UML diagram for application architecture?
Posted
by fayer
on Stack Overflow
See other posts from Stack Overflow
or by fayer
Published on 2010-05-01T06:56:09Z
Indexed on
2010/05/01
6:57 UTC
Read the original article
Hit count: 274
uml
i'm trying to map my whole application in a UML diagram and i wonder what diagram type i should use.
im not doing this in class level, rather from a bird eye's perspective.
- single application object (patterns: singleton)(examples: CodeIgniter application) that composes
- multiple module objects (patterns: singleton, facades)(examples: guestbook, addressbook) that compose
- multiple low level stand alone objects (examples: mysql mapper, doctrine mapper) that compose
- various 3rd and in-house libraries (examples: doctrine, solr, xml-parser)
what UML diagram is suited for this kind of overview presentation?
thanks
© Stack Overflow or respective owner