An Overview of Servlet and JSP TechnologyMarty Hall and Larry Brown , 2000-07, Core Servlets and JavaServer Pages chapter 11
1A Servlet's JobServlets are Java programs that run on Web or application servers, acting as a middle layer between requests coming from Web browsers or other HTTP clients and databases or applications on the HTTP server
Their job is to perform the following tasks, as illustrated in Figure 1-1
Figure 1-11.Read the explicit data sent by the client
The end user normally enters this data in an HTML form on a Web page
However, the data could also come from an applet or a custom HTTP client program
2.Read the implicit HTTP request data sent by the browser
Figure 1-1 shows a single arrow going from the client to the Web server (the layer where servlets and JSP execu