Why and when to perform this taskSeveral WebSphere Application Server extensions are provided for enhancing your servlets. This task provides a summary of the extensions that you can utilize.
Create Java components, referring to the Servlet specifications from Sun Microsystems.
See Resources for learning for links to coding specifications and examples.
The application server includes its own packages that extend and add to the Java Servlet Application Programming Interface (API). These extensions and additions make it easier to manage session states, create personalized Web pages, generate better servlet error reports, and access databases. Locate the Javadoc for the application server APIs in the product /QIBM/ProdData/WebSphere/AppServer/V6/ edition/web/apidocs directory for a default installation.
All the public WebSphere Application Server APIs are located in the com.ibm.websphere... packages.
Assemble your code artifacts into a Web module using
assembly tools as a prerequisite to deploying the code to the application server.
Related concepts
Servlets
Related tasks
Migrating
Web application components from WebSphere Application Server Version 4.x
Related reference
Web