Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
I haven't seen any article on this subject, but I am researching. The main difference I see between JBuilder 5 and Visual Age 3.5 are the following (That I can see): 1) Visual Age compiles the classes every time you load them in the IDE. As soon as you finish writting a method Visual Age will compile it. In contrast JBuilder will only compile when you say 'Compile', or 'Run'. Consequences: 2) Visual Age is much better for debugging reasons. 3) Visual Age has some bugs that are really bothering, but once learned VA is a worthwhile tool. These bugs give VA a steep learning curve. 4) VA is more propertary (Is this a word?) I mean, it is not as open to changes as JBuilder. For example, it is a little behind in JDKs, and doesn't allow integration to WebLogic (big app server). I hope this helps. Cristian
Replies: |
Sponsored Links
|