|
|
What Is a Servlet?
A servlet is any Java class that can be invoked and executed on a server, usually on behalf of a client. A servlet works on the server, while an applet works on the client. An HTTP servlet is a Java class that handles an HTTP request and delivers an HTTP response. HTTP servlets reside on an HTTP server and must extend the JavaSoft javax.servlet.http.Http Servlet Class so that they can run in a generic servlet engine framework.
Some advantages of using HTTP servlets are:
|
Copyright © 2001 BEA Systems, Inc. All rights reserved.
|