Search code examples
websphere

How can I teach myself websphere?


I have a chance to learn how to administer and develop for WebSphere. But after trying to find a book for it I am at a loss where to begin. I was hoping for some advice. I may have access to the IBM RAD IDE (I think that's what it is), but I am not sure.

I have a project I'd like to put on it but I am lost. Thanks.

edit: I do not care which language I end up using.


Solution

  • Ok. There are two parts to your question (and I'm sticking to the base application server here):

    a) writing applications: WebSphere Application Server is a J2EE application server. So any web resource or forum or blog describing how to write servlets or JSPs or applications that use EJBs will work. There are lots of those. If you want to stick with IBM resources, you could look for redbooks or developerworks articles. For more general information (patterns, practices, etc) you could try http://theserverside.com.

    b) administering the application server: Redbooks like this can give a pretty good overview (as the other poster mentioned).

    There is also a WebSphere education channel on youtube which addresses both questions.