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: 245

Filed under:

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.

  1. single application object (patterns: singleton)(examples: CodeIgniter application) that composes
  2. multiple module objects (patterns: singleton, facades)(examples: guestbook, addressbook) that compose
  3. multiple low level stand alone objects (examples: mysql mapper, doctrine mapper) that compose
  4. 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

Related posts about uml