Develop servlets with WAS extensions
WAS v7 includes its own packages that extend the Java Servlet API for...
- Managing session states
- Creating personalized Web pages
- Generating better servlet error reports
- Accessing databases
API documentation for WAS v7 can be found in...
install_root/web/apidocsPublic WAS v7 APIs are located in...
com.ibm.websphereWAS servlet APIs are located in...
com.ibm.websphere.servletUse assembly tools to create code artifacts and then deploy the code to the appserver.
 
Related concepts
Set page list servlet client configurations
Application life cycle listeners and events
autoRequestEncoding and autoResponseEncoding
Initial parameters for servlets settings
Servlet filtering
Asynchronous request dispatcher
Remote request dispatcher
Related tasks
Manage HTTP sessions 
Related information
Use the dynamic cache service to improve performance