• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

how to UML and its Certification.

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
i want to learn uml and its design patterns.and i want to do certification on it. can you tell me which material i can follow. and where it is available.

Really thankful to straight forward good reply.

Thanks & Regards,
Praneeth.
 
Ranch Hand
Posts: 2187
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The Unified Modeling Language does not include any design patterns. It is a "visual" language for describing object-oriented designs and other things. It consists mainly of elements and relationships, and also notations for creating diagrams.

A part of the documentation for object-oriented design patterns includes UML-based diagrams which serve to provide examples of how the pattern can possibly be implemented. Keep in mind that these are only examples to help you think.

Also, in English, you should use capital letters when using an acronym such as 'UML'. In English, the first letter of the first word of a sentence is always capitalized. And finally, sentences that are questions should end with a question mark '?' not a period.

I suggest in addition to UML, you should work on improving your written English. This is a very important aspect in any software engineering career, maybe even more important than UML.

Good luck!
 
Ranch Hand
Posts: 72
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you are thinking about UML certification you should visit this page: http://www.omg.org/uml-certification/
 
reply
    Bookmark Topic Watch Topic
  • New Topic