| |
| | J2EE pathfinder: The many uses of implicit objects |
 | | Follow along as he introduces the nine implicit objects, explains the purpose (and multiple purposes) of each one, and closes with a list of best practices for using these handy little workers in your JSP programming efforts. |
 | | In addition to accessing session scopes, JSP implicit objects can be used to handle HTML parameters, forward a request to a Web component, include the content of a component, log data through the JSP container, control the output stream, handle exceptions, and more. |
 | | Because implicit objects are declared automatically, we need only use the reference variable associated with a given object to begin calling methods on it. |
| www.ibm.com /developerworks/library/j-pj2ee7.html (2406 words) |
|