[ 源代码: servlet-api ]
软件包:libservlet-api-java(4.0.1-2)
Java Servlet API
The Servlet API is the Java platform technology of choice for interacting with the web. Servlets provide a component-based, platform-independent method, for building web-based applications generating dynamic content. Servlets are managed by a container and interact with web clients via a request/response paradigm.