Servlets

Servlets are Java classes that create HTML pages with dynamic content, images, XML files, and so on, and respond to requests from client applications that are implemented as HTML forms or called directly. Servlets also allow you to execute business logic from a Web browser or any other client application that connects using the Hypertext Transfer Protocol (HTTP). For more information, see Chapter 2, “Creating Java Servlets.”