views:

643

answers:

2

Can you give me an UML example of a website or REST server. Thx!

+1  A: 

I read your other post on this, and have to tell you that you should not use UML for this. Even if you had an example to work from, UML is too complicated to just copy.

When you get around to actually learning UML, I recommend "UML Distilled: A Brief Guide to the Standard Object Modeling Language (3rd Edition)", by Martin Fowler.

John Saunders
Ehm... yeah... i know... i'm not planning to just copy it. I just want to see how people are doing it so I can get a clearer picture about this.
xpepermint
If you don't know UML, then all you'll see when you look is boxes and lines. You won't know what they mean.
John Saunders
A: 

Definitely agree with John on this one...if you're just going to use somebody else's diagram, it's going to be meaningless and useless to you.

...in addition to the book he suggests, you might also try The Elements of UML 2.0 Style. It definitely makes a good pocket reference for just about any diagram you'll need to create.

Justin Niessner