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

 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Rangers!
I'm very new to UML. My first question would be. What program to use when designing UML diagrams. I believe someone suggested Rational Rose, Visio( Microsoft ). What if it's for private learning and I don't have much mony to spend?
// Mathias
 
Ranch Hand
Posts: 320
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
You can get a free edition of Together Control Center (www.togethersoft.com) OR lookup argoUML on the net. It's also a good starter tool for 'cash strapped people/companies'
Hope this helps.

 
Anonymous
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks
// Mathias
 
Ranch Hand
Posts: 399
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Metamill is inexpensive and friendly, like a Notepad for basic UML. www.metamill.com
 
Anonymous
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you . seems to be very nice
 
Ranch Hand
Posts: 188
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Grab some Java source code of a well design system, then get Together. Then do a reverse engineering of the code to UML diagrams.....that would help you heaps in learning UML for the first time.
Forget about Rational or Visio. Rational is great but they lack development env for u to experiment. Visio cannot do what I've just said above.

------------------
Thank you.
- Simon See
[email protected]
-after office hours-
necro-mani-cide
 
Ranch Hand
Posts: 1157
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Mathias,
You may consider downloading Oracle JDeveloper9i Beta Release for FREE from Oracle Technet Site.This product not only provides you an opportunity to work with a Java IDE, but also has integrated modelling tools which can reverse-engineer your Java projects to UML artifacts and forward-engineer UML artifacts to Java projects.
Hope this helps,
Sandeep
SCJP2, OCSD(Oracle JDeveloper), OCED(Oracle Internet Platform)
[This message has been edited by Desai Sandeep (edited September 11, 2001).]
reply
    Bookmark Topic Watch Topic
  • New Topic