• 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:

UML case studies

 
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear All,

Good luck for u all. I would like to ask about links and urls that contains case studies using UML for object oriented analysis and design.

Looking forward to hear from u soon.

Thanks and best regards
 
Abed Rabie
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear All,

Is their anyone can help me finding some UML case studies or recommend to me a free book.

Thanks and best regards
 
(instanceof Sidekick)
Posts: 8791
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here's an interesting blog on the different ways people use uml: http://martinfowler.com/bliki/UmlMode.html What are your goals with it?

For free resources, browse Scott Ambler's AgileModeling.com. His Diagrams of UML 2 is a good page to keep bookmarked.
[ April 12, 2005: Message edited by: Stan James ]
 
Ranch Hand
Posts: 194
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Good luck finding the case studies. I've read a few good ones over the years but a lot of unbalanced sales-brochure like testimonials.

UML is an important specification and can be very useful when used to help with the design phase of projects.

What vendor case studies won't mention is:

UML requires a large amount of write-off in current training investment as programmers become application modelers.

UML/MDA requires new development routines and practices.

UML and MDA is often sold to management and imposed on Java developers, which is one of the reasons why MDA has met with strong resistance from Java developers.

UML/MDA tools vendors tend not to provide the source code and often demand expensive professional services fees to modify or customize the tools. This can result in expensive professional services for customization.

UML/MDA model evolution maintenance requires tedious, repetitive, manual intervention. The modeler must ensure that the UML model reflects changes for every major and minor change.

UML/MDA model implementation involves the time-consuming and error-prone tasks of manually mapping a UML model to platform-specific code.

Java developers sometimes resist the introduction of MDA products because they are often introduced and used by business analysts, thereby putting the position of Java developers within an organization under threat.
 
author
Posts: 14112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Take also a look at http://faq.javaranch.com/view?UmlLinks
 
Ilja Preuss
author
Posts: 14112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by PJ Murray:
UML is an important specification and can be very useful when used to help with the design phase of projects.



I agree that UML is important, though I don't think that the *specification* is that important. (I also think the whole notion of a design *phase* is dangerous.)

UML requires a large amount of write-off in current training investment as programmers become application modelers.



UML doesn't require that. UML is just a language and doesn't require any specific usage. It's quite possible to simply use it as a communication medium on white boards or napkins when discussing issues in the development team.


UML/MDA requires new development routines and practices.



Certainly. UML and MDA are two quite different beasts, though.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic