Chapter 2: Creating Java Servlets

EAServer supports the Java Servlet Specification Version 2.4. Running in EAServer, servlets can 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 any Web browser or any other client application that connects using the Hypertext Transfer Protocol (HTTP).