May 2001
Intermediate to advanced
1088 pages
30h 13m
English
The javax.servlet API covers most of the basic features that any servlet needs. It is protocol-independent, allowing for future expansion into new protocols, such as WAP. The HTTP-specific servlet features are provided by a separate javax.servlet.http package.
Most of the commonly used items in this API are defined as interfaces and not as concrete classes. Each servlet engine has the flexibility to implement these interfaces as it sees fit.
The RequestDispatcher interface is the entryway for calling another servlet, JSP, or other Web resource, either by inclusion or by forwarding. When you include or forward to another resource, you must get the RequestDispatcher for that object (a service provided ...
Read now
Unlock full access