Read & Write Reviews About The Tools You Use.
Sign up for free to start sharing your opinion today!

Rational Rose by IBM


Company: TCS

Average User Rating (6 reviews)

If this is your product, you can request to edit it here.


User Reviews
Share:


    Version Reviewing: 7.0

    "IBM Rational Rose XDE"

    by Johan on May 31, 2016 1:32 AM

    Summary:
    Rational Rose XDE.Developer editions offer complete visual design and development environments that address the needs of organizations targeting both.

    Report post

    Was this review helpful? (0) (0)

    Must be logged in to comment


    Version Reviewing: 2006

    "nice one"

    by Jean Rony Seraphin on May 16, 2016 4:47 AM

    Summary:
    i really appreciate to work with this tools. i can count on his speed and accuracy, specially for my data generation. the drag-and-drop symbols was very helpful for me

    Report post

    Was this review helpful? (0) (0)

    Must be logged in to comment


    Version Reviewing: nice

    "nice"

    by kronidarji on May 12, 2016 9:33 PM

    Summary:
    Rational Rose, is a object-oriented Unified Modeling Language (UML) software

    Report post

    Was this review helpful? (0) (0)

    Must be logged in to comment


    Version Reviewing: 2004

    "effective oops design tool"

    by saroj kishan on May 30, 2013 11:58 AM

    Summary:
    very fast and accurate

    Report post

    Was this review helpful? (0) (0)

    Must be logged in to comment


    Version Reviewing: 7

    "object-oriented Unified Modeling Language (UML) software design tool"

    by nauman on Nov 10, 2011 4:31 AM

    Summary:
    Rational Rose is an object-oriented Unified Modeling Language (UML) software design tool intended for visual modeling and component construction of enterprise-level software applications. In much the same way a theatrical director blocks out a play, a software designer uses Rational Rose to visually create (model) the framework for an application by blocking out classes with actors (stick figures), use case elements (ovals), objects (rectangles) and messages/relationships (arrows) in a sequence diagram using drag-and-drop symbols. Rational Rose Learn More * CIO Midmarket Resources documents the diagram as it is being constructed and then generates code in the designer's choice of C++, Visual Basic, Java, Oracle8, Corba or Data Definition Language. Two popular features of Rational Rose are its ability to provide iterative development and round-trip engineering. Rational Rose allows designers to take advantage of iterative development (sometimes called evolutionary development) because the new application can be created in stages with the output of one iteration becoming the input to the next. (This is in contrast to waterfall development where the whole project is completed from start to finish before a user gets to try it out.) Then, as the developer begins to understand how the components interact and makes modifications in the design, Rational Rose can perform what is called "round-trip engineering" by going back and updating the rest of the model to ensure the code remains consistent. Rational Rose is extensible, with downloadable add-ins and third-party partner applications. It supports COM/DCOM (ActiveX), JavaBeans, and Corba component standards.

    Report post

    Was this review helpful? (1) (0)

    Must be logged in to comment


    Version Reviewing: 2004 version

    "good software tool for software development process"

    by mdnaseer on Nov 10, 2011 12:51 AM

    Summary:
    till now, i found only one tool for successfully designing systems developement process for creating project,and that is rational rose,it is very good tool for designing case studies,class diagrams,test data generation,E-R diagrams,module specifications,

    Report post

    Was this review helpful? (0) (0)

    Must be logged in to comment


Write a Review


Must be registered to add and review tools.

Have an account?
  
  
Forgot Password?

New to DevMetric?


Write Reviews

Share your opinion about the tools you use.

Join the Evans Data Developer Panel!

As a DevNet panelist you will:

1. Have your voice heard on hot topics, innovative technologies and key initiatives.
2. Receive points for every validated survey submission.
3. Redeem award points for cash.

SOLVE THIS CODE

What does this code do?

public class Demo { 
    public void method1() { 
        synchronized (String.class) { 
            System.out.println("on String.class object");       
            synchronized (Integer.class) { 
                System.out.println("on Integer.class object"); 
            } 
        } 
    }

Programming Language: Java

Newsletter

Get weekly reviews sent directly to your inbox!