bowemc
asked on
Design Pattern UML Diagrams
Hi
I'm looking for a url where i can find quality UML diagrams for common Design Patterns such as Singletons, factory, abstract factory, composite, decorator, proxy, and strategy. I've found a site with one or two of these but the UML diagrams were poor. Hopefully someone has come across something worthwhile in their adventures!
Thanks for your help
Regards
I'm looking for a url where i can find quality UML diagrams for common Design Patterns such as Singletons, factory, abstract factory, composite, decorator, proxy, and strategy. I've found a site with one or two of these but the UML diagrams were poor. Hopefully someone has come across something worthwhile in their adventures!
Thanks for your help
Regards
Go through this link and will find enough resource in UML
http://www.gnome.org/projects/dia/
A free UML diagram tool also :)
Its a open source under GPL license. So, don't use it for commercial purpose.
http://www.gnome.org/projects/dia/
A free UML diagram tool also :)
Its a open source under GPL license. So, don't use it for commercial purpose.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
http://home.earthlink.net/~huston2/dp/patterns_quiz.html
This link I found is very interseting since you cannot get the UML diagram unless you answer the question.
This link I found is very interseting since you cannot get the UML diagram unless you answer the question.
There are two types of diagrams in UML. they are static and dynamic.
Static diagrams such as use-case diagrams, component diagrams, deployment diagrams etc show the static aspect of the system.
Dinamic diagrams such as Interaction diagrams show the dynamic dehavior of the system.
A single book or url can not tell you everything, bythe way these are some urls.
www.rational.com
www.smartdraw.com
www.visual-paradigm.com etc, all these are the UML tool manufacturers and they also provide enough documentation.
All the best
Prashant Sabnekar