If this is your product, you can request to edit it here.
Version Reviewing: 7.0
"IBM Rational Rose XDE"
Summary:
Rational Rose XDE.Developer editions offer complete visual design and development environments that address the needs of organizations targeting both.
Version Reviewing: 2006
"nice one"
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
Version Reviewing: nice
"nice"
Summary:
Rational Rose, is a object-oriented Unified Modeling Language (UML) software
Version Reviewing: 2004
"effective oops design tool"
Summary:
very fast and accurate
Version Reviewing: 7
"object-oriented Unified Modeling Language (UML) software design tool"
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.
Version Reviewing: 2004 version
"good software tool for software development process"
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,
|
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