Views: 10.9K
Replies: 2
Archived
|
UML and Design patternDear experts,
I am new bee to learn UML and Design pattern, would appreciate that if anyone could give me kick start or any good web site for me to learn. When comes to Design pattern is UML playing as a key role? Thank you David Bcc, Nov 07, 2011
|
|
Reply 1As I understand, UML is a standard language to represent a number of objects, their relations, operation sequences and all of that. It's not necessarily related to design patterns although you can use it to demonstrate the objects and their relations on a given design pattern. Design patterns are basically ways of doing things following a specific route (pattern). So, for example, if you want to create an application that notifies its users when something (relevant to them) happens, you might want to use the same way to connect the application data with your users, and if you analyze your scenarios it's likely that you want to use the observer pattern, giving the app the ability to notify the users subscribing to a given event. At this point UML will become solely the way you want to represent, on your design documentation, how the application is going to handle these exchanges.
Thiago Santos, Nov 11, 2011
|
|
Reply 2hi ,,
i can suggest these sites : http://www.uml.org/ http://omg.org/ But current site has very sourses to learn about that ?!!! good luck Persian Boy Mbs Mbs, Nov 11, 2011
|