Commons FileUpload.
The FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications..
Here is the list of declaration for commons-fileupload. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> <version>1.2.2</version> </dependency>
If you think this Maven repository POM file listing for commons-fileupload is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Apache License.
The commons-fileupload-1.2.2 has 4 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
JUnit | junit 3.8.2 JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. | 555 |
File | commons-io 1.3.2 Commons-IO contains utility classes, stream implementations, file filters, and endian classes. | 71 |
The following table lists the most popular artifacts which are depending on commons-fileupload-1.2.2. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Http | async-http-client 1.8.7 Async Http Client library purpose is to allow Java applications to easily execute HTTP requests and asynchronously process the HTTP responses. | 27 |
JEE | opencms-core 8.0.1 Opencms-core is the JAR-Library for OpenCms. OpenCms is a Content Management System that is based on Open Source Software. Complex Intranet and Internet websites can be quickly and cost-effectively created, maintained and managed. | 53 |
Network | lift-webkit_2.9.1-1 2.5 Webkit Library | 11 |
Http | async-http-client 1.7.4 Async Http Client library purpose is to allow Java applications to easily execute HTTP requests and asynchronously process the HTTP responses. | 15 |
Http | async-http-client 1.6.4 Async Http Client library purpose is to allow Java applications to easily execute HTTP requests and asynchronously process the HTTP responses. | 11 |
JEE | opencms-core 8.5.2 Opencms-core is the JAR-Library for OpenCms. OpenCms is a Content Management System that is based on Open Source Software. Complex Intranet and Internet websites can be quickly and cost-effectively created, maintained and managed. | 5 |
Development | thundr 0.9.7 thundr is a light-weight java web framework designed for use in cloud deployed web applications. | 5 |
JUnit | htmlunit 2.8 A headless browser intended for use in testing web-based applications. | 20 |
Network | lift-webkit_2.10 2.5-RC4 Webkit Library | 12 |
Http | async-http-client 1.7.1 Async Http Client library purpose is to allow Java applications to easily execute HTTP requests and asynchronously process the HTTP responses. | 75 |
Spring | spring-web 3.2.7.RELEASE Spring Web | 6 |
Http | async-http-client 1.7.16 Async Http Client library purpose is to allow Java applications to easily execute HTTP requests and asynchronously process the HTTP responses. | 31 |
Http | async-http-client 1.7.20 Async Http Client library purpose is to allow Java applications to easily execute HTTP requests and asynchronously process the HTTP responses. | 59 |
Web Framework | zhtml 6.5.4 ZK XHTML components | 9 |
Http | async-http-client 1.7.11 Async Http Client library purpose is to allow Java applications to easily execute HTTP requests and asynchronously process the HTTP responses. | 7 |
Network | lift-webkit_2.9.1-1 2.6-RC1 Webkit Library | 12 |
Http | async-http-client 1.7.12 Async Http Client library purpose is to allow Java applications to easily execute HTTP requests and asynchronously process the HTTP responses. | 30 |
Network | lift-webkit_2.9.1 2.5.1 Webkit Library | 26 |
JUnit | htmlunit 2.11 A headless browser intended for use in testing web-based applications. | 9 |
JEE | opencms-core 8.5.0 Opencms-core is the JAR-Library for OpenCms. OpenCms is a Content Management System that is based on Open Source Software. Complex Intranet and Internet websites can be quickly and cost-effectively created, maintained and managed. | 28 |
JUnit | htmlunit 2.12 A headless browser intended for use in testing web-based applications. | 14 |
Http | async-http-client 1.8.3 Async Http Client library purpose is to allow Java applications to easily execute HTTP requests and asynchronously process the HTTP responses. | 9 |
JUnit | htmlunit 2.9 A headless browser intended for use in testing web-based applications. | 37 |
Http | async-http-client 1.8.8 Async Http Client library purpose is to allow Java applications to easily execute HTTP requests and asynchronously process the HTTP responses. | 50 |
Http | async-http-client 1.7.5 Async Http Client library purpose is to allow Java applications to easily execute HTTP requests and asynchronously process the HTTP responses. | 29 |
The following plugins are used in the commons-fileupload-1.2.2.jar
The following packages are defined in the commons-fileupload-1.2.2.jar
org.apache.commons.fileupload org.apache.commons.fileupload.disk org.apache.commons.fileupload.portlet org.apache.commons.fileupload.servlet org.apache.commons.fileupload.util
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> <version>16</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> <version>1.2.2</version> <name>Commons FileUpload</name> <description> The FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications. </description> <url>http://commons.apache.org/fileupload/</url> <issueManagement> <system>jira</system> <url>http://issues.apache.org/jira/browse/FILEUPLOAD</url> </issueManagement> <inceptionYear>2002</inceptionYear> <contributors> <contributor> <name>Aaron Freeman</name> <email>aaron@sendthisfile.com</email> </contributor> <contributor> <name>Daniel Fabian</name> <email>dfabian@google.com</email> </contributor> <contributor> <name>Gary Gregory</name> <email>ggregory@seagullsw.com</email> </contributor> <contributor> <name>J?rg Heinicke</name> <email>joerg.heinicke@gmx.de</email> </contributor> <contributor> <name>Stepan Koltsov</name> <email>yozh@mx1.ru</email> </contributor> <contributor> <name>Michael Macaluso</name> <email>michael.public@wavecorp.com</email> </contributor> <contributor> <name>Amichai Rothman</name> <email>amichai2@amichais.net</email> </contributor> <contributor> <name>Alexander Sova</name> <email>bird@noir.crocodile.org</email> </contributor> <contributor> <name>Paul Spurr</name> <email>pspurr@gmail.com</email> </contributor> <contributor> <name>Thomas Vandahl</name> <email>tv@apache.org</email> </contributor> <contributor> <name>Henry Yandell</name> <email>bayard@apache.org</email> </contributor> </contributors> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/fileupload/tags/commons-fileupload-1.2.2</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/fileupload/tags/commons-fileupload-1.2.2</developerConnection> <url>http://svn.apache.org/viewvc/commons/proper/fileupload/tags/commons-fileupload-1.2.2</url> </scm> <properties> <maven.compile.source>1.3</maven.compile.source> <maven.compile.target>1.3</maven.compile.target> <commons.componentid>fileupload</commons.componentid> <commons.release.version>1.2.1</commons.release.version> <commons.jira.id>FILEUPLOAD</commons.jira.id> <commons.jira.pid>12310476</commons.jira.pid> <commons.osgi.import>!javax.portlet,*</commons.osgi.import> <commons.osgi.dynamicImport>javax.portlet</commons.osgi.dynamicImport> </properties> <build> <sourceDirectory>src/java</sourceDirectory> <testSourceDirectory>src/test</testSourceDirectory> <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration> <descriptors> <descriptor>src/main/assembly/bin.xml</descriptor> <descriptor>src/main/assembly/src.xml</descriptor> </descriptors> <tarLongFileMode>gnu</tarLongFileMode> </configuration> </plugin> <plugin> <artifactId>maven-release-plugin</artifactId> <configuration> <prepatationGoals>clean site verify</prepatationGoals> <goals>deploy</goals> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.2</version> <scope>test</scope> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.4</version> <scope>provided</scope> </dependency> <dependency> <groupId>portlet-api</groupId> <artifactId>portlet-api</artifactId> <version>1.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>1.3.2</version> <optional>true</optional> </dependency> </dependencies> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-changes-plugin</artifactId> <version>2.0</version> <configuration> <issueLinkTemplate>%URL%/../%ISSUE%</issueLinkTemplate> </configuration> <reportSets> <reportSet> <reports> <report>changes-report</report> <!--<report>jira-report</report> throws NPE --> </reports> </reportSet> </reportSets> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>2.1</version> <configuration> <configLocation>${basedir}/src/checkstyle/fileupload_checks.xml</configLocation> <enableRulesSummary>false</enableRulesSummary> <headerFile>${basedir}/src/checkstyle/license-header.txt</headerFile> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> <version>2.3</version> <configuration> <rulesets> <ruleset>src/checkstyle/fileupload_basic.xml</ruleset> </rulesets> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>clirr-maven-plugin</artifactId> <version>2.2.2</version> <configuration> <comparisonArtifacts> <comparisonArtifact> <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> <version>1.2</version> </comparisonArtifact> </comparisonArtifacts> </configuration> </plugin> </plugins> </reporting> </project>