Originally posted by Paul Houser:
Does the book explain the differences between the (free) Eclipse IDE and the (expensive) WebSphere? I should would like to know the difference, because I can't find any except an exorbadant price.
Actually, the differences are enormous. Eclipse is built into WSAD, that's true, but it's just a handful of WSAD's perspectives (
Java, Java Browsing, Resource, Debug, Team, maybe one or two more). WSAD has a powerful XML perspective, a server perspective for configuring and running servers inside the IDE, a profiling perspective, a data perspective for testing and modifying databases, a
J2EE perspective for developing EJB's, and so on and so on.
Eclipse is a great Java tool. But if you're going to develop
servlets,
JSP Pages, EJB's, XML stylesheets, and message queues, test and deploy it all in a production environment, it's hard to go wrong with WSAD.
Of course, you can get a lot of that functionality using Eclipse plug-ins. I don't think that diminishes the value of the integrated development environment.