• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

book on UML??

 
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi folks!
please tell me abt any good book on uml. i have studied a few but all those restrict them to only design strategies. i want to learn abt both design n implementation like how to implement USE CASES, AGGREGATION, ASSOCIATION, COMPOSTION and so on. thanks
 
Sheriff
Posts: 7001
6
Eclipse IDE Python C++ Debian Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I guess that you won't find this in a "UML" book. UML is just a set of standard ways to draw diagrams to communicate ideas about designs. UML has nothing to say about implementation - that's what all those programming languages are for!
Do you have any particular languages or technologies in mind for your implementations ?
 
Ranch Hand
Posts: 1561
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I recommend the Unified Modelling language from
Booch
Rumbaugh
Jacobson
http://www.amazon.com/exec/obidos/tg/detail/-/0201571684/qid=1032087252/sr=8-2/ref=sr_8_2/102-7958943-4834535?v=glance&s=books&n=507846
 
author
Posts: 3892
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Actually Craig Larman's book "Applying UML and Patterns" covers this in fairly decent depth.
Kyle
 
reehan ishaque
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for ur reply guys.
im looking to have a book on uml with implementation in JAVA ofcourse.
Can i see online contents of the book u told Kyle?? thanks
 
Kyle Brown
author
Posts: 3892
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Amazon has the index online for Craig's book, but I don't think any more of it is available online.
Kyle
 
reply
    Bookmark Topic Watch Topic
  • New Topic