Rational Software Architect is an Eclipse-based UML modelling tool made by IBM/Rational.
Questions tagged [rational-rsa]
77 questions
-3
votes
2 answers
how can I rational software architect to a database?
I have installed Rational Software Architect(RSA) for data modeling purpose. I'm very new to this area. Can someone help me with the connection establishment between RSA and the database.

user3437212
- 637
- 1
- 10
- 20
-4
votes
1 answer
Code refactoring plugins equivalent to Intentions of Jetbrains Idea for Eclipse
Are there any plugins in eclipse based IDEs which can suggest a better way to refactor any particular statement (in Java), for example
Let's say you have the following code:
if ( someString.equals("whatImLookingFor") ) {
}
The plugin should offer…

rinilnath
- 136
- 2
- 15