Writing servlets for EAServer

You can implement servlets for EAServer as you would for any other server that follows the Java servlet specification. Servlets for EAServer can be coded to the standard Java servlet API and use classes in the javax.servlet and javax.servlet.http packages. This section lists coding information specific to EAServer and describes EAServer’s extensions to the standard servlet API.