WS2001 Introduction
to WebSphere Studio Application Developer (WSAD) - This unit introduces
the basic aspects and functions of the WSAD Workbench, which is the
user interface for Application Developer. The unit helps students get
up to speed quickly on navigating the workbench, understanding perspectives,
customizing their workbench environment, and using the WSAD tools and
wizards.
WS2002 Advanced WSAD
Development - This unit focuses on more advanced features and tools
offered by WSAD. The students will create a simple Java Application
and learn how to develop, debug, share their files, and test their code
using WSAD. They will also learn how to manage data sources and profile
their applications.
IN2002 XML and Java
- This unit illustrates how XML and Java work together to achieve many
goals. Java will be used to parse XML sequentially (SAX) and in a hierarchy
format (DOM). JAXP will then be used to determine the parsing method.
It includes many examples and exercises to strongly illustrate how to
use XML and Java together.