Java Servlet Technology.
Java Servlet technology provides Web developers with a simple, consistent mechanism for extending the functionality of a Web server and for accessing existing business systems..
Here is the list of declaration for servletapi. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>servletapi</groupId> <artifactId>servletapi</artifactId> <version>2.3</version> </dependency>
If you think this Maven repository POM file listing for servletapi is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table lists the most popular artifacts which are depending on servletapi-2.3. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Groovy | groovy 1.0-jsr-04 a powerful and dynamic scripting language for the JVM | 5 |
JSP | extremecomponents 1.0.1 eXtremeComponents is a jsp dynamically generated table. | 29 |
Servlet | commons-fileupload 1.0 The FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications. | 13 |
Development | easyconf 0.9.5 EasyConf is a library to access configuration of software components and applications. It defines simple conventions to make it easier to use. It was born in a portlets-based portal and has several features useful for this and similar environments. | 12 |
JEE | cas 2.0.12 Yale ITS Central Authentication Service | 39 |
Log | avalon-logkit 2.1 Log4j-like logging toolkit. | 7 |
XML | commons-jelly 1.0 Jelly is a Java and XML based scripting engine. Jelly combines the best ideas from JSTL, Velocity, DVSL, Ant and Cocoon all together in a simple yet powerful scripting engine. | 53 |
The following packages are defined in the servletapi-2.3.jar
javax.servlet javax.servlet.http javax.servlet.jsp javax.servlet.jsp.tagext
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>servletapi</groupId> <artifactId>servletapi</artifactId> <version>2.3</version> <name>Java Servlet Technology</name> <description> Java Servlet technology provides Web developers with a simple, consistent mechanism for extending the functionality of a Web server and for accessing existing business systems. </description> <url>http://java.sun.com/products/servlet/</url> <distributionManagement> <downloadUrl>http://java.sun.com/products/servlet/download.html</downloadUrl> <relocation> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.3</version> </relocation> </distributionManagement> </project>