• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

WSAD vs RAD

 
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
what is the difference between WSAD and RAD ?
which is better one ?
 
Ranch Hand
Posts: 59
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey Sunny,

WSAD - Websphere Studio Application Developer.
RAD - Rational Application Developer.

Both are IBM products and both does the same job of an IDE...If you want to use the IDE for pure java programming WSAD is the perfect one.

Regards,
Rama Krishna
 
Ranch Hand
Posts: 4864
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A couple of years back, after IBM bought out Rational, they re-branded most of their development tools from the WebSphere brand to the Rational Brand. Rational Application Developer (RAD) 6 and 7 are simply later versions of WebSphere Studio Application Developer (WSAD) that have been re-branded with the Rational name.
 
Ranch Hand
Posts: 83
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I guess IBM doesn't upgrade/support WSAD anymore.
 
Ranch Hand
Posts: 107
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Support for WebSphere application servers (WAS) are also different.

WSAD used to support WAS 5.x

RAD6 supports WAS 6.0. You have support for JDK 1.4 but not for 1.5.

RAD7 supports both WAS 6.0 and 6.1. You can use JDK 1.5 here.

Having worked with WSAD and RAD 6 for around 2 years and having moved to RAD7 4 months back, I still would have preferred to stick with RAD 6. RAD 7 is not that unstable yet (Even with the latest patch 7.0.0.6). But we had a project that required features from JDK 1.5 and needed to be deployed on WAS 6.1.
[ April 29, 2008: Message edited by: Sunil Vasudevan ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic