Differences between revisions 2 and 3
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
[http://www-128.ibm.com/developerworks/websphere/library/techarticles/0203_searle/searle1.html Using Ant with WebSphere Studio Application Developer] is a bit different, because the ejbcompile is built into the IDE, and must be called using proprietary ant extensions. [[http://www-128.ibm.com/developerworks/websphere/library/techarticles/0203_searle/searle1.html|Using Ant with WebSphere Studio Application Developer]] is a bit different, because the ejbcompile is built into the IDE, and must be called using proprietary ant extensions.

WebSphere is a generic IBM product name that refers to a number of different things generically related to Java J2EE development.

WebSphere Studio

IBM's IDE for developing J2EE code. This is "just" Eclipse with some proprietary plugins. Unfortunately for this developer who is used to Eclipse, the differences are often off-putting.

WebSphere Studio 5.1.2 is based on Eclipse 2.1.3 and contains all the bugs of this old version, such as lack of printing support under Linux.

It encourages breaking up J2EE projects into a bunch of project pieces, which makes configuration management much more work and more error-prone.

Using Ant with WebSphere Studio Application Developer is a bit different, because the ejbcompile is built into the IDE, and must be called using proprietary ant extensions.

iDIAcomputing: WebSphere (last edited 2009-07-27 18:25:31 by localhost)