• 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

uml and rational rose

 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi there
Javaranch has been a great site for java resources. I would like to know exactly the scope of uml and rational rose with respect to java.
Please also guide me how to start.....

Thank you all in advance.
 
Sheriff
Posts: 9109
12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
UML (Unified Modeling Language) is one of the most widely used ways of visually representing the structure of your application/project and how it relates to the business needs of the users. It is useful for any object oriented language (like java or C++). Microsoft is incorporating it into their new development software.
Rational Rose is a software tool to help with the creation of the visual model.
I plan to learn much more about UML and the Rational Rose program in the very near future.
Marilyn
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
rational rose is a very good tool to use for uml.
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Has anyone had any luck reverse engineering Java in Rose 2000 with Java 1.2? I get complaints in the log about java.lang.String, etc. not being found, no matter what I do with the Classpath.
 
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
Hi Dear,
Just right now I also was looking the solution for error messages in Java Reverse Engineer, and then I visited a site that told me the complete solution. so here I am to share the same with you. Do visit; http://www.cs.cornell.edu/Courses/cs211/2000SP/misc/reverse_engineering_in_rational_.htm
Hope this will help U
BEST OF LUCK
 
Ranch Hand
Posts: 1874
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
that is great link , Waquar. Any other links on the subject ?
rvamsi , Welcome to Javaranch.

PROPER NAMES ARE NOW REQUIRED

Please refer to official naming policy of javaranch & Reregister yourself with proper first & last name. Please help maintain decorum of the forum by reregistering.
Waiting for your new posts with proper first & last name.

Your Friendly Bartender
Shailesh.
[This message has been edited by shailesh sonavadekar (edited May 08, 2001).]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic