As far as I know WSAD is Eclipse... with some plugins that integrate WebSphere development/deployment/etc. Anyone else know any other differences?
-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.
Chad McGowan
Ranch Hand
Joined: May 10, 2001
Posts: 265
posted
0
The plugins provided with WSAD go beyond just integrating with websphere. WSAD has a better editors, especially for jsp's. It also comes with more perspectives and views, javascript templates(not sure if eclipse has this), a web art designer, and many more features that I can't think of right offhand. Chad
Dan Kehn
Dastardly Dan the Author
Ranch Hand
Joined: Jun 11, 2003
Posts: 120
posted
0
Originally posted by Nathan Pruett: As far as I know WSAD is Eclipse... with some plugins that integrate WebSphere development/deployment/etc. Anyone else know any other differences?
I'm not a marketing rep, but allow me to summarize. Many WS*D products build on the others, adding further capabilities that support different development roles. Starting from the base: WebSphere Workbench (WSWB) is the IBM-branded version of Eclipse. That means you can call the IBM support line for help, corrections, and so on. For Eclipse itself, you go to eclipse.org as part of the community support process. IOW, WSWB is IBM's officially supported version of Eclipse. It is available free for download from IBM's PartnerWorld. WebSphere Site Developer (WSSD) is for web content developers, i.e., JSPs and servlets. WebSphere Application Developer (WSAD) adds J2EE development support to WSSD. WebSphere Enterprise Developer (WSED) adds support for traditional enterprise transactions (CICS, IMS) to WSAD. There are a number of other Studio-based products that I didn't mention above. You can find out more on the WebSphere Studio homepage. -- Dan [ July 15, 2003: Message edited by: Dan Kehn ]
Co-author of <a href="http://www.jdg2e.com" target="_blank" rel="nofollow">The Java Developer's Guide to Eclipse</a>, 2nd Edition<br />(Yahoo group <a href="http://groups.yahoo.com/group/JDG2E/" target="_blank" rel="nofollow">JDG2E</a>)